// Variable for the version of the field - Display in Props UI.
fieldVersion = "1.0.3";
// initialize some of the attributes variables
typeid = attributes.typeid;
prefix = attributes.prefix;
formname = attributes.formname;
currentValues = attributes.currentValues;
otherFields = arrayNew(1);
tabIDList = "";
application.ADF.scripts.loadJQuery(noConflict=true);
// get the list of tabs for this element
tabAry = application.ADF.ceData.getTabsFromFormID(request.params.formID);
// convert to list
for(itm=1; itm lte arrayLen(tabAry); itm=itm+1 ){
tabIDList=listAppend(tabIDList, tabAry[itm].ID);
}
// retrieve the fields
otherFields = application.ADF.ceData.getFieldsFromTabID(tabIDList);
Error reading fields from element. Make sure there are fields for this tab and/or check your CommonSpot Error Logs