📚 SAP Business One SDK Help

NotaFiscalCFOP Object Members
See Also  Overview 

Public Methods

Public Method AddAdds a record to the object table in SAP Business One company database.
Public Method GetAsXMLReturns the object from XML data, which is stored as string in a buffer.
Public Method GetByKeyRetrieves and sets the values of the object's properties by the object's absolute key from the Company database.
Public Method RemoveDeletes a record from the object table.
Public Method SaveToFileSave the object to a file as XML data.
Public Method SaveXMLSaves the object data in XML formatted data to a file.
Public Method UpdateUpdates the object data in the company database.

Public Properties

Public Property ApplicationThe application name.

Length: 16 characters

Field name: App

Public Property BrowserReturns the DataBrowser object.
Public Property CodeThe CFOP code.

Field name: Code

Length: 6 characters

Public Property DescriptionA description for the CFOP code.

Field name: Descrip

Length: 16 characters

Public Property UserFieldsReturns the UserFields object.

See Also