| Update Method | |
| See Also |
- pIFAAccountDetermination
- The data for the fixed asset account determination rule to be updated. The FAAccountDetermination object must contain the key of the object to be updated.
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.
| Visual Basic |
|---|
Public Sub Update( _
ByVal pIFAAccountDetermination As FAAccountDetermination _
) |
- pIFAAccountDetermination
- The data for the fixed asset account determination rule to be updated. The FAAccountDetermination object must contain the key of the object to be updated.