I have a user form on a UBC form. There is a button on the form that triggers a custom action (MgrCompleteEmpAckRequired) to save the form with exit rules to update the form status. I also want an exit rule to take the data in a UBC date field and update a date field on the Employee business class with the same data.
The action is updating the forms status on the UBC, but the exit rule isn't updating the field on the employee business class.
Has anyone had success in achieving something like this?
This is my LPL for the date fields (identical on the UBC and Emp BC) and action:
Persistent Fields
ProbPeriodExtDate is Date
Actions
MgrCompleteEmpAckRequired is an Instance Action
Action Rules
invoke UpdateForm
Exit Rules
ProbPeriodStatus = ProbPeriodStatus.3
ProbPeriodToEERel.ProbPeriodExtDate = ProbPeriodExtDate