...
This structure is included in the response of web service PwsGetOnBehalfOfResources. It includes the differentiating fields of identifies a resource and the on-behalf-of permissions the authenticate user in PwsGetOnBehalfOfResources has on this resourcewhich the authenticated user has permission to act on behalf of, in the capacity identified in the call to PwsGetOnBehalfOfResources (e.g. Enter Time or Enter Costs).
Format
Panel | ||
---|---|---|
| ||
|
...
Element | Data Type | Description | Sample Data |
---|---|---|---|
ResourceDisplayName | String (30) | The resource display name is a unique identifier for a resource. | Gabrielle Gonzalez |
ResourceId | Int32 | For internal use only. | |
ResourceReferenceSystemId | String (20) | The resource employee ID. | 023 |
ResourceUid | Int64 | A unique and immutable identifier for a the resource. | 1152921504606963004 |
EmailAddress | String (100) | The resource's email address. This is a unique identifier for a resource. | Gabrielle@revcorp.doc |
FirstName | String (20) | The resource's first name name. | Gabrielle |
LastName | String | The resource's last name name. | Gonzalez |
MiddleName | String | The resource's middle name 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', authenticate the authenticated user can view this resource's dashboard. | false |
ExpenseReportingOboFlag | Boolean | If set to 'true', authenticate the authenticated user can maintain expense report reports for this resource. | false |
TimeEntryOboFlag | Boolean | If set to 'true', authenticate the authenticated user can maintain time for this resource. | true |
TimeOffOboFlag | Boolean | If set to 'true', authenticate the authenticated user can view this resource's time off page. | false |
...