Question
Accenture
AU
Last activity: 21 Nov 2021 18:04 EST
Does D_pxGetApplicationSettingValue hit the database in each call?
We need to call D_pxGetApplicationSettingValue several times during REST integration calls. This OOTB data page is Thread level so it's not cached to be reused by multiple calls in various requestors.
Does anyone know if a database call is made every time this dpage is referenced? Application Settings are versioned rules so I'm leaning towards no - and I don't think I saw SELECT statements in a Database Trace but I'd like to be sure.