Skip to content

Commit

Permalink
Merge pull request #43 from SFDO-Tooling/feature/sync-with-djfoodbank
Browse files Browse the repository at this point in the history
Sync with DjFoodBank
  • Loading branch information
jlantz authored May 12, 2020
2 parents 8093ccc + e358e00 commit 706ace6
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@
<behavior>Edit</behavior>
<field>Description__c</field>
</layoutItems>
<layoutItems>
<behavior>Edit</behavior>
<field>DjFoodBankID__c</field>
</layoutItems>
</layoutColumns>
<layoutColumns>
<layoutItems>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@
<behavior>Edit</behavior>
<field>Notes__c</field>
</layoutItems>
<layoutItems>
<behavior>Edit</behavior>
<field>DjFoodBankID__c</field>
</layoutItems>
</layoutColumns>
<layoutColumns>
<layoutItems>
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
<fullName>DjFoodBankID__c</fullName>
<externalId>true</externalId>
<label>DjFoodBankID</label>
<precision>18</precision>
<required>false</required>
<scale>0</scale>
<trackTrending>false</trackTrending>
<type>Number</type>
<unique>false</unique>
</CustomField>
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
<fullName>DjFoodBankID__c</fullName>
<externalId>true</externalId>
<label>DjFoodBankID</label>
<precision>18</precision>
<required>false</required>
<scale>0</scale>
<trackTrending>false</trackTrending>
<type>Number</type>
<unique>false</unique>
</CustomField>

0 comments on commit 706ace6

Please sign in to comment.