Add | Adds a key to a row of a user defined table. See sample, Adding a Private Key. |
 GetAsXML | Returns the object from XML data, which is stored as string in a buffer. |
 GetByKey | Retrieves and sets the values of the object's properties by the object's absolute key from the Company database. |
 Remove | Deletes a key from an existing table. |
 SaveToFile | Save the object to a file as XML data. |
 SaveXML | Saves the object data to XML formatted data. |
 Browser | Returns the DataBrowser object. |
 Elements | Returns the UserKeysMD_Elements child object that contains the list of fields in the database used for adding the key. |
 KeyIndex | Returns the serial number that uniquely identifies the key in the user table. This serial number is automatically assigned by SAP Business One (starting from 0). Field name: KeyId. |
 KeyName | Sets or returns the unique key name used for identification. Field name: KeyName. Length: 10 characters. |
 TableName | Sets or returns the name of the required table in the database.
Field name: TableName. Length: 20 characters. |
 Unique | Sets or returns a valid value of BoYesNoEnum type that specifies whether or not the key is unique. Unique keys prevents the end-user from adding new keys with the same key combination. Field name: UniqueKey. |
Â
Â