afv-library/samples/ui-bundle-template-app-react-sample-b2x/force-app/main/default/roles/Admin.role-meta.xml
svc-idee-bot 9a0712528a
chore: sync React samples from npm (#280)
Co-authored-by: Hemant Singh Bisht <hsinghbisht@salesforce.com>
2026-06-03 12:43:28 +05:30

10 lines
442 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<Role xmlns="http://soap.sforce.com/2006/04/metadata">
<caseAccessLevel>Edit</caseAccessLevel>
<contactAccessLevel>Edit</contactAccessLevel>
<description>The administrative role, necessary to enable Customer self registration.</description>
<mayForecastManagerShare>false</mayForecastManagerShare>
<name>Admin</name>
<opportunityAccessLevel>Edit</opportunityAccessLevel>
</Role>