Difference between revisions of "Field Settings"
From AgileApps Support Wiki
imported>Aeric m (moved Common:Add Field to Field Settings) |
imported>Aeric |
||
Line 23: | Line 23: | ||
====Role-Based Field Visibility==== | ====Role-Based Field Visibility==== | ||
Set Field Visibility based on Role. This option defines the [[Roles]] that are permitted to view and use the designated [[Field]]. Available field settings include: | |||
:''Learn more:'' [[Role | :*Visible | ||
:*Read-Only | |||
:*Hidden | |||
This control is created when a field is added to an object. | |||
:''Learn more: [[Visibility Controls]]'' | |||
;Considerations: | |||
*When a field is added to a [[Form]], the field visibility control is set to Visible by default | |||
*When a new role is added, that role receives ''Visibility'' rights to all the fields across all the objects | |||
*When this control is specified for a field, it will be enforced in the [[Field Audit Log]]; This means that the user [[Role]] determines whether a record is visible in an [[Audit Logs|Audit Log]] | |||
====Description Information==== | ====Description Information==== | ||
Optionally, add a description of the field | Optionally, add a description of the field | ||
:;Description:Text entered here will be displayed when the user hovers their mouse over the field--but only if [[Edit_a_Form_Layout#Show_Field_Hint|Show_Field_Hint]]s has been enabled for the form the user is in. | :;Description:Text entered here will be displayed when the user hovers their mouse over the field--but only if [[Edit_a_Form_Layout#Show_Field_Hint|Show_Field_Hint]]s has been enabled for the form the user is in. |
Revision as of 19:30, 19 March 2013
Basic Information
Specify the basic characteristics of the field
- Label
- Enter a field label; This label is displayed on the Form
- Display Type
- The fields in this page will change, depending on the Field Display Type selected
- Always Required
- Checkbox
- Field Name
- The name that will be used to reference this object. Must conform to the Field Naming Rules
Display Attributes
This section is displayed when adding a new field. It specifies the default attributes for the field, when it appears in a Form.
- Section
- Select the section in the default form where the field will appear. (The Basic Information section is the default.)
- Required
- Checkbox
- Default is unchecked
- If checked, this field is required in the current Form
Default Value
- Specify the content to be displayed as the Default Value when adding a new record to this object, or use the interactive Formula Builder to define a default-value expression.
- Considerations
-
- For Lookup fields, the value must resolve to a record_id. (A user_id, for Lookups to the User object.)
For example, this formula can be used to specify a default value for the record Owner, by using an email address to do the Lookup:
- LOOKUP('USER','id','email="newOwner@OurCompany.com"')
- For Lookup fields, the value must resolve to a record_id. (A user_id, for Lookups to the User object.)
Role-Based Field Visibility
Set Field Visibility based on Role. This option defines the Roles that are permitted to view and use the designated Field. Available field settings include:
- Visible
- Read-Only
- Hidden
This control is created when a field is added to an object.
- Learn more: Visibility Controls
- Considerations
- When a field is added to a Form, the field visibility control is set to Visible by default
- When a new role is added, that role receives Visibility rights to all the fields across all the objects
- When this control is specified for a field, it will be enforced in the Field Audit Log; This means that the user Role determines whether a record is visible in an Audit Log
Description Information
Optionally, add a description of the field
- Description
- Text entered here will be displayed when the user hovers their mouse over the field--but only if Show_Field_Hints has been enabled for the form the user is in.