@SushilkumarB To resolve cases in bulk you can indeed use the pxForceCaseClose method. This method allows you to complete all work associated with the cases and can be passed the desired resolved status as a parameter. Additionally you can implement an independent flow that updates the status to ‘Resolved’ and invokes any other utilities configured at the resolve stage. However be cautious as resolving cases may trigger OOTB Pega code that commits the case which could affect your ability to rollback if needed. It’s essential to ensure that your implementation aligns with your specific use case requirements.
This is a GenAI-powered tool. All generated answers require validation against the provided references.