Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Panel
titlePwsEngagementElement

Elements


Element

Data Type

Required?

Default

Description

Sample Data

EngagementDetail

PwsEngagementDetail

On Insert: Yes

On Update: No

The full details of the engagement


ProjectIdentities

PwsProjectRef

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

PwsContractLineItemElement

On Insert: Yes

On Update: No 

The contract line items that are associated with this engagement


Client

PwsClientSummary

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

PwsUserSummary

On Insert: Yes

On Update: No

The engagement manager associated with this engagement


...