Question
Tata Consultancy Services
IN
Last activity: 13 Jul 2023 15:06 EDT
Lookup In Savable Data Page
Hi,
Can someone explain when we use lookup as source in Data Page?
I have one Savable Data Page. Mode = Savable. Scope = Thread.
Here,
Data Sources
Source = Lookup And Class = A-B-C-Data-Details
Data save options
Save Type = Database Save And Class = A-B-C-Data-Details
Note:- This Savable Data page is called in Flow Action. And Post processing we have one Activity which is saving detail using Save DataPage Method.
Hi @AbhishekC1725: Purpose of savable data page is to fetch data from SOR which can be updated by your business logic and update it back to the SOR. If you remove the data source, there is no option for the data page to fetch data. If you remove the save plan, there is no option for the data page to save the data back to SOR.
Please see this for details about savable data page.
Hope this helps.
Thanks.