/ Published in: JavaScript
Use this in the ApplicationModule.js file.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
//Change label of an item this.registerCustomization('VIEWTYPE', 'VIEWNAME', { at: function(row) { return row.name == 'ITEMNAME'; }, type: 'modify', value: { label: 'NEWNAME' } });