Groovy (grid) rules with Dashboards
Summary:
I'm looking to run a groovy rule with grid operators within a dashboard.
Content:
Hello,
I recently setup a dashboard that has a few forms within it. The various forms have groovy rules attached to them and I know that the dashboard Save button doesn't mix well with grid operators within those embedded forms. However I'm hoping there is some method to make that functionality operate well. Generally I advise users to leverage the smaller save button within the specific Form on the dashboard to trigger the business rule correctly.
However, one of my forms has a groovy that is run "After Load" and flags a number of Account Dimension members to be set to read-only. This does not work in the dashboard at all. I have tried assigning the rule to the dashboard itself but that does not function properly, even when using the if(operation.hasGrid()) function, suggested in this post -