Greetings EpiUsers.
I’ve been trying to understand why having multiple Row Rules with custom conditions doesn’t seem to behave the way I would expect. In my SalesOrderForm code, I have three which should behave independently but seem to only be able to return one result. In fact, when I use Visual Studio to debug the code, I can see that after evaluating the first custom condition, it goes straight to the 2nd and 3rd custom conditions before landing on edvOrderHed_EpiViewNotification. This ends up only returning the 3rd custom condition’s result, and all three fields get the same ControlSettings applied.
Any general thoughts on this? I’m happy to post some code snippets, but I thought perhaps there might be a simple answer here somewhere.
Thanks,
Tony G.