Hi All,
How can we limit a drop down values based on a particular filter value. For Example, in the Employee Search button i only want to list down employees belonging to 1 particular HrOrgUnit.
Thanks in Advance.
Priyanka Dutta
If this is in CSI, you can specify a filter string for the drop list/combo box
Hi is this GHR/HR Talent? If it's an Employee type field you can create a list on the Employee business class with an instance selection for that specific HROrgUnit. Then nest "select is ListName" underneath that field.
If it's the Employee field type you can also put a field constraint on the form nested beneath that field and it should filter the select list based on the condition in the constraint.
If it's GHR/HRTalent and an actual drop-down menu/field with states, I would like to know if we can filter undesired values out as well.