Skip to content

Commit

Permalink
Merge branch 'release/1.3.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
jbachelet committed Feb 25, 2022
2 parents dfdaa3c + d9989d5 commit 9679eb5
Show file tree
Hide file tree
Showing 7 changed files with 124 additions and 135 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "b2c-crm-sync",
"version": "1.3.0",
"version": "1.3.1",
"description": "Enablement solution teaching the Salesforce Architect Success B2C Customer Data Strategy. Unlock frictionless customer experiences by leveraging b2c-crm-sync's progressive resolution of B2C Customer Profiles between B2C Commerce and the Salesforce Platform.",
"main": "cli.js",
"engines": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,8 @@
<field>OOBO_Customer_Number__c</field>
<value xsi:type="xsd:string">9999999</value>
</values>
<values>
<field>PersonAccount_Record_Type_Developername__c</field>
<value xsi:type="xsd:string">PersonAccount</value>
</values>
</CustomMetadata>
230 changes: 97 additions & 133 deletions src/sfdc/base/main/default/flows/B2CContactProcess.flow-meta.xml

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@
<behavior>Required</behavior>
<field>Account_Record_Type_Developername__c</field>
</layoutItems>
<layoutItems>
<behavior>Required</behavior>
<field>PersonAccount_Record_Type_Developername__c</field>
</layoutItems>
<layoutItems>
<behavior>Required</behavior>
<field>OOBO_Customer_Number__c</field>
Expand Down
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>PersonAccount_Record_Type_Developername__c</fullName>
<description>... represents the default recordType to use when creating a Person Account for a given B2C Contact.</description>
<externalId>false</externalId>
<fieldManageability>SubscriberControlled</fieldManageability>
<inlineHelpText>... represents the default recordType to use when creating a Person Account for a given B2C Contact.</inlineHelpText>
<label>PersonAccount Record Type Developer Name</label>
<length>255</length>
<required>true</required>
<type>Text</type>
<unique>false</unique>
</CustomField>
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,8 @@
<field>OOBO_Customer_Number__c</field>
<value xsi:type="xsd:string">9999999</value>
</values>
<values>
<field>PersonAccount_Record_Type_Developername__c</field>
<value xsi:type="xsd:string">PersonAccount</value>
</values>
</CustomMetadata>

0 comments on commit 9679eb5

Please sign in to comment.