...
Panel | ||
---|---|---|
| ||
|
Elements
Element | Data Type | Required? | Default | Description | Sample Data |
---|---|---|---|---|---|
EngagementDetail | On Insert: Yes On Update: No | The full details of the engagement | |||
ProjectIdentities | On Insert: No On Update: No | The list of projects that are part of this engagement. PwsGetProject may be used to fetch complete details about each project if necessary. | |||
ContractLineItems | On Insert: Yes On Update: No | The contract line items that are associated with this engagement | |||
Client | On Insert: Yes On Update: No | The client associated with this engagement | |||
EffectiveCurrencySymbol | String (7) On Insert: No On Update: No | The effective currency symbol for the engagement currency | $ | ||
EffectiveCurrencySymbolPlacement | Byte | On Insert: No On Update: No | The effective currency symbol placement for the engagement currency. This field indicated where the currency symbol is placed (i.e. before or after the digits, 0 for before) | 0 | |
EffectiveDecimalDigits | Byte | On Insert: No On Update: No | The effective decimal digits, this field indicates how many decimal places should be displayed when displaying an amount in the effective engagement currency | 2 | |
EffectiveDefaultOpsCultureIdentity | PwsOpsCultureRefOn Insert: Yes On Update: No | The effective default culture associated with the engagement | |||
EffectiveExcelCurrencyFormat | String (100) | On Insert: No On Update: No | The effective excel currency format, this field determines how amounts in the effective engagement currency will be displayed in excel (not rounded) | [$$-409]#,##0.00_);[Red]([$$-409]#,##0.00); | |
EffectiveExcelCurrencyFormatRounded | String (100) On Insert: No On Update: No | The effective excel currency format, this field determines how amounts in the effective engagement currency will be displayed in excel (rounded) | [$$-409]#,##0_);[Red]([$$-409]#,##0); | ||
Manager | On Insert: Yes On Update: No | The engagement manager associated with this engagement |
...