Relative Content

Tag Archive for pega

Pega – Accessing condition and property values from decisiontable

I am aware of the export function in the GUI to export the decisiontable. Problem however that I am facing at the moment is that we want to share the conditions and the result to an external system.
We created a 4 property dropdown menu that we interlock with the decision table. (so only valid combinations can be chosen)
With the lowest property all preceding conditions are available in the decision table. When I trace the OOTB export function I see it is entering an activity and one of the first steps is a Page-Copy, in this Page-Copy step a dataPage RH_1 is shown. In this datapage all in this datapage, all info that I need to export is available. in pyColumns(2-4).pyCondition(1-319) and the results in pyPropertyColumns(1).pyPropertyValue(1-319)
Until now we just manually exported the lowest level decisiontable and send it to the other team by email. But they want to automate this procedure so for example the data is obtained biweekly and send to the other teams system without any human intervention.