Overview
This structure contains a resource's RDC rate if it is overridden from the default (set represents a resource RDC exception. If a resource does not have an RDC exception rate, their RDC rate is determined by the resource's cost center).
Format
Panel | ||
---|---|---|
| ||
|
Elements
Element | Data Type | Description | Sample Data |
---|---|---|---|
CurrencyIdentity | The resource direct cost currency. | ||
HourlyRate | Double | The resource direct cost hourly rate. | 50 |
Usage Example(s)
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
<b:RdcException> <b:CurrencyIdentity> <b:CurrencyCode>USD</b:CurrencyCode> <b:CurrencyId i:nil="true"/> <b:CurrencyUid>1152921504606851838</b:CurrencyUid> </b:CurrencyIdentity> <b:HourlyRate>50</b:HourlyRate> </b:RdcException> |