Error: Field Customer_ID__c does not exist. Check spelling.
#Trailhead Challenges
Please check if you have correctly specified the field name as it is case-sensitive.
Regards
Sravani
Error: Field Customer_ID__c does not exist. Check spelling.
#Trailhead Challenges
Please check if you have correctly specified the field name as it is case-sensitive.
Regards
Sravani
I went into the account page briefly last week to confirm invoice details. Since then, when I've logged in, it's taken me straight to the account page instead of the landing page for our app. I've followed the instructions on how to re-set (I think!) and manually typed in the address of the app site but it still takes me straight to the Account page. None of the rest of my team have this issue. Any advice on how to restore the app landing page please?
#Flow
Hi Vijaya,
Thanks for getting back to me. I don't know what I did, but after a week, it's gone back to normal when I logged in this morning, so no need to do anything now!
All the best,
Nadia
Hello,
At the testing Agent stage, I am unable to book a session. The agent responds to me "Unfortunately, I cannot book your session. Would you like me to connect you a person in charge?" Is there any steps I miss in creating an agent or flow?
I am able to add agent to Coral Cloud site but its response is the same as at the testing stage. However booking does not go through, then I am unable to finish this task.
Can you please advise what I might do wrong? Thank you!
#Trailhead Challenges
, Thank you for your advice. I was able to connect a playground to trailhead account.
Unfortunately, another issue came up. Once I finished the challenge and hit a point button, the following message shows up. "The step has not been completed in Agentforce. Agentforce is not enabled in the organization. Please enable it in the Agents section of Setup." I could not find "Agentforce" in Setup, I could only find "Agentforce Agents" and it's "On" in the Agentforce studio. Can you help me on resolving this? Thank you!
I just want to know are there any limitations in our Salesforce platform which might hinder the developers from completing their work smoothly..?
Hello, I am working my way through the 'Become an Agentblazer Champion' modules and have just completed the 'Configure Agentforce for Service' module. I have the chat working as per module steps. When I click the button to veriufy that I have completed the module, I get the response
"We can't find that the Experience Management topic has been added to the CC Service Agent."
Can anyone kindly provide an explanation why this would be happening and how can I resolve it please?
I am so close to completing this :)
Kind regards
Chris
#Trailhead Challenges
Hi @Chris Minas
,
Kindly remove the topic re add it again and check.
Also try in different browser.
THanks
Hey everyone — I’m trying to use this formula in a calculated field on our FormAssembly form:
if(oldoppid==""){newoppid}else{oldoppid};
Both OldOPPID and newOPPID are text input fields and defined as variables , are hidden fields and returns the opportunity id's. But I’m still getting 0 as the output when OldOPPID is blank — even though newOPPID has a valid value. I’ve double-checked the variable names and tested.
@Formulas - Help, Tips and Tricks
,
Please use the below formula to achieve the above requirement :
(IF(ISBLANK( Old_Opp_Id__c ), New_Opp_Id__c , Old_Opp_Id__c ))
What it does :
It is checking if the Old Opp Id is blank using --> ISBLANK function.
if true => returns New Opp Id
else => returns Old Opp Id
Regards
Vijaya Sravani S N
Step not yet complete in Curious Koala Playground An unexpected error occurred while inserting Account records and we couldn't check your work. Make sure the validation rule error message is correct, and that account records can be inserted in this org, then click "Check Challenge" again. If this continues, contact the Salesforce Help team.
Hello @Bhumi Rathod you have probably some other interfering metadata (required fields, active validation rule, dependency rules, apex or flow) that is interfering with the validation script. Remove this previous (old) configuration, or simpler, create a brand new playground and take again the challenge in this new playground with no interfering configuration. Eric
How field dependencies work in Smart Lists? I have all options available but after I click the one that is not dependent I have an error. Is it possible to display only correct picklist values?
I am trying to query this object Benefit Schedule Assignment but it throws an error 'Invalid Object API Name 'BenefitScheduleAssignment'
This object exists in API v59. What from version does CMTD Enhancement Related List supports?
Hi!
Is it possible to translate the actions below in the component?
,
You can create a translation for all the Smart Lists custom label. Please check the Localization section of the Config Guide.