| UpdateAccrualType Method | |
| See Also |
- pIAccrualType
- The data for the accrual type to be updated. The AccrualType object must contain the key of the object to be updated.
Updates an existing accrual type.
The data for the accrual type, including the key of the accrual type to be updated, is contained in the AccrualType object passed to the method. To update an accrual type, you must first retrieve it using the GetAccrualType method.
| Visual Basic |
|---|
Public Sub UpdateAccrualType( _
ByVal pIAccrualType As AccrualType _
) |
- pIAccrualType
- The data for the accrual type to be updated. The AccrualType object must contain the key of the object to be updated.