mirror of
https://github.com/forcedotcom/afv-library.git
synced 2026-07-31 04:01:24 +08:00
18 lines
643 B
XML
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>
|