Customize NewEdit page to return the attribute instead of committing to database

0
Hi, I am building a account manage page as following:      When User click on edit button it should pop up a NewEdit page. After the saving the page, instead of committing it to database, I want the data returned so that I can show up in the above page, when everything is ready user can finally save to commit everything.   My question is: How to create such page that I can save the object in association instead of in database?
asked
2 answers
0

Hi Ethan Tse,

 

For Edit button page select data source type as microflow and create a DS_Microflow

image.png

 

In DS microflow retrieve through association and return the object  in end event

image.png

image.png

answered
0

Try this!

image.png

 

image.png

 

image.png

 

image.png

answered