Hello everyone,
I have an application that works with a CALENDAR, which is the main function of my app. However, every time my users open the CALENDAR, I need to load all the appointments, which is overloading my application, and they open the calendar multiple times a day. Currently, it consumes 50% of my WUs.
Is there a way to avoid performing a “do a search” action every time they open the calendar? Does anyone have any tips or recommendations?