...
This structure represents the unique key fields associated with identifying a resource skill group. Skills are used when requesting and booking resources for a project roleSkill groups are used to categorize skills (see PwsSkillRef) into related groupings.
Format
Panel | ||
---|---|---|
| ||
|
Elements
Element | Data Type | Required? | Default | Description | Sample Data | SkillGroupIdentity |
---|---|---|---|---|---|---|
PwsSkillGroupRefSkillGroupId | SkillId | Int32 | The The skill group Id is a unique identifier for a locationskill group. For internal use only. | |||
SkillNameSkillGroupName | String (50) | One of SkillName SkillGroupName or SkillUid SkillGroupUid is required | The name of the skill group is a unique identifier for a locationskill group. | HTML Technology | ||
SkillUidSkillGroupUid | Int64 | See SkillName above. | A One of SkillGroupName or SkillGroupUid is required | A unique and immutable identifier for a skill group. | 1152921504606847219 1152921504606848480 |
Usage Example(s)
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
<com:SkillIdentity> <com:SkillGroupIdentity> <com:SkillGroupName>Technology</com:SkillGroupName> </com:SkillGroupIdentity> <com:SkillName>HTML</com:SkillName> </com:SkillIdentity> |