Question
Empower Retirement
IN
Last activity: 1 Jun 2018 6:48 EDT
Local data Storage
How to insert a new row(record) in local data storage using the activity???
***Updated by moderator: Lochan to add Categories***
-
Like (0)
-
Share this page Facebook Twitter LinkedIn Email Copying... Copied!
Accepted Solution
Pegasystems Inc.
US
Hi Dhandapani,
I had tried a sample use case for your requirement and attached over here, hope this is what you are looking for.
Regards
Mahesh
-
Ajjay Balachandra
Empower Retirement
IN
Hi Mahesh,
Thank you for your suggestion. But, how to add the case data to the local data storage without us explicitly giving values in the activity?
Empower Retirement
IN
Thanks for your help and i tried and it is working now.
Pegasystems Inc.
US
You still need help on this or you had successfully done with your use case?
Empower Retirement
IN
Successfully done in my use case .
CitiCorp
IN
Hi Mahesh,
But How to update a record inside that Local Storage using an Activity/DT ?
Thanks and Regards,
Prasanth
Pegasystems Inc.
US
Hi Prasanth,
I had created a sample use case for your request and you can have a look at it then give a try. Hope it will help to achieve your requirement.
Regards
Mahesh
-
JC Romero
EPAM Systems, Inc.
ES
Hi Dhandapani,
Thanks for posting on PSC.
Every local data storage is associated with a class in Pega. It's a storage feature which allows the user to store data records for a data type within Pega application without a need for manually creating or maintaining database tables.
To add record using an activity,
1.Navigate <YourDataType> -> Records(Tab) ->Actions-> Show Database Information.
2.Now you can perform all "Obj" methods on this class to add, delete or update records as per your business requirements through an activity.
Hope it answers your question, kindly notify if it does.
Regards,
Asif
EPAM Systems, Inc.
ES
I was drafting the last comment and meanwhile, my colleague has shared a very good document, I suggest you to go through both the data as it will help you in your implementation.
-
Paramveer Soundane