Skip to content

Commit

Permalink
Merge pull request #41 from SFDO-Tooling/feature/enhance-delivery-schema
Browse files Browse the repository at this point in the history
Enhance Delivery Schema
  • Loading branch information
jlantz authored May 12, 2020
2 parents d674b7c + 4749c8a commit 8093ccc
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@
<behavior>Edit</behavior>
<field>Status__c</field>
</layoutItems>
<layoutItems>
<behavior>Edit</behavior>
<field>Notes__c</field>
</layoutItems>
</layoutColumns>
<layoutColumns>
<layoutItems>
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
<fullName>Notes__c</fullName>
<externalId>false</externalId>
<label>Notes</label>
<length>32768</length>
<trackTrending>false</trackTrending>
<type>LongTextArea</type>
<visibleLines>3</visibleLines>
</CustomField>

0 comments on commit 8093ccc

Please sign in to comment.