Estou começando a fazer a trilha de adm iniciante e estou com dificuldade no desafio de importação de dados. Acho que tem alguma coisa me passando...
#Comunidade Salesforce
Hi ,
Can you please provide the screenshot of the error message ?
Estou começando a fazer a trilha de adm iniciante e estou com dificuldade no desafio de importação de dados. Acho que tem alguma coisa me passando...
#Comunidade Salesforce
Hi ,
Can you please provide the screenshot of the error message ?
Trailhead link: https://trailhead.salesforce.com/content/learn/modules/apex-testing-prepare-for-unit-testing/get-data-for-your-tests
As the title says, I am not able to complete the challenge of that unit. I have tried in 2 different playground orgs (one of them fresh, and the other one used to complete the previous units), but did not succeed. I have also tried to follow the same steps as the video here linked (
https://www.youtube.com/watch?v=LbL5Ea37CJY
) but did not work in my case.
Error reads:
The test setup in the the class named ‘OtherCSVTests’ seems to be missing the code to load the CSV data from the static resource. Make sure to use "Test.loadData" and "Account.SObjectType".
Keep in mind that the Account object has not been altered in any way in these orgs.
Here is the Apex test code used for the challenge:
@isTestprivate class OtherCSVTests { @TestSetup static void otherAccountData() { List<sObject> otherAccountData = Test.loadData( Account.SObjectType, 'otherAccountData' ); } @isTest static void testLoadOtherAccountsFromStaticResource() { Test.startTest(); List<Account> accts = [ SELECT Id, Name, Type FROM Account ]; Test.stopTest(); System.assertEquals(15, accts.size(), 'Was expecting to find 15 accounts'); }}
I have also tried to copy and paste the code of the YouTube video but still did not work. The static resource is also properly loaded and have tried with both Private and Public cache control in case that was relevant.
Thanks for any help.
#Trailhead Challenges
Hi ,
I don't know if there will be an answer, but I'll wait patiently.
Case #470423053
We created our survey originally in English and translated to various languages. Our original survey has images on welcome and thank you pages. The images show up on the English version but doesn't on the translated version. The image is uploaded from the asset library so it shouldn't be an access issue. Any idea on what the issue could be?
I am configuring Health Cloud and notice that referral scoring is no longer on the Lead and Opportunity objects. Could someone please give me some insight as to where the calculations are performed?
@Ashwini Garwandha It mentions the Clinical Data Model, but that's about it. It doesn't provide any guidance on configuring referral scoring. It's important to note that my client recruits medical professionals and then scores them based on the number of referrals and the number of referrals that turned into appointments.
Challenge not yet complete in Wise Otter Playground
We can't find that the ‘Manage Job Applications’ permission set grants read and edit object permissions for Job Application.
#Trailhead Challenges #Trailhead
Hi @Megan Steuart ,
Are you using the following special developer org?
https://trailhead.salesforce.com/content/learn/modules/data_security/data_security_org
I've been having issues with the new case threading behavior since we switched to that from RefIds. We have about a dozen different case queues that different employees on various teams are using, both logged into Salesforce and via replying to case emails to customers through email (mainly using Outlook Desktop client. In this case users' individual work emails are bcc'ed when they reply out of their case queue, and they might respond to the customer's email through Outlook, which adds the latest email to the case).
That works fine as long as the case stays in one queue. The problem comes when a user has to consult another team or forward the case on to another team's case queue. When the user cc's another case queue (and then goes and closes their own case) they expect for a new case to be created in the other team's queue, but that's not the case. Even when forwarding an email to another queue, the email header id is the same and there is no way to disassociate any subsequent emails in the thread from that first case. Is there any way to configure that a forward of the thread from within Outlook will create a new case in the queue that it's forwarded to? As much as I tell end users to log into Salesforce and transfer the case to another queue, sometimes they forget (they're often working in Outlook, not Salesforce), or they don't have access to the original case, and their assumption is that forwarding an email to another case queue should create a new case in that queue. That assumption does not seem unreasonable to me, and the result is that customer emails are missed. I'm looking for any way to make case email threading and case forwarding more intuitive for them and create cases in the additional queues when multiple email-to-case aliases are looped in.
Has anyone had success using automation to achieve this based on user action? For example, if a customer replies on an existing Case thread, but the topic is unrelated, could we implement a button to make a new separate case and strip out the existing threading? I'm hoping we could avoid using Apex for this, but not sure if that's possible.
Using one flow, I'd like to mark the First Response Case Milestone as "closed" as soon as there is an outbound email message logged on the Case. I'm struggling to set up the flow, but feel like I have the logic defined. It's triggered by the "Email Message" object.
"As soon as the user sends the first outbound email to the customer on the Case, mark the "First Response Milestone" complete on the related Case, then populate the "Last Outbound Email" field on the Case record with the (NOW) time/date."
The "Last Outbound message" should be saved to the Case Record after the Case Milestone is marked completed.
Thoughts on flow setup? Thanks!
I think I know what was happening on this one. The milestone criteria was being fulfilled but the completed box was not being checked. Once I got the completed box to check at the same time as the milestone criteria was fulfilled, the individual milestone stayed attached to it's Case and no longer disappeared. Thanks!
Have a good day, dear colleagues. I was following a customized Trailmix by a 3-star ranger. I recommend it for beginners, Link. I have noticed that some Superbadges have been removed from Salesforce. Does anyone have got idea why they did it? For example, Business Administration Specialist
is not available anymore. Thanks for reading!
Best regards,
Elnur Huseynov
#Trailhead Superbadges #Trailhead
Hi ,
Some Superbadges were retired on April 30th, see below for details.
The Next Evolution of Superbadges on Trailhead
I'm trying to create a free Developer Edition org and I have noticed that the sign-up form does not include anymore the username field. It only asks me to enter my email so when I complete my data and send it, the org is nos created and I get an email saying that the org already exists.
I suppose that Salesforce's intention was not to reduce the number of free orgs someone could setup. Also I suppose that they don't think that we should create a new email every time we need to setup a Developer Edition org for some practice.
Could someone help me with this issue?. I couldn't find a solution.
Regards,
Gustavo.
#Salesforce Developer
Hi ,
The username exists on the page from this URL
developer.salesforce.com/developer-legacy/signup
Ao clicar na opção de criar um objeto usando a planilha ocorre o erro no print em anexo.
#Trailhead Challenges
Hi ,
Try your browser's incognito mode.Or try it in a different browser.