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 [2020/04/24 07:33]
kopro [Evaluator (permissions) for roles that is inside defined role catalogue] add URL to documentation
devel:documentation:modules_extras [2020/06/11 08:31]
kucerar [Import code list and it's items]
Line 114: Line 114:
 ===== Workflow to disable contract on MISSING_ACCOUNT ===== ===== Workflow to disable contract on MISSING_ACCOUNT =====
 Setting this workflow (extrasDisableMissingContract) as workflow for action in contract reconciliation will disable contract, when its being synchronized. It can be used for example, in situations when contracts are being deleted from source data after expiration and they keep being stuck in MISSING_ACCOUNT state. Setting this workflow (extrasDisableMissingContract) as workflow for action in contract reconciliation will disable contract, when its being synchronized. It can be used for example, in situations when contracts are being deleted from source data after expiration and they keep being stuck in MISSING_ACCOUNT state.
 +
 +Note: When using this workflow, please consider the possibility that the contracts may "reappear" in the source data. In such case, it would make sense to enable the contracts again, e.g. by mapping the attribute "state" and filling it by value ''null'' (= active contract).
  
 ===== Groups membership in multi domain (cross domain) AD environment ===== ===== Groups membership in multi domain (cross domain) AD environment =====
Line 129: Line 131:
  
 Documentation is available [[devel:documentation:modules_extras:role_evaluator_by_role_catalogue|there]]. Documentation is available [[devel:documentation:modules_extras:role_evaluator_by_role_catalogue|there]].
 +
 +===== Import code list and it's items =====
 +Since module version **1.9.0** and **2.4.0**
 +
 +Documentation is available [[devel:documentation:modules_extras:import_code_list_an_it_s_items|there]]
  • by apeterova