Clear PicklistThe clear <picklist> deluge function clears all the values in a picklist and displays an empty picklist. It can be used in On Load form actions to display an empty picklist when the form is loaded and in On User Input field actions to display an empty picklist dynamically, based on a specified criteria.
where, <picklist fieldname> is the name of the picklist field in the current form. Refer the following links for examples on using the clear picklist Deluge syntax. Getting
Started with Deluge Scripting - Populating the AssignTo picklist field
based on selected module |