isFieldVisible

Usable on NewEdit pages and parameter pages. Returns a Boolean value indicating whether the given input field is visible on the current page.

This function is most often used in visibility-scripts when one field's visibility should be dependent on another field's.

Usage

isFieldVisible(fieldname)

Parameters

fieldname : String

The field's name. If no field with this name exists on the current input page then the behavior is undefined.