Overview
This structure represents the fields associated with an installation's expense entry parameters
Format
- PwsExpenseEntryParameters
- AllowAttachReceiptsToCcFlag: Boolean
- AllowAttachReceiptsToErFlag: Boolean
- AllowCostCardsOutsideProjectDatesFlag: Boolean
- AllowNonbillableCostCardsFlag: Boolean
- DocumentManagementEnabledFlag: Boolean
- FirstDayOfWeek: DayOfWeek
- FxRateVarianceWarningThreshold: Double
- ReceiptFileSizeQuota: Int32
- RequireLocationFlag: Boolean
- RequireNotificationFlag: Boolean
- Udf1: PwsCardUdf
- Udf2: PwsCardUdf
- UseSystemIncurredFxRatesFlag: Boolean
- OboPermissionFlag: Boolean
Elements
Element | Data Type | Required? | Default | Description | Sample Data |
---|---|---|---|---|---|
AllowAttachReceiptsToCcFlag | Boolean | false |
| If set to 'true', receipts can be attached to individual expenses |
|
AllowAttachReceiptsToErFlag | Boolean | false |
| If set to 'true', receipts can be attached to entire expense reports |
|
AllowCostCardsOutsideProjectDatesFlag | Boolean | false |
| If set to 'true', cost cards can be created outside of project's start and end dates |
|
AllowNonbillableCostCardsFlag | Boolean | false |
| If set to 'true', cost cards can be marked as non-billable |
|
DocumentManagementEnabledFlag | Boolean | false |
| If set to 'true', documents (i.e. receipts) can be stored |
|
FirstDayOfWeek | DayOfWeek | false |
| The installation's first day of the week |
|
FxRateVarianceWarningThreshold | Double | false |
| The FX rate variance threshold |
|
ReceiptFileSizeQuota | Int32 | false |
| The maximum document size allowed for a receipt |
|
RequireLocationFlag | Boolean | false |
| If set to 'true', locations are required on expenses |
|
RequireNotificationFlag | Boolean | false |
| If set to 'true', notifications will be sent when a user enters a cost card on behalf of another user |
|
Udf1 | false |
| A cost card user defined field (only 2 can be defined) |
| |
Udf2 | false |
| A cost card user defined field (only 2 can be defined) |
| |
UseSystemIncurredFxRatesFlag | Boolean | false |
| If set to 'true', the system FX rate will be utilized |
|
OboPermissionFlag | Boolean | false |
| If set to 'true', specified users may enter expenses on behalf of others |
|