Add | Adds a record to the object table in SAP Business One company database. |
 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 record from the object table. |
 SaveToFile | Save the object to a file as XML data. |
 SaveXML | Saves the object data to XML formatted data. |
 Update | Updates the object data in the company database. |
 Browser | Returns the DataBrowser object. |
 DisplayOrder | Returns the display order of the user permission form in the tree (starts from 1). Field name: VisOrder. |
 IsItem | Sets or returns a valid value of BoYesNoEnum type that specifies whether or not the user permission relates to an item in the form, for example, button, secondary form, and menu item. Field name: IsItem. |
 Levels | Returns the level (1 to 5) of the user permission in the tree. For parent user permissions, assign level 1. For child user permissions, assign level greater than 1. Field name: Levels. |
 Name | Sets or returns the name of the user permission. This name will appear in the General Authorization Tree. Field name: Name. Length: 40 characters. |
 Options | Sets or returns a valid value of BoUPTOptions type that specifies the user permission options.
Field name: Options. |
 ParentID | Sets or returns the identification key of the parent user permission. Mandatory field for child permission in a tree. Length: 20 characters.Field name: FathId. |
 PermissionID | Sets or returns the identification key of the user permission. Mandatory property. Length: 20 characters. Field name: AbsId. |
 UserFields | Returns the UserFields object. |
 UserPermissionForms | Returns the UserPermissionForms child object. |
 UserSignature | Returns the ID code of the user who enters the user permission tree details. This user ID code is defined in the Users object. Field name: UserSign. This is a foreign key to the Users object. |
Â
Â