Question
Cognizant
IN
Last activity: 10 Nov 2021 5:41 EST
Update captured information in datatype rule via standard agent
In my scenerio I need to update Captured data at runtime to datatable using standard agent
-
Like (0)
-
Share this page Facebook Twitter LinkedIn Email Copying... Copied!
Accepted Solution
Updated: 10 Nov 2021 5:41 EST
Maantic
IN
Use Queue-For-Agent to queue the page you want to save. And in agent activity perform the save operation
-
AVINASH L M
Cognizant
IN
@Avik MitraThank you For save operation can I get any example for that activity
Maantic
IN
you can call OOTB @baseclass.Save activity or add Obj-Save step there.
Cognizant
IN
@Avik MitraYeah Thank you
Cognizant
IN
@Avik MitraHi Where I need to call that activity to update the data to Data Records via Standard agent
Maantic
IN
mention it in your agent activity.
Cognizant
IN
@Avik MitraYeah In flow action I need to call that activity
Cognizant
IN
@Avik Mitra I am used these method but for to store information in data records should I need to use savable datapages
Updated: 10 Nov 2021 5:41 EST
Maantic
IN
Not necessary, you can use Obj-Save with write now to commit the changes immediately.
But if you have a savable data page defined, go for it.
Cognizant
IN
@Avik MitraYeah I got it but without savable data page I am unable to Capture data into data records using Standard agent , what I need to do now?
Cognizant
IN
@AVINASHL4108 Sorry I got it its coming Thank you very much