Difference between revisions of "Hidden Field"

From AgileApps Support Wiki
imported>Aeric
m (Text replace - '__NOINDEX__' to '<noinclude>__NOINDEX__</noinclude>')
imported>Aeric
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
<noinclude>__NOINDEX__</noinclude>
Hidden fields are used to maintain data associated with a record, but restrict visibility in the UI. Hidden fields are often used by Developers in the [[Developer Suite]], to facilitate Javascript and formscript operations which can be used to manipulate, set, or update field values.
Hidden fields are used to maintain data associated with a record, but restrict visibility in the UI. Hidden fields are often used by Developers in the [[Developer Suite]], to facilitate Javascript and formscript operations which can be used to manipulate, set, or update field values.


To change the attributes of a field, see the ''Display Attributes'' section in [[Fields#Edit_Field_Properties|Edit Field Properties]].  
To change the attributes of a field, see the ''Display Attributes'' section in [[Fields#Edit_Field_Properties|Edit Field Properties]].
 
;Considerations:
:*This option is not available for [[Custom Control]] field types
 
<noinclude>__NOINDEX__</noinclude>

Latest revision as of 01:03, 3 December 2013

Hidden fields are used to maintain data associated with a record, but restrict visibility in the UI. Hidden fields are often used by Developers in the Developer Suite, to facilitate Javascript and formscript operations which can be used to manipulate, set, or update field values.

To change the attributes of a field, see the Display Attributes section in Edit Field Properties.