📚 SAP Business One SDK Help

AlternateCatNum 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 CardCodeSets or returns the business partner identification number in SAP Business One.

Field name: CardCode.

Length: 15 characters.

This is a foreign key to the BusinessPartners Object

Public Property DescriptionBP Catalog description.

Field name: Descriptio.

Length: 200 characters.

Public Property DisplayBPCatalogNumberSets or returns a valid value that determines wether or not to display business partner catalog number.

Field name: ShowSCN.

Public Property IsDefaultThe default Business Partner Catalog Number for each combination of Business Partner and Item Code.

Field name: IsDefault.

Public Property ItemCodeSets or returns the item code in the inventory. The item code must be unique.

Mandatory property.

Length: 20 characters.

Public Property SubstituteSets or returns the substitute catalog number.

Field name: Substitute.

Length: 20 characters.

Public Property UserFieldsReturns the UserFields object.

See Also