Methods and functions
Use Decision Management methods and functions when you want to use the decisioning functionality of the Pega Platform programmatically. The methods and functions are categorized by product areas. For details, see:
- Decision Management methods
- Syntax for expressions
Predictive models
You can obtain segments that are calculated by the Predictive Model rule by using the
Lib(Pega-DecisionEngine:PredictiveModel).ObtainValue(this, myStepPage, "predictivemodelrulename"
) syntax.Scorecards
You can obtain segments that are calculated by the Scorecard rule by using the
Lib(Pega-DecisionEngine:Scorecard).ObtainValue(this, myStepPage, "scorecardrulename"
) syntax.