🎴 Flashcard Mode
Pega PRPC Fundamentals - 2
Card1 / 20
Mastered0
Review0
QuestionClick to flip
Which directive would you use to retrieve a property value from an instance not present on the clipboard?
AnswerClick to flip back
A
Lookup directive
💡 Explanation:
The Lookup directive is specifically designed to retrieve a property value from an instance that is not present on the clipboard. Unlike Reference directive which works with clipboard pages, Lookup fetches data from the database or other sources by key. Literal directive is for constant values, while Java directive is for Java code execution.