Field Type: Link
Link field allows you to create fields where you can insert links (their length is up to 255 signs). The field can be used for websites or path to a file.
Create Field and Set Its Attributes
You can set specific attributes when you are creating the field (values in the picture are only examples):
Attribute | Description |
---|---|
Name | Mandatory field that sets also the title of the field that will be displayed in the dialog. |
Modules | Select for what modules will be field created. |
Required | Set that all users must fill this field. |
Important | Set that all users will be informed that the field is empty if not filled before saving. |
Unique | Set that all users must fill this field with a unique value. |
Read Only | Set that all users see this value but will not be able to edit it. |
Description | Optional description of the field. |
Edit Mask | See description below the table. |
Link Type |
eWay-CRM offers these link types:
Availability: Different types of links are available since eWay-CRM 5.2.2. |
Edit mask
Specific custom fields have an option of editing their mask. This is a way of limitation the values that can be written in this fields by user. Mask is a string that determines what can be filled in a field - you can restrict inserting numbers, letters, signs, etc. For more information, please click this link.
The mask can be used for the ensuring that field can be filled only by numbers (e.g. the date field) with no letters, etc. This is a partial control of inserted text.
The example mask in the picture is:
(\w|[\.\-])+@(\w|[\-]+\.)*(\w|[\-]){2,63}\.[a-zA-Z]{2,4}
The mask specifies that you can insert only email address into this field in the form "[email protected]".