Hi i'm trying to use the formContext.ui.refreshRibbon(refreshAll); in my JavaScript when a record is saved but it does not appear to work
The code is as follows and is triggered On Save along with other code which is fine
frmContext= executionContext.getFormContext();
frmContext.ui.refreshRibbon(refreshAll);
Thanks G