"Copy Resource Plan" UI Action no longer showing upIssue "Copy Resource Plan" UI Action no longer showing upResolutionThat this is likely happening due to a missing method in the customized "RMUIActionHelper" Script Include.We recommend reverting this customization but you may also want to just add in the following missing code so your custom requirements are preserved:Add this under line 14:canCreate: function() {return gs.hasRole('resource_user');},For the steps to revert to OOB, see below.Next Steps:1. Navigate to System Definition > Script Includes2. In the "Name" column search for "RMUIActionHelper" and go to the record3. In the Versions related list, Right-Click the record with the Source of "System Upgrades: glide-LATESTRELEASE..."4. Select "Revert to this version"5. Select OK when prompted