Form Query Properties (AGS)
Property | Description |
---|---|
Add Command |
Modify these settings to control function code output. Modifying Function Code Output |
Add Success Status | |
Change Command | |
Change Success Status | |
Delete Command | |
Delete Success Status | |
Inquire Command | |
Inquire End of Set Status Codes | |
Inquire Success Status | |
Next Command | |
Next End of Set Status Codes | |
Next Success Status | |
End of Set on Unknown Status | Set to True if you want any status other than OK to indicate that the last row has been retrieved by the Lawson application. |
All Strings | Controls whether all retrieved data is treated as strings. Use of this parameter may lead to a performance improvement, but only use if you do not need to maintain the data types of the data. |
All Fields Read/Write | Set this to True to make all columns read and write. This selection will override the read/write specification of the form definition. This enables you to write to all fields, including secured and hidden fields. |
KeyLevel | Treat a change in key value at the level specified as an End of Set condition. Setting the Key Level |
Command Type | Infor Lawson System Foundation Release 9.0 and higher: All queries are to servlets. |
Include Drill Around | Set this to True to include Drill Around Rules calls. |
ReadOnly | Set this to True to make the form queries only be able to retrieve data, rather than also update data. (In the Query Builder, form queries are always read-only, but can update application data when incorporated into custom applications.) If you set this to True, the query will run somewhat faster because caching of the Transaction service message will not be done. |