Difference between revisions of "Task Delegations"

From AgileApps Support Wiki
imported>Aeric
imported>Aeric
Line 10: Line 10:
#'''Proxy Login''' – '''Proxy Login''' allows the '''Delegate User''' to log in as a delegation to the '''Principal User'''.
#'''Proxy Login''' – '''Proxy Login''' allows the '''Delegate User''' to log in as a delegation to the '''Principal User'''.
:::In proxy mode, the '''Delegate User''' can see only the roles assigned in the configuration and perform actions confined to the assigned roles. The '''Delegate User''' can log in as a delegation as long as the proxy assignment or delegation is active. The '''Delegate User''' actions are recorded in the audit log as "'''Delegate User''' on behalf of '''Principal User''' Modified Subject from old value to new value”. A '''Delegate User''' cannot transfer a proxy assignment to another '''Delegate User'''.
:::In proxy mode, the '''Delegate User''' can see only the roles assigned in the configuration and perform actions confined to the assigned roles. The '''Delegate User''' can log in as a delegation as long as the proxy assignment or delegation is active. The '''Delegate User''' actions are recorded in the audit log as "'''Delegate User''' on behalf of '''Principal User''' Modified Subject from old value to new value”. A '''Delegate User''' cannot transfer a proxy assignment to another '''Delegate User'''.
#'''Custom Access Criteria''' –
#'''Custom Access Criteria''' – '''Custom Access Criteria''' allows the user to access and manage individual records based on the data in the record, characteristics of the current user or any other information. For more information, see [[Custom Access Criteria]]. The '''Delegate User''' can perform an action mentioned in '''Access Control''' only when the '''Custom Access Criteria''' permission is allowed. For example, loggedInUser.isDelegateeLogin is a new variable that allows the '''Delegate User''' to perform actions under '''Access Control''' in '''Custom Access Criteria'''.

Revision as of 10:36, 12 October 2016


Introduction

Proxy configuration feature enables a user to perform the following configurations:

  1. Manage DelegationManage Delegation enables a Principal User to delegate Principal User’s profile to a Delegate User to work on behalf of the Principal User.
    1. Principal User - User delegating the profile to a Delegate User.
    2. Delegate User - User receiving the delegation from a Principal User.
Manage Delegation is available to the user only when Manage Delegation permission is enabled in the user’s Access Profile. If Manage Delegation option is enabled, the user can create and manage delegations. Principal Users having Manage Delegation permission can create delegation for themselves as well as for other users reporting to the Principal User. Users having administrative permissions can enable Manage Delegation option.
  1. Act as delegate - Act as delegate proxy option enables the user to accept delegations. Only the users with Act as delegate proxy option can be selected for a Delegate User. Users having administrative permissions can enable Act as delegate proxy option.
  2. Proxy LoginProxy Login allows the Delegate User to log in as a delegation to the Principal User.
In proxy mode, the Delegate User can see only the roles assigned in the configuration and perform actions confined to the assigned roles. The Delegate User can log in as a delegation as long as the proxy assignment or delegation is active. The Delegate User actions are recorded in the audit log as "Delegate User on behalf of Principal User Modified Subject from old value to new value”. A Delegate User cannot transfer a proxy assignment to another Delegate User.
  1. Custom Access CriteriaCustom Access Criteria allows the user to access and manage individual records based on the data in the record, characteristics of the current user or any other information. For more information, see Custom Access Criteria. The Delegate User can perform an action mentioned in Access Control only when the Custom Access Criteria permission is allowed. For example, loggedInUser.isDelegateeLogin is a new variable that allows the Delegate User to perform actions under Access Control in Custom Access Criteria.