In a case we have 4 stages we want to save the data after 3rd step permanently but before that we want to store temporarily ,how to achieve this?

In a case we have 4 stages we want to save the data after 3rd step permanently but before that we want to store temporarily ,how to achieve this? Is this even possible to do?

Hi @TanyaS58

You can use Temporary cases mechanism, so that it will work for you.

Thanks,

Ashok

@TanyaS58 Temporary Cases are deprecated in nature. In latest Pega version there is no support for creating temporary cases.

@TanyaS58

This requirement could be a perfect fit for Data Instance first design pattern.

The Data Instance First design pattern demonstrates how data related to a case is persisted before creating a case.

For example, when using mashup, it is not necessary to create a case immediately. Instead, the case’s data can be persisted before the case is created. In this example, a mashup interface is configured as Display a page instead of Create a new case.