Skip to content

Commit

Permalink
Remove field overrides for lookup fields
Browse files Browse the repository at this point in the history
  • Loading branch information
jlantz committed Oct 10, 2018
1 parent 9ad1afd commit 6b95f95
Showing 1 changed file with 0 additions and 8 deletions.
@@ -1,13 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<QuickAction xmlns="http://soap.sforce.com/2006/04/metadata">
<fieldOverrides>
<field>Assigned__c</field>
<formula>Funding_Request__c.Applying_Employee__c</formula>
</fieldOverrides>
<fieldOverrides>
<field>Primary_Contact__c</field>
<formula>Funding_Request__c.Applying_Contact__c</formula>
</fieldOverrides>
<fieldOverrides>
<field>Status__c</field>
<literalValue>Open</literalValue>
Expand Down

0 comments on commit 6b95f95

Please sign in to comment.