-
Notifications
You must be signed in to change notification settings - Fork 151
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1618 from SalesforceFoundation/feature/kdy/newLea…
…dFieldsForProspectImport [EDA] New Lead Fields in EDA Package for Prospect Management
- Loading branch information
Showing
197 changed files
with
14,953 additions
and
0 deletions.
There are no files selected for viewing
10 changes: 10 additions & 0 deletions
10
...app/main/default/objectTranslations/Lead-ca/Area_Of_Interest__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,10 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<CustomFieldTranslation xmlns="http://soap.sforce.com/2006/04/metadata"> | ||
<help><!-- The Lead's area of interest, such as a program, degree, or concentration. --></help> | ||
<label><!-- Area of Interest --></label> | ||
<name>Area_Of_Interest__c</name> | ||
<picklistValues> | ||
<masterLabel>None</masterLabel> | ||
<translation><!-- None --></translation> | ||
</picklistValues> | ||
</CustomFieldTranslation> |
5 changes: 5 additions & 0 deletions
5
force-app/main/default/objectTranslations/Lead-ca/Birth_Date__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><!-- Birth Date --></label> | ||
<name>Birth_Date__c</name> | ||
</CustomFieldTranslation> |
Oops, something went wrong.