Restricting DFF Based On Employee Assignment Type
Summary
Restricting DFF Based On Employee Assignment TypeContent
We have a DFF inside the goals page. and want to restrict this DFF to be visible to only for 'Probation' Employee based on The Employee Assignment Category. But when I applied the following formula the DFF is not showing for all assignment categories but it should only be for the mentioned category.
I tried below with the formula through page customization. The formula with equal or not equal non of them are working as expected.
#{bindings.AssignmentCategory.inputValue=='Probation'}
#{bindings.AssignmentCategory.inputValue!='Probation'}
Have any one come across such requirement ?