How to change the order of error message displayed for required attribute in RTC
One answer
I would look into the process configuration XML for the required attributes precondition. You could try to order the attributes there.
I am not sure if that would help, it depends on how the precondition is implemented and how it works. It might even iterate all built-in attributes and all custom attributes and look if it is in the list. In that case the order in the list would make no difference at all.
I am not sure if that would help, it depends on how the precondition is implemented and how it works. It might even iterate all built-in attributes and all custom attributes and look if it is in the list. In that case the order in the list would make no difference at all.