Hello AEP Community,
We're looking to use AEP as the initial step (Lead Quality GATE) when collecting new leads before they are sent to Salesforce. The main benefits we expect from this design are:
Has anyone implemented a similar setup? I'd love to hear about your experiences and any tips you might have.
P.S.: I've added a simple high-level diagram to explain the idea we're trying to implement.
Thanks!
hello @JeanBaro_
Just to understand and give a context,
a. How are you planning to achieve a near RealTime sync from AEP to SFCRM? guessing the SFCRM OOTB destination for updating Leads & Contacts.
The mandatory field is the "Id" - salesforce Entity Id field, which you would need to create as part of the AEP and pass it on. And this field is more important as SFCRM stitches all the related on this meta Identifier.
my question, How do we ensure that the id generated does not overlap with other ids, present in SF.
There might be a race-condition in assigning Ids. Either we have a definite pattern for AEP created leads, which would never overlap with SF Ids. Also then the SF indexing should not be impacted.
b. There might be the API License limitations on SF. https://experienceleague.adobe.com/en/docs/experience-platform/destinations/catalog/crm/salesforce#e...
It is better to have a review this with the SF architect.
Views
Replies
Total Likes
I am not sure I understand your reply.
But Salesforce will have its own ID for the Leads (auto generated) and the ID from Adobe will be stored in the Lead object in Salesforce as an ExternalID (like a correlation ID).
We are not going to use the SF CRM Connection, and will build a integration using AEP APIs, as we also need to synch custom objects (which are not supported by the SF CRM connection)
Please, let me know if my answer addresses your concerns.
Thanks for taking time to reply!
Views
Replies
Total Likes
hello
My idea was, either we use OOTB destination or build a custom destination using Destination SDK for SFCRM.
Going with the Composite Upsert API on SFCRM, would work if the leads are only generated using AEP on SFCRM. But in the diagram I see that SFCRM UI, where agents would create leads and we are expecting a sync to AEP(near realtime) and the dedup to happen and then synced back to SF.
Since the destination would be trying to upsert(update or insert) using the Ext_IDs and not referencing SFIDs. So it would end up having duplicates in SFCRM for those, that are not already synced nor generated.
Also, I support the same idea, as mentioned in your other post
Re: Using AEP as the Main Hub for Leads: Feasibili... - Adobe Experience League Community - 686471, that we should ideally limit using CDPs for lead Management. In other way, to achieve Quality gate on leads, we could first receive all leads onto CRM system and use AEP to update(stitch) using the extID. Because lead acquisition is an expensive and important step, than MDM.
Thank you for very good question/idea. This is one of the most commonly thought about(or should be), but less asked ones in CRM-CDP integration.
Views
Replies
Total Likes
Thanks for your insights @sreeCharan73
First, I want to clarify that unfortunately I'm not an expert in Salesforce or Adobe, but as an Enterprise Architect, I’m helping our teams create a solid, robust, and easy-to-understand solution for managing leads across various lines of business.
To address your points:
Salesforce UI and Lead Updates: The Salesforce UI will not update the Lead object directly. Instead, it will use AEP as an intermediary. This ensures that all lead record updates (create or update) go through AEP first, regardless of where it comes from.
ID Management: In Salesforce, each Lead will have that standard SF internal unique ID PLUS an External ID field that will hold the AEP unique ID.
Sales Process: The sales team will use Salesforce to manually convert leads (e.g., through calls). Once a lead is converted (product sold in the transactional system), both AEP and Salesforce will be updated via an event-based design, so that they will know the status of that PRODUCT INTEREST that the Lead is linked to.
Regarding my questions:
Thanks again for your feedback and support!
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies
Views
Likes
Replies