Inside Activate
Web Forms and Wizards
How to add a filter to an Activate Select Control
2 min
how to add a filter to an activate select control when creating a web form that contains a select object control like selectrole, selectresource etc, you may want to filter certain objects out of the list for example, in a create user web form you may want to exclude certain user types role from being available to select this can be done by setting the filter property on the control this can be done on any activate select control that inherits from selectprovisioningobjectbase, which includes the following control types selectrole selectresource selectfolder selecttask selectdl etc steps to set up the filter, within the properties of the control add a reference to the parameter that you are using to control the filter, e g @=/hidefromcreateuser note depending on your version of activate (prior to v7), this property may not be available in the activate administrator webform interface if it is not available you will need to switch to text mode to set it the filter allows you to remove objects that would otherwise display in the list the example above would remove a user type from the create user webform where the user type role has a parameter called "hidefromcreateuser" set to "true" note you will need to make sure the reference starts with the @ symbol without this the expression will be evaluated before it is valid and will not work