
Hello,
I want to make a filed mandatory when a specific product is selected. when any other is selected the same field should not be mandatory.
You could set the "ShowMandatory" property to a variable and set the variable to true on the "OnValidate" trigger of the field. Or you could make the check before inserting the record. Sorry if this seems obvious.