Question
1
Replies
1477
Views
TCS
Posted: July 18, 2017
Last activity: July 19, 2017
Closed
save the records in to Interaction History table
Hi,
We have requirement to save the records which is coming from application server by using file listener in to Interaction History tables. As Interaction History tables are Pega inbuilt tables we can't update the tables directly. Can somebody help to get the solution.
Thanks in Advance
***Updated by moderator: Lochan to add Categories***
Hi,
Interaction History is meant to record the Decision Results which will be used for reporting and future decisions.
Is there any specific reason for capturing records to IH from external source?
You may try by calling "DataSet-Execute" method on pxInteractionHistory Data Set; however make sure that page is of type Data-pxStrategyResult or any issue/group class. And also the pyOutcome value should be defined.
Hope this helps!
Cheers,
Santhosh