04-15-2013 04:35 PM - edited 04-15-2013 04:36 PM
Try:
this.registerCustomization('home', 'home', {
at: function(entry) {
return entry.action === 'addAccountContact';
},
type: 'remove',
});
The home view changes the customization set to 'home' as seen here: https://github.com/SageSalesLogix/argos-saleslogix/blob/2.1/src/Views/Home.js#L43