Hi all
I'm relatively new to writing Javascript, I generally have it doing what I want but at the end need it to refresh the users command bar so the visibility conditions on the custom buttons are applied.
I've tried things like:
formContext.data.refresh(true);
formContext.data.entity.save();
formContext.ui.refreshRibbon(true);
But do not seem to be getting it to work. Any suggestions?
Thanks in advance