Welcome Guest. Sign in or Signup

1 Answers

Removing a Work List entry

Asked by: 3974 views Workflow

One of the Users in your system is able to see an Expense Sheet for Approval in his Worklist. However, the Expense Sheet in question was approved and paid some months back. Due to some error, the Worklist entry is still present though. How would you remove this entry from the users WorkList page?

Related Questions

1 Answers



  1. pradnya.satalkar on Jun 23, 2016 Reply

    The worklist entry can be removed by updating field INSTATUS to 2 (Worked) of PSWORKLIST record.

    Tracking down the InstanceID requires some SQLs to be fired:
    1. Get Thread ID from XREF Record
    2. Find appropriate thread ID by checking Step instance and User Instance Records; by applying criterion for Approver OPRID.
    3. Get the Instance ID and update PSWORLKIST record for that instance with instance status as 2.

    0 Votes Thumb up 0 Votes Thumb down 0 Votes


Answer Question