Pending Approvals Page Loaded
Custom Methods that are Called
- DataHandler.OXF_TOIL
- DataHandler.GetApprovalItemRowset
- DataHandler.PopulateItemForList
Screen Shot
TOIL Hours on Left Clicked
Custom Methods that are Called
- DataHandler.OXF_TOIL
- DataHandler.GetApprovalItemRowset
- DataHandler.PopulateItemForList
Screen Shot
TOIL Request Clicked / TOIL Details Page Loaded
Custom Methods that are Called
- DataHandler.OXF_TOIL
- DataHandler.RetrieveApprovalItemDetail
- DataHandler.PopulateItemSummaryForDetail
- DetailDocument.ConstructDocument
- SubPage.OXF_TOIL
- SubPage.AddDynamicButton
- SubPage.RenderPage
- TOIL_Workflow.Thread_Descr
- TOIL_Workflow.getThreadDescr
- TOIL_Workflow.getUserName
- DataHandler.OXF_TOIL
- Ajax.IsRequireToRunPreApprovalProcess
Screen Shot
TOIL Line Clicked
Custom Methods that are Called
- DataHandler.OXF_TOIL
- DetailDocument.OXF_TOIL
- DetailDocument.ConstructDocument
- SubPage.OXF_TOIL
- SubPage.AddDynamicButton
- SubPage.RenderPage
Screen Shot
With RenderPage Processing
Without RenderPage Processing
TOIL Deny Clicked
Custom Methods that are Called
- TOIL_Workflow.Event_Handler
- TOIL_Workflow.OnHeaderDeny
- Comments.AddApplicationComments
Explanation
AddApplicationComments is what inserts the comments entered on the page.
TOIL Approved Clicked
Custom Methods that are Called
- DataHandler.OXF_TOIL
- Ajax.PreApprovalProcess
- TOIL_Workflow.Event_Handler
- TOIL_Claim.TOIL_Claim
- TOIL_Claim.Update_TOIL_Entitlement
- Results_Build.Results_Build
- Results_Build.Schedule_Update_Balances
- TOIL_Workflow.OnHeaderApprove
- Comments.AddApplicationComments
- DataHandler.OXF_TOIL
- DataHandler.GetApprovalItemRowset
- DataHandler.OXF_TOIL
- DataHandler.GetApprovalItemRowset
Explanation
AddApplicationComments is what inserts the comments entered on the page.
The final 2 calls to DataHandler.OXF_TOIL and DataHandler.GetApprovalItemRowset are likely from the Pending Approvals page being displayed again, which is normally where you get redirected to after approving something.
No comments:
Post a Comment