Versions Compared

Key

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

...

Panel
titlePwsOnBehalfOfResource
  • PwsOnBehalfOfResource
    • ResourceDisplayName: String (30)
    • ResourceId: Int32
    • ResourceReferenceSystemId: String (20)
    • ResourceUid: Int64
    • EmailAddress: String (100)
    • FirstName: String (20)
    • LastName: String (20)
    • MiddleName: String (20)
    • InactiveFlag: Boolean
    • DashboardOboFlag: Boolean
    • ExpenseReportingOboFlag: Boolean
    • TimeEntryOboFlag: Boolean
    • TimeOffOboFlag: Boolean
    • ExpenseReportingOboSetting: String (1)
    • TimeEntryOboSetting: String (1)

Elements

Element

Data Type

Description

Sample Data

ResourceDisplayName

String (30)

The resource display name.

Gabrielle Gonzalez

ResourceId

Int32

For internal use only.


ResourceReferenceSystemId

String (20)

The resource employee ID.

023

ResourceUid

Int64

A unique and immutable identifier for the resource.

1152921504606963004

EmailAddress

String (100)

The resource's email address. 

Gabrielle@revcorp.doc

FirstName

String (20)

The resource's first name.

Gabrielle

LastName

String

The resource's last name.

Gonzalez

MiddleName

String

The resource's middle name.


InactiveFlag

Boolean

If set to 'true', the resource has a status of "Inactive", if set to 'false', the resource has a status of "Active".

true

DashboardOboFlag

Boolean

If set to 'true', the authenticated user can view this resource's dashboard.

false

ExpenseReportingOboFlag

Boolean

If set to 'true', the authenticated user can maintain expense reports for this resource.

false

TimeEntryOboFlag

Boolean

If set to 'true', the authenticated user can maintain time for this resource.

true

TimeOffOboFlag

Boolean

If set to 'true', the authenticated user can view this resource's time off page.

false

ExpenseReportingOboSettingString (1)
U
TimeEntryOboSettingString (1)
U

Usage Example(s)


Code Block
languagexml
titleExample 01
collapsetrue
               <b:PwsOnBehalfOfResource>
                  <b:ResourceDisplayName>Gabrielle Gonzalez</b:ResourceDisplayName>
                  <b:ResourceId i:nil="true"/>
                  <b:ResourceReferenceSystemId>023</b:ResourceReferenceSystemId>
                  <b:ResourceUid>1152921504606963004</b:ResourceUid>
                  <b:EmailAddress>Gabrielle@revcorp.doc</b:EmailAddress>
                  <b:FirstName>Gabrielle</b:FirstName>
                  <b:LastName>Gonzalez</b:LastName>
                  <b:MiddleName i:nil="true"/>
                  <b:InactiveFlag>false</b:InactiveFlag>
                  <b:DashboardOboFlag>false</b:DashboardOboFlag>
                  <b:ExpenseReportingOboFlag>false</b:ExpenseReportingOboFlag>
                  <b:TimeEntryOboFlag>true</b:TimeEntryOboFlag>
                  <b:TimeOffOboFlag>true</b:TimeOffOboFlag>
                  <b:ExpenseReportingOboSetting>U</b:ExpenseReportingOboSetting>
                  <b:TimeEntryOboSetting>U</b:TimeEntryOboSetting>
               </b:PwsOnBehalfOfResource>