I am trying to configure an edit on the Job Business Class / Update action using Field Rules.
I am able to add various types of Field Rules to various different fields and they all work with the exception of ShortDescription. No matter how basic the Field Rule it will not fire. At its simplest level I can not get the following edit to fire:
Update is an ActionOverride
Field Rules
ShortDescription
constraint (false)
"TheConstraintFired"
All tabs are correct and I can take the exact same constraint and have it fire under different fields. Its the ShortDescription field that seems to be the problem. I can write Entrance Rules for the edit but find the display of inline red text to be much more user friendly and consistent with other edits in the form. I am also able to write constraints inside of the form itself to simulate the behavior, however, these will not get fired when users use ISD and find Field Rules offer the most simplified approach. I would also like to understand what is special about this field/situation.
The only thing I am seeing is there is a delivered Field Rule on ShortDescription. Is that what could be impacting this. I would not have expected that to be the cause but maybe I'm missing something. Please let me know if you have any insight. Thank you!