Integration with Salesforce.com - Registration Page with Existence Check in SFDC
Hi there! I am a complete greenhorn to AEM technology, on the other hand I possess extensive knowledge of SFDC.
From the documentation, I understood that it is fairly easy to create a connection from AEM to SFDC and create Leads or query and show data in AEM from SFDC.
The requirement of my project is the following: Users self-register to a database via a web page powered by AEM. If the input data has no match with the existing ACCOUNTS in Salesforce.com, then is the registration allowed and new record created in SFDC. If the input data delivered by user via web page registration page matches an already existing ACCOUNT (First Name, Last Name, Email) a warning is shown on the webpage and no data modification in SFDC happens.
Q1: Is this possible to deliver using AEM built-in features?
Q2: How can I specify the security level - visibility to all SFDC Accounts?
Thanks million times!