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
Next revision Both sides next revision
devel:documentation:modules_extras [2019/10/14 13:27]
kopro add information about skip check for systemState
devel:documentation:modules_extras [2019/12/17 07:59]
fiserp [CzechIdM - extras]
Line 1: Line 1:
 ====== CzechIdM - extras ====== ====== CzechIdM - extras ======
-CzechIdM - extras contains various features, which are not suited to be in any other module. List of the currently supported features is bellow.+CzechIdM - extras contains various features, which are not suited to be in any other module. List of the currently supported features is below.
  
 Currently supported CzechIdM version : 9.2.2 Currently supported CzechIdM version : 9.2.2
Line 60: Line 60:
 Report will compare value of attributes with connected system. Connected system does not need to be in read only. Report will compare value of attributes with connected system. Connected system does not need to be in read only.
 More information is available here: [[tutorial:adm:report_compare_value_idm_to_system|]] More information is available here: [[tutorial:adm:report_compare_value_idm_to_system|]]
 +
 +===== Notification about the end of identity's last contract =====
 +A notification about the end of identity's last contract will be sent to those who have a specified role assigned and optionally the manager of the user. A different notification can be sent before the contract ends and when it ends. 
 +More information is available here: [[tutorial:adm:notification_-_identity_s_last_contract_is_ending|]]
 +
 +===== Get titles before and after =====
 +Almost every project receive all titles in one string and IdM allow separates titles before and after. For this case was created in *ExtrasUtils* two methods *getTitlesAfter* and *getTitlesBefore*. And transformation scripts *extrasGetTitlesBefore* and *extrasGetTitlesAfter*, transformation scripts calls method from utils.
 +
 +Dictionary with titles can be setup by configuration properties. Default values exists.
 +<code>
 +idm.sec.extras.configuration.titlesAfter="Ph.D.", "Th.D.", "CSc.", "DrSc.", "dr. h. c.","DiS.", "MBA"
 +idm.sec.extras.configuration.titlesBefore="Bc.", "BcA.", "Ing.", "Ing. arch.", "MUDr.","MVDr.", "MgA.", "Mgr.", "JUDr.", "PhDr.", "RNDr.", "PharmDr.", "ThLic.", "ThDr.", "prof.", "doc.","PaedDr.", "Dr.", "PhMr."
 +</code>
 +
 +===== Import automatic roles on tree nodes =====
 +You can use this tool to create automatic roles which are assigned based on the position within the organization structure using a CSV file as a source. 
 +More information is available here: [[tutorial:adm:import_automatic_roles_on_tree_nodes|]]   
 +
 +===== Groups synchronization workflow  =====
 +Since module version **1.4.0** was exists better workflow for groups synchronization than in core. This workflow has same features as product. In product will be available same feature as this workflow but with configuration from GUI. 
 +
 +Documentation for configuration is available [[tutorial:dev:ad_groups_sync_workflow|]].
  • by sourek