// 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]; if( not len(currentValue) ) currentValue = createUUID(); // set this into request scope so other objects can use this request.uniqueID = currentValue;