I need to store frequently used reference data (e.g., country codes, product categories) in memory. Which data page type should I choose?
Thank you very much for your help in advance.
I need to store frequently used reference data (e.g., country codes, product categories) in memory. Which data page type should I choose?
Thank you very much for your help in advance.
Node level would be ideal. Try creating a data model and store the data on a pega data table on which you can import and export data very easily.
Data page would be at node level.
This is for referencing the data page and if you want to use it for whole application then Node level data page would be ideal. Better to go for node level in case you want to Reference the data anywhere inside the application.
Importing and exporting will be also great in this case.
@Somil Shukla Thanks
@Anantha Nag K Thanks
@SagarS98 In case you got the solution you can mark this as accepted, Thanks.
Hi @SagarS98
Create a Data Type and Configure Data Model,
Then Create a Node Level DataPage in Data Class, So that It will be easy to use across application.
I hope this will help you.
Thanks,
Ashok