As a best practice, in which situation do you use a keyed data page?
A keyed data page is best used when a user selects a replacement part from a long list that seldom changes (B). Keyed data pages are designed to efficiently manage large amounts of data that do not change frequently by loading data specific to a key (like a part ID). This improves performance by caching the data and reducing the need to frequently query the source system for the same data. Reference: Pega Community documentation on data pages and caching strategies
Currently there are no comments in this discussion, be the first to comment!