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 7, 2024
1 parent 55d35ef commit f9de20b
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
8 changes: 8 additions & 0 deletions force-app/main/default/objects/Log__e/Log__e.object-meta.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<CustomObject xmlns="http://soap.sforce.com/2006/04/metadata">
<deploymentStatus>Deployed</deploymentStatus>
<eventType>HighVolume</eventType>
<label>Log</label>
<pluralLabel>Logs</pluralLabel>
<publishBehavior>PublishImmediately</publishBehavior>
</CustomObject>
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>Data__c</fullName>
<externalId>false</externalId>
<isFilteringDisabled>false</isFilteringDisabled>
<isNameField>false</isNameField>
<isSortingDisabled>false</isSortingDisabled>
<label>Data</label>
<length>131072</length>
<type>LongTextArea</type>
<visibleLines>3</visibleLines>
</CustomField>

0 comments on commit f9de20b

Please sign in to comment.