anyone, please tell about Data page vs Data transform
@SarmilaS5474 Hi Sarmila,
Datapage and data transforms are totally 2 different areas. It is possible to call a datatransform in a datapage and vice versa. Please give a read on below links to understand better
Datatransform
Datapages
@VenkatRajGopal Thank you
Hi Sarmila,
Data pages means it stores the data on the temporary page.If you want to fetch the same data multiple times Data page needs to be used.
If you don’t use data pages it needs to fetch from the DB for every time.It is performance issue.
Data transforms are used to set the default values to the properties by using pydefault.
@SarmilaS5474 Thanks for your question