Hi
I have a parameterized entity form. Based on the parameter, i am setting an attribute value (E.g RequestType which is an Optionset type) using the script on form load. I have a requirement, i need to show/hide couple of fields based on the parameter.
I wrote a business rule, setting a SetVisibility rule for those fields based on the "RequestType". The scope of the Business rule is "Specific Form" (I tried setting All forms as well).
It appears that the Business rule does not considering the RequestType value which i was setting on form load and executes other condition. But it executes correctly when opening the existing record.
That clarifies me - the value which i was setting on form load does not passing through Business rule on form load.
Can some one help me how to overcome this issue? How to use business rule?
Thanks in advance.