For DSP version 7.0 and later, there is a known issue with Microsoft SQL Server 2017 running at the native Compatibility Level of 140. In some cases, Dynamic Views that reference table valued functions can cause the SqlDataAdapter.FillSchema method to fail to return the schema correctly.
If WebApp Customization > Page Customization is used, the Compatibility Level must be lowered to 130 for the CranSoft database (only). In SQL Server Management Studio, execute the following statement:
ALTER DATABASE [CranSoft] SET COMPATIBILITY_LEVEL = 130
This problem is currently scheduled for fixing in DSP version 7.0.3.