Skip to content

Commit

Permalink
chore: add a sf demo project
Browse files Browse the repository at this point in the history
  • Loading branch information
tomcarman committed May 8, 2024
1 parent d8b60ea commit a48aa66
Showing 1 changed file with 13 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
<fullName>Type__c</fullName>

Check failure

Code scanning / sf-metadata-linter

Custom Fields should have description. Error

Custom Fields should have description.
<externalId>false</externalId>
<isFilteringDisabled>false</isFilteringDisabled>
<isNameField>false</isNameField>
<isSortingDisabled>false</isSortingDisabled>
<label>Type</label>
<length>255</length>
<required>false</required>
<type>Text</type>
<unique>false</unique>
</CustomField>

0 comments on commit a48aa66

Please sign in to comment.