📚 SAP Business One SDK Help

DefaultReportParams Object Members
See Also  Overview 

Public Methods

Public Method FromXMLFileImports data from an XML file to the object.
Public Method FromXMLStringmethod FromXMLString
Public Method GetXMLSchemaRetrieves the XML schema of the data structure.

Retrieves the XML schema of the data structure.

Public Method ToXMLFileCreates an XML file that represents the object data.

Creates an XML file that represents the object data.

Public Method ToXMLStringCreates an XML string that represents the object data.

Creates an XML string that represents the object data.

Public Properties

Public Property CardCodeA business partner for which the report layout is the default. If blank, the report layout is default for all business partners.

Field name: CardCode

Length: 15 characters

This is a foreign key to the BusinessPartners object.

Public Property LayoutCodeThe default report layout for the document type specified in the ReportCode property.

Field name: DfltReport

Length: 8 characters

Public Property ReportCodeThe document type for which the report layout specified by the LayoutCode property is the default.

Field name: DoumntDode.

Length: 4 characters.

Public Property UserIDA user for which the report layout is the default. If blank, the report layout is default for all users.

Field name: UserId

Length: 11 characters

Returns the identification key of the active user who operates the system.

See Also