🎴 Flashcard Mode
Pega PRMC Platform Fundamentals
Card1 / 20
Mastered0
Review0
QuestionClick to flip
Main difference between Property-Map-Value method and Property-Map-ValuePair method is
AnswerClick to flip back
A
Property-Map-Value can call a Rule-Obj-MapValue and pass a single row input, and Property-Map-Value-Pair can call a Rule-Obj-Map Value and pass a single row input and single column input
💡 Explanation:
Property-Map-Value passes a single row input to a Rule-Obj-MapValue. Property-Map-ValuePair passes a single row input AND a single column input to the Rule-Obj-MapValue, allowing lookup based on two dimensions. This is the key difference between the two methods.