QuestionQ153

Implement security and optimize performance

You are a Dynamics 365 Finance developer who must configure table caching. Assign the appropriate CacheLookup properties to the correct table types.

Each property may be used once, more than once, or not at all.

Drag & Drop
EntireTable
NotInTTS
Found
FoundAndEmpty
Parameters
Transaction
Master data
Region specific master data
Explanation

EntireTable is appropriate for small parameter/configuration tables. NotInTTS is the standard cache level for transaction tables, preserving transaction-scope behavior. Found caches successful key lookups and suits normal master data. FoundAndEmpty additionally caches unsuccessful lookups, which is useful for regional master data when a record may not exist for a particular region.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!