Question
PEGA
Pegasystems Inc.
GB
PEGA
Posted: Feb 17, 2016
Last activity: May 16, 2017
Last activity: 16 May 2017 9:00 EDT
Closed
Solved
Map decision table from data transform
Is there a way to do the equivilent of Property-Map-DecisionTable in a data transform?
I am populating a data page property with values mapped from a decision table but am currently using a post processing activity to loop through the data page and set the values.
-
Like (0)
-
Share this page Facebook Twitter LinkedIn Email Copying... Copied!
Accepted Solution
Posted: 8 years ago
JP Morgan Chase
JP Morgan Chase
IN
You can use OOTB obtainvalue function .
Posted: 8 years ago
Tech Mahindra
Tech Mahindra
IN
Yes, can implement using when condition and out paramter.
Please let me know if your requirement is different.
Posted: 8 years ago
PEGA
Pegasystems Inc.
GB
To see attachments, please log in.
Accepted Solution
Posted: 8 years ago
JP Morgan Chase
JP Morgan Chase
IN
You can use OOTB obtainvalue function .
Posted: 8 years ago
PEGA
Pegasystems Inc.
GB
To see attachments, please log in.
-
Z Morris Bhattacharjee Rahul Hemanth Guptha Pasupula Subba Shivakumar Hugar
Posted: 8 years ago
Cognizant Technology Solutions
Cognizant Technology Solutions
US
You can also use the following syntax:
@(Pega-RULES:ExpressionEvaluators).evaluateDecisionTable(StageCode);
However, the only challenge I see is not to be able to find an equivalent of "AllowMissingProperties".
To see attachments, please log in.
Posted: 7 years ago
Citi
Citi
US
Hi MarcAlderman,
How you are populating a data page property with values mapped from a decision table? can you please explain in detail?