Is it possible to use Data rules with conditions that check the status of columns in TransView. The drop down doesn’t show any available fields. I tried just pasting in my field name, but my data rule is not firing.
FYI I’m trying to set fields so they are read only if a given transview column is empty (default seems to be “undefined”)
It should work, the drop down only populates if the fields are explicitly defined in the data view tab (and even then, might show up as object Object), but you’re free to paste whatever you want and if it doesn’t exist, will just be undefined.
I’m unsure about the best way to check for empty values, I’m not sure Epicor’s current way of handling some “codeless” features translates well into JavaScript. I sometimes will set a TransView column to true / false, use an event to set the value, then apply rules based on whether it’s true or not. Annoying, but works when I’m annoyed or need a feature rules don’t support (like $count).