-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3a3224d
commit e41934a
Showing
9 changed files
with
61 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -75,4 +75,4 @@ orgs: | |
dev: | ||
days: 30 | ||
config_file: config/dev-scratch-def.json | ||
namespaced: "True" | ||
namespaced: True |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 5 additions & 0 deletions
5
...n/default/objectTranslations/Animal__c-de/Current_Weight_ibs__c.fieldTranslation-meta.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<CustomFieldTranslation xmlns="http://soap.sforce.com/2006/04/metadata"> | ||
<label></label> | ||
<name>Current_Weight_ibs__c</name> | ||
</CustomFieldTranslation> |
5 changes: 5 additions & 0 deletions
5
...n/default/objectTranslations/Animal__c-es/Current_Weight_ibs__c.fieldTranslation-meta.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<CustomFieldTranslation xmlns="http://soap.sforce.com/2006/04/metadata"> | ||
<label></label> | ||
<name>Current_Weight_ibs__c</name> | ||
</CustomFieldTranslation> |
5 changes: 5 additions & 0 deletions
5
...n/default/objectTranslations/Animal__c-it/Current_Weight_ibs__c.fieldTranslation-meta.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<CustomFieldTranslation xmlns="http://soap.sforce.com/2006/04/metadata"> | ||
<label></label> | ||
<name>Current_Weight_ibs__c</name> | ||
</CustomFieldTranslation> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
15 changes: 15 additions & 0 deletions
15
force-app/main/default/objects/Animal__c/fields/Current_Weight_ibs__c.field-meta.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata"> | ||
<fullName>Current_Weight_ibs__c</fullName> | ||
<externalId>false</externalId> | ||
<formula>Current_Weight__c * 2.205</formula> | ||
<formulaTreatBlanksAs>BlankAsZero</formulaTreatBlanksAs> | ||
<label>Current Weight (Ibs)</label> | ||
<precision>18</precision> | ||
<required>false</required> | ||
<scale>2</scale> | ||
<trackHistory>false</trackHistory> | ||
<trackTrending>false</trackTrending> | ||
<type>Number</type> | ||
<unique>false</unique> | ||
</CustomField> |