/ Published in: JavaScript
Use this in the ApplicationModule.js file.
Expand |
Embed | Plain Text
//Hide a field this.registerCustomization('VIEWTYPE', 'VIEWNAME', { at: function(row) { return row.name == 'ITEMNAME'; }, type: 'remove' });
You need to login to post a comment.
