📚 SAP Business One SDK Help

CustomsDeclaration 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 GetXMLSchemaRetrieves 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 CCDNumSets or returns the unique CCD number.

Field name: CCDNum.

Public Property CustomsBrokerSets or returns the customs broker (a valid business partner code from the OCRD table).

Field name: CustBroker.

Public Property CustomsTerminalSets or returns the customs terminal (a valid business partner code from the OCRD table).

Field name: CustTerm.

Public Property DateSets or returns the date of declaration.

Field name: Date.

Public Property DocDateSets or returns the import or export document date.

Field name: DocDate.

Public Property DocNumSets or returns the import or export document number.

Field name: DocNum.

Public Property PaymentKeySets or returns the payment key.

Field name: PayKey.

Public Property SupplyDateSets or returns the supply agreement date.

Field name: SupDate.

Public Property SupplyNumSets or returns the supply agreement number.

Field name: SupNum.

Public Property UserFieldsReturns the UserFields object.

See Also