Add | Adds a fixed asset account determination rule. |
Delete | Deletes an existing fixed asset account determination rule. |
Get | Retrieves 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. |
GetDataInterface | Creates an empty data structure for use with the FAAccountDeterminationsService. |
GetDataInterfaceFromXMLFile | Creates an object from an XML file. |
GetDataInterfaceFromXMLString | Creates an object from XML. |
GetList | Returns the FAAccountDeterminationParamsCollection data collection that identifies all fixed asset account determination rules. |
Update | Updates 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. |