Hi All,
i'm using EAM framework and i have to disable the "Save" Button from a secondary toolbar; to reach the main toolbar i can use
var mainToolbar = EAM.Utils.getScreen().getMainToolbar();
There's a function that can retrieve a secondary toolbar?
Thank You