As a developer, I want to be able to take advantage of bulk calls from my custom data references so that I can improve the data access performance.
ADMIN RESPONSE
Aug 19, 2022
Bulk calls are available in the AF SDK as a standard feature. Custom data references can implement these calls.
However, be aware that async calls are not available and in many instances, they are more performing than bulk calls.