How to enable Save For later in Creation stage in Constellation
We are working on Constellation and need to display a 'Save for Later' button during the creation stage to allow users to save requests as drafts. However, it seems this option is not recommended by Pega.
Additionally, we have a requirement to execute specific code whenever an assignment is saved.
Could you please advise if there are any workarounds to enable these functionalities?
@BOUANENEM
"Save for Later" option is not available in Create stage, because the case itself is not yet created. The data is stored temporarily and thus the user selection cannot be saved.
Either user can minimize the model dialog to keep the changes and go back to adding more information. This however will not be retained if the browser is refreshed or portal is closed.
Other option is to skip the create stage entirely. This will enable the OOTB save option for your first step itself.
Secondly , currently there is no extension support for "Save For Later" button. Hence you cannot execute additional logic when an assignment is saved.