Charlie Choiniere

Results 42 comments of Charlie Choiniere

I'm able to replicate this without the job directly in the flow in service cloud - Create a new account (we're using person accounts) with a first name, last name,...

Hi @jbachelet thanks for the update! The problem is that a customer is matched, but fails further down in the flow even though when sending the flow request with the...

Thanks @jbachelet! Slightly related, it does seem a bit odd that a customer list ID is expected even with guest checkout as that customer may or may not actually be...

Just FYI this allowed deployment to continue, but broke one of the list view filters. Might be better to remove the entire thing

We need this functionality too. We have custom fields on Account that need to be updated when a user is created. Currently that is not possible through the mapping object....

Following up here. The business case for needing this functionality resides in the fact that __pc fields cannot be used when performing an upsert on the Account object and some...

@filipecarvalho15 thanks for letting me know you ran into the same thing. I have tried removing the specific fields, but then ran into more errors. I will try removing the...

Deleting: ACCOUNT.RECORDTYPE ACCOUNT.TYPE `src/sfdc/base/main/default/objects/Contact/listViews/Non_B2C_Commerce_Customer_Profiles.listView-meta.xml` and deleting CONTACT.PHONE6 `src/sfdc/base/main/default/objects/Contact/Contact.object-meta.xml` Allowed the base metadata to deploy. I now get an error with the PersonAccount metadata ``` [ { "stack": "DeployFailed: Deploy failed.\n...

I removed ``` ACCOUNT.RECORDTYPE equals PersonAccount.PersonAccount ``` from `src/sfdc/personaccounts/main/default/objects/Account/listViews/B2C_Commerce_Customer_Profiles.listView-meta.xml` and was able to complete the deploy. Has this project been tested against a sandbox org with person accounts enabled before?...

@jbachelet I can certainly add a pull request. Once we have that perhaps you'd be able to tell what functionality is missing or would be broken with the missing pieces...