Hi,
Apex 22.1.1
I have a card region for our stores people and the idea is to leave the screen open and as pick requests come in to refresh the card region. I tried
setInterval("jQuery('#pick_report').trigger('apexrefresh');", 2000);
which works for a report region but doesnt for a card region?
Any tips?
Thanks
Gary