// the fields current value currentValue = attributes.currentValues[fqFieldName]; // the param structure which will hold all of the fields from the props dialog xparams = parameters[fieldQuery.inputID]; //--Field Security-- readOnly = application.ADF.forms.isFieldReadOnly(xparams); // Validate if the property field has been defined if ( NOT StructKeyExists(xparams, "fldID") OR LEN(xparams.fldID) LTE 0 ) xparams.fldID = fqFieldName; // Check if the Multi Server is ENABLED if ( application.ptSync.appConfig.multiserver EQ TRUE ){ // Get the Multi Server config query from cache multiServerQry = application.ptSync.cache.multiServer; } else { // Get all the CS Site Query for the site csSiteQry = application.ptSync.csData.getCommonSpotSites(); } #application.ADF.forms.wrapFieldHTML(inputHTML,fieldQuery,attributes)#