PSAResourceSchedulingBL::copyCompetency Method [AX 2012]
Copies the competencies for the specified role.
server public static void copyCompetency(
PSASchedRoleId _roleId,
RefTableId _tableId,
RefRecId _recId)
Run On
ServerParameters
- _roleId
- Type: PSASchedRoleId Extended Data Type
The role to copy the competencies from.
- _tableId
- Type: RefTableId Extended Data Type
The table ID of the record to copy the competencies to.
- _recId
- Type: RefRecId Extended Data Type
The record ID of the record to copy the competencies to.
Show: