kklosson wroteACDC: do you do this in an applicability rule to show/hide a form element? It simply appears to me that AwareIM has no ability to look above the current object of the form for these rules.
This is a limitation in Aware not to be able to see the objects further down the object graph. To solve this so I can access the data for applicability rule, I had to create a chain of Shortcuts to get to the data I needed for the rule to apply.
The biggest problem with shortcut is that, once created even for one attribute, then that connected objects falls into "Eager loading", meaning, every time you loop through the main object, all the shortcut objects will get loaded into server memory. That means slower response time to get more data from DB and more memory usage on the server side.
Hidden Areas like this, can cause app performance once data grows.