📚 SAP Business One SDK Help

GLAccountAdvancedRuleParams Object Members
See Also  Overview 

Public Methods

Public Method FromXMLFileSets the object's properties using data from an XML file.

The XML file can be created using the object's ToXMLFile method.

Public Method FromXMLStringSets the object's properties using data from an XML string.

The XML string can be created using the object's ToXMLString method.

Public Method GetXMLSchemaReturns the XML schema for the XML generated by the ToXMLFile and ToXMLString methods.
Public Method ToXMLFileCreates an XML file that represents the object.
Public Method ToXMLStringCreates and returns an XML string that represents the object.

Public Properties

Public Property AbsoluteEntryThe key of the advanced G/L account determination rule.

Field name: AbsEntry.

Public Property BPGroupThe code of the business partner group.

Field name: BPGrpCod.

Length: 6 characters.

Public Property CodeThe code of the advanced G/L account determination rule.

Field name: RuleCode.

Length: 20 characters.

Public Property FederalTaxIDThe federal tax ID.

Field name: LicTradNum.

Length: 32 characters.

Public Property ItemCodeThe code of the item.

Field name: ItemCode.

Length: 20 characters.

Public Property ItemGroupThe code of the item group.

Field name: ItmsGrpCod.

Length: 6 characters.

Public Property PeriodThe period category.

Field name: PeriodCat.

Length: 10 characters.

Public Property ShipToCountryThe ship-to country.

Field name: ShipCountr.

Length: 3 characters.

Public Property ShipToStateThe ship-to state.

Field name: ShipState.

Length: 3 characters.

Public Property WarehouseThe code of the warehouse.

Field name: WhsCode.

Length: 8 characters.

See Also