No save button is appearing to add new DLO to data space.
#Sales Cloud
No save button is appearing to add new DLO to data space.
#Sales Cloud
Hi - can someone help me troubleshoot what (I think) should be a simple mail merge issue with nested IF statements? See attached image of code ... when the record type is Organization and the Primary Contact Title is not blank
I've got spacing issues in the merged document. Otherwise it works w/o error. Thanks!
Ms. Jane DoeManager, Community Relations, 123 Investments
82 Anywhere St W1A
Boston, MA 02109
@* Sales Cloud - Best Practices * @* Sales Cloud - Getting Started *
#Sales Cloud
Try this:
{ IF "{ MERGEFIELD ACCOUNT_FORMAL_GREETING }" <> ""
"{ MERGEFIELD ACCOUNT_FORMAL_GREETING }"
"{ IF "{ MERGEFIELD ACCOUNT_RECORDTYPE }" = "Organization"
"{ IF "{ MERGEFIELD ACCOUNT_PRIMARY_CONTACT_TITLE }" <> ""
"{ MERGEFIELD ACCOUNT_PRIMARY_CONTACT_TITLE }"
""
}"
"{ MERGEFIELD ACCOUNT_NAME }"
}"
}
{ MERGEFIELD ACCOUNT_BILLINGADDRESS }
{ MERGEFIELD ACCOUNT_BILLINGCITY }, { MERGEFIELD ACCOUNT_BILLINGSTATE } { MERGEFIELD ACCOUNT_BILLINGPOSTALCODE }
It has been observed that when an Account already exists in Salesforce, and a new Web-to-Lead form is submitted with matching Account details, a new Lead record is created but is not automatically converted into an Opportunity.
Existing Account record is identified as duplicate on the lead, even though the Account Name/Zip code values are not matching.
Is this expected Salesforce behavior?
It's the expected behavior. If you want this to happen you will need to create an automation (could be a flow or apex depending on your skill level).
Take into consideration that there could be duplicate accounts in the system. That's why it's better for someone to review the lead and convert manually to ensure any necessary steps are taken before conversion
Hello,
I have a free demo org as I am learning about connected apps and being able to use and connect API's to other applications.
In my demo org I have created a Connect App and under "API (Enable OAuth Settings)" I ticked Enable OAuth Settings and then provided full access.
What am I trying to understand now is my next steps to be able to access the API's and build queries within the API's. Is this possible?
What steps should I take? I am learning this as I no longer have a developer to help with these items.
Are there trailheads that can walk me through all the steps needed to connect to the external app/site and creating queries using the API?
Thank you.
Rachel
#API #Integration
Hi everyone! i need your help, i did all the trailhead, received the email with Congratulations! coral-cloud was published successfully and is now live on the following domain(s) etc, etc but when i press to verify step it saids this: Step not yet complete in Agentforce
We can’t find the agent named CC Service Agent in your playground.
Can you help me please?
#Trailhead Challenges
Hi ,
Please check if the agent's API name is correct.
Hi there,
Has anyone done an Email to Opportunity set up before? I know this isn't a native functionality so I'm wondering if anyone has any experience with creating a solution or know of an app that would accomplish this?
Thanks in advance,
Tonya
Hi, you could use this Email2Lead app: https://appexchange.salesforce.com/appxListingDetail?listingId=0ca271cd-e3ba-4300-b995-9bacaf823500
The ideas is that a lead will be created and then use a flow to auto-convert the lead:
https://salesforcetime.com/2024/03/11/using-flow-to-convert-leads-in-salesforce/
Make sure you check for duplicates before converting so you can associate the record to the correct account/contact.
Using this will allow you to use a kind of standard process, you don't need code (just a flow and an app) and you could do something like if there is no matching account then leave it as a lead so a user can qualify the account before moving forward instead of creating an account without any vetting
I am from customer service background, certified salesforce administartor,want to pursue BA, should my advancement be to first complete Sales & service Cloud certification?Or directly any other suggestion will be highly appreciated.
#Trailhead
Challenge not yet complete in Data Cloud
In the Get Bookings element, we can’t find a condition requirement for 'Contact Equals Contact from Get Contact > Record ID'.
#Trailhead Challenges
In this is the trail:
I'm trying to get to the next step where I go to the Data Cloud Related List on the Contact object for the ExternalReservation object, but the Object Status of the ExternalReservation data model
object is still processing. It's been processing for almost 2 hours. I keep refreshing the page and there's no progress.
#Trailhead Challenges
I am unable to proceed further on the "Get Hands-On with an Iterable Variable in For Loops" module. I tried several ways but still stuck with the above error. I have created brand new trailhead and updated code as per earlier posts but in vain. Any help would be greatly appreciated
#Trailhead Challenges
Hi ,
Please check this article.
https://trailhead.salesforce.com/trailblazer-community/feed/0D5KX00000Kfg8Q0AR