📚 SAP Business One SDK Help

DocumentSeriesUserParams Object Members
See Also  Overview 

Public Methods

Public Method FromXMLFileImports data from an XML file to the object.
Public Method FromXMLStringImports data from an XML string to the object.
Public Method GetXMLSchema
Retrieves the XML schema of the data structure.
Public Method ToXMLFileCreates an XML file that represents the object data.
Public Method ToXMLStringCreates an XML string that represents the object data.

Public Properties

Public Property DocumentSets or returns the Document code.

Field name: ObjectCode.

For example: The Document property shall return 13 for A/R Invoice.

Length: 20 Characters.

Public Property DocumentSubTypeSets or returns the Document Sub-Type.

Field name: DocSubType.

Length: 2 characters.

Public Property SeriesSets or returns the Series Object, part of the document name.

Field name: Series.

Public Property UserSets or returns the User Id, This is a foreign key to the Users object.

Field name: UserSign).

See Also