Hi Rob,
Have you tried this on the S4 Custom Controller:
onAfterRendering : function(){ var buttonToHide = this.getView().byId("costAssignmentButton"); buttonToHide.setVisible(false); },
Regards,
Ivan
Hi Rob,
Have you tried this on the S4 Custom Controller:
onAfterRendering : function(){ var buttonToHide = this.getView().byId("costAssignmentButton"); buttonToHide.setVisible(false); },
Regards,
Ivan