The page describes the collection properties for the Accounts microservice:
S. No. | Attribute | Default Value | Description |
1 | defaultContractExpiryTimeMS | 31536000000 | This property holds the expiry time of the default contract in milliseconds. |
2 | creditStanding | current | This property defines the credit standing status of an account. The possible value are current and overdue. |
3 | paymentMethod | PO, CREDIT CARD, COMPANY BILL TO | This property holds the list of default payment options for an account. The default values can be customized while creating a collection. |
4 | defaultBudgetValue | 1000 | This property holds the default cost center budget. |
5 | defaultBudgetExpiryTimeMS | 31536000000 | This property holds the expiry time of the default cost center budget in milliseconds. |
6 | accountSize | <500,500-1000,1001-10000,>10000 | This property holds the list of default account size options for an account. The default values can be customized while creating a collection. |
7 | defaultCostCenterName | Default Cost Centre | This property holds the name of default cost center. |
8 | defaultTeamName | Default Team | This property holds the name of default team. |
9 | skipTotalCount | false | This attribute is used to skip total count using the "Get All Accounts" API.
When this property is set to:
true - the API retrieves the total count of the accounts.false - the API does not retrieve the total count of the accounts.
|
10 | enableApprovalWorkflow
| false | This property indicates whether the approval workflow is enabled or not.
The value:
true indicates the approval workflow is enabled; however, the approval process is decided based on the configured approval workflow.false indicates the approval workflow is not enabled. This is default.
|
11 | taxNumberMinimumLength | 3 | This property indicates the minimum length of the tax number. |
12 | taxNumberMaximumLength | 25 | This property indicates the maximum length of the tax number. |
13 | approvalWorkflowConfig | {\"input_fields\":[{\"id\":\"User_Name\",\"name\":\"User Name\",\"options\":[\"option1\",\"option2\"]}]} | This is the default value for the Approval workflow configuration. |
Revision History
2024-09-13 | SD – Updated collection properties.
2024-03-05 | SD – Updated collection properties.
2022-12-24 | AN – Content updated for 8.13 release.
2019-09-24 | AN – Content updated for September 2019 release.
2019-06-08 | PLK – Minor copyedits.
2019-05-03 | AM – Updated content format.
2019-05-01 | PLK – Minor copyedit.
2019-04-26 | AM – Updated possible value.
2019-01-21 | PLK – Content uploaded.