AMT Help Files

Implementation

The Implementation screen houses the AMT Lion code for the routines as defined in the methods of the REST API provided controllers.

 

 

If the 'Generate Lion Logic' button was used from the Method screen or from the toolbar, an empty routine will have been created with the same name as the Method and with the parameters of the method already added.

A REST API Provided object does not have its own object wide definitions sections, variables will have to be defined inside the routines with only that routine as scope.
The lack of a local definition section in the REST API Provided object also means that complex definitions like table queries can not be defined inside a REST API Provided object.
Global Routines, both performable and DLL, can be called from a routine to provide more complex features for the REST API Provided object.

 

 
The letter casing of element names from an object is identical to the casing of the AMT class members as defined in its implementation window. The casing of the AMT class name as set in the Options window can be different.