afv-library/samples/ui-bundle-template-app-react-sample-b2x/force-app/main/default/sharingrules/Property__c.sharingRules-meta.xml

18 lines
643 B
XML
Raw Normal View History

<?xml version="1.0" encoding="UTF-8"?>
<SharingRules xmlns="http://soap.sforce.com/2006/04/metadata">
<sharingGuestRules>
<fullName>Property_Rental_App_Guest_User_Access</fullName>
<accessLevel>Read</accessLevel>
<label>Property Rental App Guest User Access</label>
<sharedTo>
<guestUser>propertyrentalapp</guestUser>
</sharedTo>
<criteriaItems>
<field>Name</field>
<operation>notEqual</operation>
<value></value>
</criteriaItems>
<includeHVUOwnedRecords>false</includeHVUOwnedRecords>
</sharingGuestRules>
</SharingRules>