ExpensePolicyItem
An expense policy item [ExpensePolicyItem
] is a rule to enforce restrictions and limits applicable to a specific expense item as part of an expense policy.
Review the Usage Guidelines for the ExpensePolicyItem
object.
— |
XML |
SOAP |
REST |
Database table |
---|---|---|---|---|
Object |
|
|
— |
|
Supported Commands |
— |
— |
The ExpensePolicyItem
object has the following properties:
XML / SOAP |
Database |
Description |
---|---|---|
|
|
[Read-only] The time the record was created. See Date Fields |
|
|
Currency of fixed/max price. |
|
|
A 1/0 field indicating if the record was deleted. |
|
|
[Required] The ID of the expense policy which this item belongs to. |
|
|
[Read-only] Unique ID. Automatically assigned by SuiteProjects Pro. |
|
|
[Required] The ID of the item which this record belongs to. |
|
|
If set this item has defined fixed price which cannot be overridden in the ticket form. |
|
|
If set this item has a defined maximum price. |
|
|
[Read-only] The time the record was last modified. See Date Fields |
Usage Guidelines
There cannot be two expense policy item [ExpensePolicyItem
] objects with the same expense_policyid
and itemid
combination. An error is returned if the operation would result in a duplicate expense_policyid
and itemid
combination.