secadm actor link - Security Administration: Maintain Actor Link to Agents

secadm actor link add|delete actor dataarea businessClass value1 value2 ...

secadm actor link agentlink actor dataarea fromBusinessClass value1 value2 ... toBusinessClass value1 value2 ...

secadm actor link agentunlink actor dataarea fromBusinessClass value1 value2

The secadm actor link command enables you to set up the links between actors and agents. In the case of self-provisioning actors, such as those created through the Candidate Space, such links are created programmatically. However, in other cases, such as when employees or recruiters are added, you must add the links.

Because specifying the correct values through the command line can be difficult, consider using the secadm menu option for "Actor to Agent link maintenance."

Option Description
add

Enables you to add an actor/agent link.

For example,

secadm actor link add user1 prodhcm Employee MYORG 4

This links an employee agent record to the actor user1 where the employee's HROrganization is MYORG and the employee ID is 4.

delete Enables you to delete an actor/agent link.
agentlink Modifies an actor/agent link based on the from and to values specified.
agentunlink Removes an actor/agent link based on the values specified.
actor The actor (user) who needs to be linked to an agent.
dataarea The data area that the actor/agent link applies to.
businessClass The business class or agent object the actor will be linked to, such as Employee.
value1 The first identifying value or key for the agent, such as the HR Organization.
value2 The second identifying value or key for the agent, such as the employee number.