Scenario:
I would like to add a UD field to existing grid and make it editable.
The problem is that whole grid row is Disabled because of native row rule.
If one Rule (native) is disabling row then another one (mine) can’t enable it. At least I did not found any way to set “Enabled” for column or row in Row Rules. So even if my rule will override (or rather will be executed after) the native one, the row and/or column will remain Disabled. Am I wrong or right?
I found a solution for this particular case. I created copy of Rule, then in “Except these columns” I added my UD column which was previously disabled and voila - it works, column is Enabled.
What if their is a native row rule which keeps a native column disabled and we need to enable it?
Epicor provides to disable a column, but not able to find way to enable a disabled column.
“I created copy of Rule, then in “Except these columns” I added my UD column”
is not working anymore in version 2024.2.11, I was fine in 2023.1.12, Anybody has an alternative to enable some UD fields in jobAsmbl details when assembly 0 is selected.