Hi guys, i have one question about business rules on entities. I need to Patch some data using canvas app OnSelect property that have some required fields, but have a scenario when the user isn't need to populate this fields.
In my entity table I have this fields as required, so when the canvas try to Patch will appears required error message, okay ...
My question is: Can I create business rules to "When a field is set with 'Yes' option, the required field of the field is removed"?
I tried to do some like this but nothing changes in canvas app.
*Im using Defaults entity to Patch the data, if helps in something ...