afv-library/samples/ui-bundle-template-app-react-sample-b2x/force-app/main/default/sharingrules/Property__c.sharingRules-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

18 lines
643 B
XML

<?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>