Add | Adds a new table to the User-Defined Tables collection. The new table includes two columns by default: Code and Name, where the Code column is the primary key of the specific user table. |
 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 specified 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. |
 ApplyAuthorization | You can control authorizations for user-defined tables (UDTs) in the General Authorizations window. |
 Archivable | property Archivable |
 ArchiveDateField | property ArchiveDateField |
 Browser | Returns the DataBrowser object. |
 DisplayMenu | Determines whether to display the user-defined table as a submenu in the SAP Business One client, or a tile in the Web Client.
Field name: DisplyMenu. |
 TableDescription | A string that describes the name and functionality of the table. Field name: Descr. Length: 30 characters. |
 TableName | Sets or returns the name for the user defined table.
Field name: TableName. Length: 19 characters. |
 TableType | Sets or returns a valid value of BoUTBTableType type that specifies the type of the user table. Field name: ObjectType. |
Â
Â