Originally from ticket #5.
After using the 'Click through approval', is there a way of returning the user back to the Absence Calendar instead of to the Workflow Notifications page?
This can be done via configuration. You should have taken a copy of the Fast Formula XXAS_CAL_MGR.
Replace this code:
Dest_URI = 'javascript:void (window.open('+'OA.jsp?OAFunc=FND_WFNTF_DETAILS&NtfId=' + to_char(Notification_Id) + '&addBreadCrumb=Y&retainAM=Y)'
by this code:
Dest_URI = 'javascript:window.open(''OA.jsp?OAFunc=FND_WFNTF_DETAILS&NtfId=' + to_char(Notification_Id) + '&addBreadCrumb=Y&retainAM=Y'', ''FND_WFNTF_DETAILS''); void(0);'
Verify and save the formula (middle tier might need a bounce.
When users click through a new window or tab (depending on your browser) will open.