📚 SAP Business One SDK Help

NotaFiscalCST 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 to XML formatted data.
Public Method UpdateUpdates the object data in the company database.

Public Properties

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

Field name: CODE

Length: 4 characters

Public Property CSTCodeOutgoing

The corresponding outgoing CST code for this CST (incoming) code.

The size of the value can be one of the following:

  • 2 characters, if the TaxCategory field is IPI (-4), PIS (-8), or COFINS (-9)
  • 4 characters, if the TaxCategory field is ICMS (-6)
  • 20 characters, if the TaxCategory field is set to any other value

Field name: CodeOut

Public Property DescriptionOutgoing

A description for the outgoing CST code specified in the CSTCodeOutgoing property.

Field name: OutDesc

Public Property SituationThe description or tributary situation.

Field name: Situation

Length: 16 characters

Public Property TaxCategory

The tax category for the CST code.

Field name: Category

This field is a foreign key to the ONFT table.

Public Property UserFieldsReturns the UserFields object.

See Also