Versions Compared

Key

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

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
titlePwsResourceRdcException
  • PwsResourceRdcException

Elements


Element

Data Type

Description

Sample Data

CurrencyIdentity

PwsCurrencyRef

The resource direct cost currency.


HourlyRate

Double

The resource direct cost hourly rate.

50

Usage Example(s)


Code Block
languagexml
titleExample 01
collapsetrue
                           <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>