application.ADF.scripts.loadJQuery(); application.ADF.scripts.loadADFLightbox(); application.ADF.scripts.loadJQuerySelectBoxes(); serverComponent = Server.CommonSpot.api.getObject('server'); patches = serverComponent.getInstalledPatches(); isSupported = true; requiredPatchName = ""; if(find("Build 6.0",Request.cp.productversion)){ requiredPatchName = "600_hf64a"; }else if(find("Build 6.1",Request.cp.productversion)){ requiredPatchName = "610_hf01"; }else if(!find("Build 6.",request.cp.productVersion)){ isSupported = false; } hasPatches = false; #application.ADF.ui.lightboxHeader()# select * from patches where hotfixname = '#requiredPatchName#'

Make Custom Field Type a "List" type

This script will update a field type to a "list" type. This will allow you to use filters like:

  • Any list item contained in list
  • All list items contained in list
when you select "Render Mode" for the Custom Element.

  • Step 1: Select the field type you would like to use
  • Step 2: Enter "list" into the JSValidator Field
  • Step 3: Save

Select Field Type:





You need to first install patch #requiredPatchName# to use this utility.
Sorry, this utility is not supported in this version of commonspot.
#application.ADF.ui.lightboxFooter()#