Versions Compared

Key

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

...

Panel
titlePwsStandardRateTypeRef
  • PwsStandardRateTypeRef
    • StandardRateTypeCode: String (20)
    • StandardRateTypeId: Int32
    • StandardRateTypeName: String (50)
    • StandardRateTypeUid: Int64

Elements

Element

Data Type

Required?

Default

Description

Sample Data

StandardRateTypeCode

String (20)

On Insert: No

On Update: No

The code is a unique identify of standard rate type.

Reg

StandardRateTypeId

Int32

On Insert: No

On Update: No

The standard rate type id is a unique identifier for a project role. For internal use only.   


StandardRateTypeName

String (50)

On Insert: No

On Update: No

The name is a unique identify of standard rate type.

Regular

StandardRateTypeUid

Int64

On Insert: No

On Update: No

A unique and immutable identifier for a standard rate type.

1152921504606847130

Usage Example(s)


Code Block
languagexml
titleExample 01
collapsetrue
   <b:StandardRateTypeIdentity>
      <b:StandardRateTypeCode>NC</b:StandardRateTypeCode>
      <b:StandardRateTypeId i:nil="true"/>
      <b:StandardRateTypeName>Not Chargeable</b:StandardRateTypeName>
      <b:StandardRateTypeUid>1152921504606847193</b:StandardRateTypeUid>
   </b:StandardRateTypeIdentity>