To generate DataModels for an AB Suite User Experience mode project that can be used in an ASP.NET MVC environment, perform the following:
Create a User Experience mode project.
Create a Technology folder. Refer to the Agile Business Suite Developer User Guide for more information.
Add ispecs that contain an IGraphicalInterface node to the Technology folder.
Right-click the Technology folder and select Properties from the context menu.
The <TechnologyFolderName> Property Pages dialog box appears.
From the Client Technology list, select .Net Standard DataModels.
Set the Generate User Experience mode Projects property to True.
Set the Include ACTMTH property to True or False as required.
Set the Include Ispec Header Items property to True or False as required.
Click OK.
Setting the Client Technology property to .NET DataModels generates a DataModels project containing DataModel classes for a standard .NET Framework application, such as ASP.NET MVC.
For example, when the Client Framework components are generated, a project named <SegmentName>.<TechnologyFolderName>.DataModels is generated that includes a DataModel for each ispec defined in the Technology folder.
You can now reference the <SegmentName>.<TechnologyFolderName>.DataModels project or the compiled assembly in an ASP.NET MVC application to create corresponding Views from the DataModel definitions.