Hi Harsha 1. We can use save data page in flow, flow action and as well as in activity right, why we have writeNow with save data page in an activity with save data page method and why it is not with save data page shape in flow or flow action ?
@HarshaTrainingsacademy2 жыл бұрын
In flow action or flow, prpc performs auto commit but in activity it will not happen.. that's the reason
@chiruglory25232 жыл бұрын
Hi Harsha 1. If we are going with savable data page for add or update a record, then what about commit ? savable data page will do auto commit ?
@HarshaTrainingsacademy2 жыл бұрын
It depends on where u call it... Calling in flow or flow action don't need. Claling in activity needs it
@chiruglory25232 жыл бұрын
Hi Harsha, 1. Can we do delete of a record with savable data pages ?
@HarshaTrainingsacademy2 жыл бұрын
Practically speaking yes you can do it... But the purpose is not that...
@chiruglory25232 жыл бұрын
Hi Harsha, 1. What are all the actions that we can do with savable data pages ?
@HarshaTrainingsacademy2 жыл бұрын
Could u pls post each question as one comment do that it is easy to respond
@shivanisrinivasan44733 жыл бұрын
I did the savable data page concept for field group list...when i run and enter the data it is saving in records...but if i run one more time , previously entered list also should appear .....how to do that ?can u suggest some ways please
@HarshaTrainingsacademy3 жыл бұрын
You should pass new class keys then it will store latest records and old will also be there... In ur case you are passing same class keys multiple times I believe
@shivanisrinivasan44733 жыл бұрын
In records its showing but when i run again..in that step previously enterd list shold also appear and it should be editable how to do that?
@HarshaTrainingsacademy3 жыл бұрын
U might be loading freshly that why previous list gone... U need to append everytime to hold the old list
@shivanisrinivasan44733 жыл бұрын
I gave given append condition too
@HarshaTrainingsacademy3 жыл бұрын
Pls share screen shots to harsha sir on watsapp 8886266619
@bhaskar789510 ай бұрын
Post load processing. what is the use of this?
@HarshaTrainingsacademy10 ай бұрын
In Pega, post-load processing refers to a mechanism used to perform additional actions after data is loaded into a data page. This feature is commonly utilized with savable data pages. Savable data pages are data pages configured to hold data that can be modified and saved back to the data source. After loading data into a savable data page, you might need to perform certain operations like validation, manipulation, or updating related data. Post-load processing allows you to execute these actions automatically after the data page is loaded, ensuring that the data is properly prepared or processed for use. Here are some common use cases for post-load processing with savable data pages: 1. **Data Validation**: Validate the loaded data to ensure it meets certain criteria or business rules before it is displayed or used in the application. 2. **Data Transformation**: Transform the loaded data into a different format or structure that better suits the needs of the application. 3. **Data Enrichment**: Enhance the loaded data by retrieving additional related data or performing calculations based on the loaded data. 4. **Data Filtering**: Apply additional filters or conditions to the loaded data to limit the dataset based on specific requirements. 5. **Data Integration**: Integrate the loaded data with other systems or services to synchronize or update related data sources. By using post-load processing with savable data pages, you can ensure that the data accessed and manipulated in your Pega application is accurate, consistent, and up-to-date, ultimately improving the overall functionality and user experience of your application.
@Jotarwc Жыл бұрын
How do I save information that I get from some API, for example from countries, by means of activity?
@HarshaTrainingsacademy Жыл бұрын
Use obj-save method
@java2architect3 жыл бұрын
What if I had keyed data page because my Data class has key field and I want to pass parameter. How will I pass parameter on Save Data Page smartshape?
@HarshaTrainingsacademy3 жыл бұрын
hiw datapage name with sqauare braces parameter : value
@khushabuwarade Жыл бұрын
where can we find savable data page in clipboard in pega
@HarshaTrainingsacademy Жыл бұрын
Hi,Khushabu Thank You for Your Comment !!! Keep Support Our Channel !!!! Thank you so much for visiting our channel , Your comment will help us to provide better content for our subscribers👍. Please don't forget to Subscribe our channel, hit bell icon 🔔 for more Knowledgeable Updates. If you are looking for a fresher's Job | Gap after education looking for an IT Job | Looking for a Good Package Job in IT then Harsha Trainings is Right Place. 🤙Talk to our Experts to get Complete Details : +91-9652532753 | +91-9885312299 | +91-8121092753
@soundaryae93963 жыл бұрын
can i save two records into a data page at a time
@HarshaTrainingsacademy3 жыл бұрын
thank you for your response, wa can't save but we can split for each flow shape and we can save multiple records one after the other