// Variable for the version of the field - Display in Props UI. fieldVersion = "2.0.5"; // initialize some of the attributes variables typeid = attributes.typeid; prefix = attributes.prefix; formname = attributes.formname; currentValues = attributes.currentValues; if( not structKeyExists(currentValues, "fldClass") ) currentValues.fldClass = ""; if( not structKeyExists(currentValues, "fldName") ) currentValues.fldName = ""; if( not structKeyExists(currentValues, "fldSize") ) currentValues.fldSize = "40"; if( not structKeyExists(currentValues, "editOnce") ) currentValues.editOnce = 0; if ( not structKeyExists(attributes.currentValues, 'useUdef') ) attributes.currentValues.useUdef = 0; application.ADF.scripts.addFooterJS(cftFooterJS,"TERTIARY");
Field ID:
Please enter the field ID to be used via JavaScript. If blank, will use default field name.
Class Name:
Please enter a class name to be used via JavaScript or CSS. If blank, a class attribute will not be added.
Field Size:
Enter a display size for this field.
Action Properties:
Edit Once: checked>False checked>True
Select True to allow the field to only be edited once on creation of the record. This will lock the value in and make the field disabled.

ADF Custom Field v#fieldVersion#