Termination Life Event Trigger Fast Formula
Summary:
We have a termination life event configured to trigger when an actual termination date is entered on per_periods_of_service table. We have several non-worker assignments, but the termination life event is triggering even for non workers. We have written a person change causes life event formula to restrict the trigger so it will only fire when the assignment type is Employee, but it is not working. With the FF attached, the life event never triggers.
Here is the formula logic:
DEFAULT FOR PER_ASG_ASSIGNMENT_TYPE is 'x'
l_return = 'N'
l_assn_type= PER_ASG_ASSIGNMENT_TYPE
Tagged:
0