Differences

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

Link to this comparison view

Both sides previous revision Previous revision
tutorial:adm:user-type [2021/03/29 09:05]
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
  • by tomiskar