Skip to content

Commit

Permalink
Merge pull request #1618 from SalesforceFoundation/feature/kdy/newLea…
Browse files Browse the repository at this point in the history
…dFieldsForProspectImport

[EDA] New Lead Fields in EDA Package for Prospect Management
  • Loading branch information
Sarah Pinkelman authored Mar 31, 2021
2 parents d2943cc + a2144ca commit 4fc956e
Show file tree
Hide file tree
Showing 197 changed files with 14,953 additions and 0 deletions.
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&apos;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>
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>
Loading

0 comments on commit 4fc956e

Please sign in to comment.