NewLookupRow' port is available in which type of Lookup?
-
Persistent Cache
-
Dynamic Cache
-
Unnamed Cache
-
Shared Cache
B
Correct answer
Explanation
Dynamic Cache allows the lookup cache to be modified during the session with inserts and updates. NewLookupRow port specifically indicates whether the current row was newly inserted into the cache, which only makes sense when the cache can change - hence it's dynamic-only.