Hello, I have a custom entity "Bank requisites". When a user creates it, he must enter a country. If the country is Russia, the field "Not-resident" must set to "No". If another country is set, the field "Not-resident" must be "Yes". This business rule looks like:
I create a new record of "Bank requisites" from Account form, where subgrid is placed.
The quick create is disabled on entity "Bank requisites", so the system opens main form:
Then I input "Russia" in Country field. I choose it from look-up on another entity "Location".
I wait, that "Non-resident" will change to "No", but this is not happening.
And only after saving the record, field "Not-resident" sets to "No" as it must.
Please help, why the rule doesn't work?
I checked the scope, the other business-rules, the field is present on form, condition is met, I have published many times the solution, and so on...
What else can I try?
Thanks in advance!