// Variable for the version of the field - Display in Props UI. fieldVersion = "2.0.1"; // initialize some of the attributes variables typeid = attributes.typeid; prefix = attributes.prefix; formname = attributes.formname; currentValues = attributes.currentValues; if( not structKeyExists(currentValues, "fieldID") ) currentValues.fieldID = ""; if( not structKeyExists(currentValues, "fieldClass") ) currentValues.fieldClass = ""; if( not structKeyExists(currentValues, "btnText") ) currentValues.btnText = ""; if( not structKeyExists(currentValues, "recurrFieldID") ) currentValues.recurrFieldID = ""; if( not structKeyExists(currentValues, "bindRequired") ) currentValues.bindRequired = "none";
Field ID:
Please enter the field ID to be used via JavaScript. If blank, will use default name.
Field Class Name:
Please enter a class name to be used by JavaScript. If blank, a class attribute will not be added.
Button Text:
Please enter custom text to display on the button. If blank, it will use the default.

Recurrence Properties Field Binding:
Recurrence Properties Field ID:
Please enter the field ID of the Recurrence Properties field to hide if a recurrence exception exists. If blank, a binding will not exist.
Binding Required Options: checked>None checked>One
Select 'None' to use the each fields standard 'required' option. Select 'One' to require one of the bound fields to have a value.

ADF Custom Field v#fieldVersion#