Hi Team,
I have two dropdowns, the user should not select the same value in two dropdowns and show a error to user showing two values should not be same.
Hi Team,
I have two dropdowns, the user should not select the same value in two dropdowns and show a error to user showing two values should not be same.
@Satya K
1)Add post-value on both the dropdowns
2)On the second dropdown, you can write a DT and compare the values and use the pxAddMessages function to add the error message when the values are same