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 | true | |
AllowAttachReceiptsToErFlag | Boolean | false | If set to 'true', receipts can be attached to entire expense reports | true | |
AllowCostCardsOutsideProjectDatesFlag | Boolean | false | If set to 'true', cost cards can be created outside of project's start and end dates | false | |
AllowNonbillableCostCardsFlag | Boolean | false | If set to 'true', cost cards can be marked as non-billable | true | |
DocumentManagementEnabledFlag | Boolean | false | If set to 'true', documents (i.e. receipts) can be stored | true | |
FirstDayOfWeek | DayOfWeek | false | The installation's first day of the week | Sunday | |
FxRateVarianceWarningThreshold | Double | false | The FX rate variance threshold | 0.1 | |
ReceiptFileSizeQuota | Int32 | false | The maximum document size allowed for a receipt (in bytes) | 2097152 | |
RequireLocationFlag | Boolean | false | If set to 'true', locations are required on expenses | false | |
RequireNotificationFlag | Boolean | false | If set to 'true', notifications will be sent when a user enters a cost card on behalf of another user | false | |
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 | true | |
OboPermissionFlag | Boolean | false | If set to 'true', specified users may enter expenses on behalf of others | true |