When we perform the action in HR system it creates a record in ActionRequest business class. This BC only have header details. Where can I find action details, before and after.
Example, when we perform the transfer action on WorkAssignment Business class, we will see a record in ActionRequest BC with action name, actor, WU etc., But it does not store the new position and old position information. Which BC holds the information about the old and new values for given action.
Hope i'm not confusing.