Skip to content

Commit

Permalink
Changes related EDRD-Flow
Browse files Browse the repository at this point in the history
  • Loading branch information
deepakmulamalla committed Dec 13, 2024
1 parent e8dcab1 commit 0882af1
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<CustomPermission xmlns="http://soap.sforce.com/2006/04/metadata">
<description>Created for EDRD-Super user Permission set.</description>
<isLicensed>false</isLicensed>
<label>EDRD_SuperUser</label>
</CustomPermission>
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ NOT(ISNEW()),
NOT($Permission.SA_Team_Lead),
NOT($Permission.EDRD_MOH_STAFF),
NOT($Permission.EDRD_PHSA_PSP_Staff),
NOT($Permission.EDRD_SuperUser),
ESA_Bypass_Validation__pc = FALSE)</errorConditionFormula>
<errorMessage>You don&apos;t have permission to edit the Account Name.</errorMessage>
</ValidationRule>
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,10 @@
<enabled>true</enabled>
<name>ESA_CMD_Super_Stamps__mdt</name>
</customMetadataTypeAccesses>
<customPermissions>
<enabled>true</enabled>
<name>EDRD_SuperUser</name>
</customPermissions>
<fieldPermissions>
<editable>true</editable>
<field>Account.Description</field>
Expand Down

0 comments on commit 0882af1

Please sign in to comment.