Skip to main content

Hi Team,

We are exploring option to launch the Generate Quote (New Quote) screen from DebriefTask Workflow.

When using the goToScreen or jumpBackToScreen, the control is taking back to the last Quote screen which was opened. Whereas, our requirement is to open a New Quote

 

 

Hi @CKOppBox,

Did you set current keys quote_id(null),  quote_version(null) and workflow(Quote) before navigate to the screen?

setCurrentKeys('quote','quote_id','');
setCurrentKeys('quote','quote_version','');
setCurrentWorkflow('Quote'); 

Thanks.


Thanks @Anjula Priyanath,

That worked


Reply