Page 2 attribute modify event
I want to validate a mandatory Part Page 2 attribute value such that if it is updated with Yes/No then another attribute in Part Page 2 should be made mandatory. Which event can I utilize to ensure that the script runs every time the Part Page 2 attribute is updated the required validation is executed for another Part Page 2 attribute?
You can accomplish this without an event. Using field level read you could make the second field appear when a given value is made on the first. Then using the criteria on the workflow matching the value in the first field, make the second field mandatory for exit.