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
tutorial:adm:user-type [2021/03/26 07:52]
tomiskar
tutorial:adm:user-type [2021/03/30 09:48] (current)
husniko
Line 21: Line 21:
   * Basic attributes validation - configure validations for fields:   * Basic attributes validation - configure validations for fields:
     * **Personal number** - required, minimum and maximum length **5** (~ 5 letters only)     * **Personal number** - required, minimum and maximum length **5** (~ 5 letters only)
-    * **Valid till** - required, minimum contract validity **0** (~ current date), maximum contract validity 385 days (~ 13 monts in future)+    * **Valid till** - required, minimum contract validity **0** (~ current date), maximum contract validity 385 days (~ 13 monts in future). Sometimes it is demanded to avoid the possibility to set empty date for contract which means unlimited. Then it is advised to set validation of such attribute also as **required**.
   * Form definitions - we need to prepare extended attributes form definition before to use then here, we will use this definitions and attributes as example:   * Form definitions - we need to prepare extended attributes form definition before to use then here, we will use this definitions and attributes as example:
     * **default - IdmIdentity** - default form definition for users, select attributes:     * **default - IdmIdentity** - default form definition for users, select attributes:
       * **Mobile phone** - text attribute       * **Mobile phone** - text attribute
       * **Reqistration** - boolean attribute       * **Reqistration** - boolean attribute
-    * **default - default - IdmIdentityContract** - default form definition for cntracts, select attributes:+    * **default - default - IdmIdentityContract** - default form definition for contracts, select attributes:
       * **Environment** - codelist ith available environments       * **Environment** - codelist ith available environments
       * **Manager** - user select box       * **Manager** - user select box
 +  * **Set direct guarantee for new contract** - Set currently logged user as direct guarantee for newly created contract
   * Description - **Create and edit externe user.** Description is shown in projection list (into about projection and for filter).   * Description - **Create and edit externe user.** Description is shown in projection list (into about projection and for filter).
   * Inactive - inactive projection will not be available for creating new user.   * Inactive - inactive projection will not be available for creating new user.
  • by tomiskar