Navigation :
StyleCode Property: formAccess
Determines whether a form field should be hidden or shown. Hidden form fields are still submitted with their original value.
Applies to |
Type |
Default |
form > entry |
visible , hidden |
visible |
Examples
// Example: form > entry
read form with
SKU: text
Maximum: number
show form "My Form" a1b1 with
SKU { formAccess: hidden }
Maximum