📚 SAP Business One SDK Help

User ObjectMD_ChildTables Object Members
See Also  Overview 

Public Methods

Public Method AddAdds a new data line to the object.
Public Method SetCurrentLineSets the active row to a specified row number.

Public Properties

Public Property CodeReturns the Child Object Unique ID., inherited from Parent Object. This Unique ID is the primary key of the user defined object and its Parent object.

Field name: Code.

Length: 20 characters (must include at least one alphabetical character).

Public Property CountReturns the number of child user tables in the object.
Public Property LogTableNameSets or returns the history log table name. This table maintains a history log of all actions related to the child user table.

Field name: LogName.

Length: 19 characters.

Public Property ObjectNameThe name of child UDO object when specifying a child table for a UDO object.

This name is used to specify the child table in the Child method of the GeneralData object.

Public Property SonNumberReturns the number of the child user table. SAP Business One creates a sequential number for each child user table that you add.

Field name: SonNum.

Public Property TableNameSets or returns the child table name to link to the user-defined object.

Field name: TableName.

Length: 19 characters.

See Also