Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revision Both sides next revision
tutorial:adm:notification_-_identity_s_last_contract_is_ending [2021/11/09 12:36]
kucerar new params intemplate
tutorial:adm:notification_-_identity_s_last_contract_is_ending [2021/11/10 07:00]
kucerar added eav map as template param
Line 45: Line 45:
   * identityUrl - URL to user's dashboard   * identityUrl - URL to user's dashboard
   * identityEav - user's EAV as list of IdmFormInstanceDto   * identityEav - user's EAV as list of IdmFormInstanceDto
 +  * identityEavMap - user's EAV as Map of name of EAV and it's value as String
   * identityContract - user's contract as IdmIdentitycontractDto   * identityContract - user's contract as IdmIdentitycontractDto
   * rolesAllNames - list of all user's roles as names, sorted alphabeticaly   * rolesAllNames - list of all user's roles as names, sorted alphabeticaly
Line 116: Line 117:
  
 Notification is set for sending via SMS channel. Notification is set for sending via SMS channel.
 +
 +===== LRT setting from version 3.2.3 =====
 +
 +From version 3.2.3 there are additional options for this LRT.
 +
 +  * User type - You can select user type (projection). Only users of selected type will be processed. Leave it empty to process all users
 +  * Account on system - If you want process only users with account on some system you can select one. Leave empty to process all users
 +  * Tree node - Process users only in selected node (no recursion!)
 +
 +{{  .:lastcontract.png?nolink&947x779  }}
  
 ===== Run the long running task (LRT) ===== ===== Run the long running task (LRT) =====
  • by kucerar