📚 SAP Business One SDK Help

FAAccountDeterminationsService Object Members
See Also  Overview 

Public Methods

Public Method AddAdds a fixed asset account determination rule.
Public Method DeleteDeletes an existing fixed asset account determination rule.
Public Method GetRetrieves a fixed asset account determination rule.

The fixed asset account determination rule is specified by its key, which is contained in the FAAccountDeterminationParams object passed to the method.

Public Method GetDataInterfaceCreates an empty data structure for use with the FAAccountDeterminationsService.
Public Method GetDataInterfaceFromXMLFileCreates an object from an XML file.
Public Method GetDataInterfaceFromXMLStringCreates an object from XML.
Public Method GetListReturns the FAAccountDeterminationParamsCollection data collection that identifies all fixed asset account determination rules.
Public Method UpdateUpdates an existing fixed asset account determination rule.

The data for the fixed asset account determination rule, including the key of the fixed asset account determination rule to be updated, is contained in the FAAccountDetermination object passed to the method. To update a fixed asset account determination rule, you must first retrieve it using the Get method.

See Also