Is there a way to enable this property on a per-User/Group basis? We'd love to do a soft rollout of this functionality but we're not sure if it's possible with the current configuration of the property.
This does not seem to work anymore - at least not for me. Here's my script:
// maximum number of entries in this Menuvar max = 30;
var count = 0;
var t = data; // shortcutt.items = [];
var u = gs.getUser().getID();
// use record watchers to tell he...
For anyone still struggling with this and missing the 'Edit' button on the Angular ng-templates related list, if you right click the related list then go to Configure > List Control there should be a UI Action at the bottom that says 'Enable Edit'. S...