we Browsing the pending cases from workbasket and close the cases using pxForceCaseClose . but the status not updated as what we given(Resolved) . they still remain as pending .
@KRISHKY Check if you are setting all the parameters correctly. Also, while looping through a pagelist, you can specify a step page to call pxForeCaseClose and set commit (parameter) to true.
@KRISHKY Hi krishky while looping instead of opening the case just set the pyId value to a parameter on temp page and pass that pyID param to pxForceCaseClose activity along with your status and also provide that temp page on step page for calling pxForceCaseClose activity it will work.
after passing the Param.CaseID in pxForceCaseClose, still getting the same pyStatusWork in the Case instances . It is updated as resolved in Audit Logs , but remains as pending in case instances ..