Hello community!
I need to set fields required based in values of a lookup at client side.
I was trying to test how isRequired works in attributes , but I found that the only way to work with it, is declaring the explicit value to True or False.
Tried to use a virtual column, and a method function, but it behaves weird.
Here are my examples:
and this how it looks on screen:
It's showing the "Enter a Value" warning but they are supposed not to be required (* is missing).
Is there any way to workaround with this?
Thank you for your help.