Skip to content

Commit

Permalink
chore: perm
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevmo92 committed Dec 16, 2024
1 parent 8d1078b commit 834cf44
Showing 1 changed file with 18 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<PermissionSet xmlns="http://soap.sforce.com/2006/04/metadata">
<applicationVisibilities>
<application>Product_Lifecycle_Manager</application>
<visible>true</visible>
</applicationVisibilities>
<applicationVisibilities>
<application>Product_Lifecycle_Manager_Lightning</application>
<visible>true</visible>
</applicationVisibilities>
<customPermissions>
<enabled>true</enabled>
<name>Generate_Release_Notes</name>
</customPermissions>
<description>Grants the ability to generate automated release note. Intended for use ONLY by Data Integration Developers</description>
<hasActivationRequired>false</hasActivationRequired>
<label>Automated Release Notes</label>
</PermissionSet>

0 comments on commit 834cf44

Please sign in to comment.