Advertisement
Guest User

Untitled

a guest
Oct 12th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
MXML 1.14 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
  3.     <fullName>SOM_NonSellableProduct__c</fullName>
  4.     <deleteConstraint>SetNull</deleteConstraint>
  5.     <externalId>false</externalId>
  6.     <label>Non-sellable Product</label>
  7.     <lookupFilter>
  8.         <active>true</active>
  9.         <errorMessage>Non-sellable product is not active</errorMessage>
  10.         <filterItems>
  11.             <field>SOM_NonSellableProducts__c.SOM_Active__c</field>
  12.             <operation>equals</operation>
  13.             <value>True</value>
  14.         </filterItems>
  15.         <filterItems>
  16.             <field>SOM_NonSellableProducts__c.SOM_SelectedRegions__c</field>
  17.             <operation>contains</operation>
  18.             <valueField>$Source.SOM_Region__c</valueField>
  19.         </filterItems>
  20.         <isOptional>false</isOptional>
  21.     </lookupFilter>
  22.     <referenceTo>SOM_NonSellableProducts__c</referenceTo>
  23.     <relationshipLabel>Products</relationshipLabel>
  24.     <relationshipName>Products</relationshipName>
  25.     <required>false</required>
  26.     <trackHistory>false</trackHistory>
  27.     <type>Lookup</type>
  28. </CustomField>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement