OBJECTID Function (Form)
Microsoft Dynamics Nav 2009
Returns a string in the "form xxx" format, where xxx is the name or number of the application object.
String := Form.OBJECTID([UseNames])
Parameters
- Form
-
Type: Form
- UseNames
-
Type: Boolean
The UseNames parameter is optional. If it is set to true (default value) or if it is empty, the returned string contains references to field names in the table with which the record is associated. If the parameter is set to false, field numbers are used instead.
Community Additions
ADD
Show: