Answers - Salesforce Trailblazer Community
Trailblazer Community
Ask Search:
Shubhashini RajaShubhashini Raja 
Hello Trailblazers!!
I cleared my Admin Certification today. I'm so happy. Thank you so much Trailblazer Community for helping me accomplish this. You guys have responded immediately for every question I posted and thanks a lot for sharing the required materials on topics I need referencing. You guys are amazing. Let's keep Blazing!!

Next prep for "Advanced Admin"
 
Best Answer chosen by Shubhashini Raja
Sakthivel MadeshSakthivel Madesh
Wow.. Congratulation Shubhashini !!

Try this trailmix from trailhead - https://trailhead.salesforce.com/en/users/strailhead/trailmixes/prepare-for-your-salesforce-advanced-administrator-credential

Advanced Administrator Quiz from SalesforceBen Website - https://www.salesforceben.com/certified-advanced-administrator-quiz/
Vyshnavi KandalaVyshnavi Kandala 
Hi All,
I have accidentally deleted a dashboard from Einstein Analytics (Sandbox), I have also restored it from the recycle bin. Even after restroring, I don't see it my App. Where else can I find it?
Best Answer chosen by Vyshnavi Kandala
Ashwin PAshwin P
Hi Vyshnavi, 

Unfortunately to my knowledge, we dont have a solution to this. 
We have an idea logged : https://trailblazer.salesforce.com/ideaView?id=0873A000000lKhqQAE

Kindly upvote this idea to get this important feature .
Sandra PalmesSandra Palmes 
Hi, I don't know if I phrased my question properly. What I'm trying to do is I want to restrict the list view widget from being changed by users. Upon opening the dashboard what they should see is their own account (I've done this). Is there perhaps a way to prevent users from viewing other accounts? Any help is appreciated, thank you!
Best Answer chosen by Sandra Palmes
Shivam KumarShivam Kumar

Hi there,
I dont think so but still check this link:
https://help.salesforce.com/articleView?id=bi_incorporate_share_viz.htm

Cheers

Michele TancorraMichele Tancorra 
Hi all,
every time a dataflow fails or finish with a warning, warning mail are sent to me (who scheduled the flow) and all the other Admin.
Is possible to select the people to deliver those mail?
 
tks
Best Answer chosen by Michele Tancorra
Kapil BatraKapil Batra
Yes the functionality is not available right now. But I have created an Idea for it over the community. Please upvote it using below link : 
https://trailblazer.salesforce.com/ideaView?id=0874V000000lfucQAA
Gina WolfGina Wolf 
Hi! Can someone help me with a formula field on a report to get "this month's" win rate.

I have a report that shows all opportunities created this year, and I want to know the % of the record count # of closed-won opportunities divided by the total number of opportunities created this year. 

I had, but was not working:
 (Account.Closed_Won_Opportunities_summary__c:SUM,CLOSE_DATE:THIS MONTH)/(Account.Open_Opportunities__c:SUM)
Best Answer chosen by Gina Wolf
Steve MolisSteve Molis
It sounds like your Formula should just be 
WON:SUM / RowCount
Then just group the Report by CloseDate(Month)
 
Racheal K. DalesRacheal K. Dales 
At the Opportunity level - I need to write a formula that adds together the 'Budget' field (text/currency) of all the Opportunity Products that DO NOT have the 'Exclude from Contract' (checkbox) checked.  Can anyone give me a place to start with this? Formulas are not my strong suit. :(  Thanks so much in advance! 
Best Answer chosen by Racheal K. Dales
Tony TrinhTony Trinh
This is how it would look:
User-added image
Prabhat SinghPrabhat Singh 
Hello Team,

Trying to embed tableau dashboards in salesforce.

Please help me to achieve this.

Thanks
Best Answer chosen by Prabhat Singh
Naveen DhanarajNaveen Dhanaraj
To Embed the Tableau Dashboards into SFDC:
Tableau enables to embed the dashboards into Salesforce.com just in few minutes. Following are the steps for the same:
  1. Login through Admin using login.salesforce.com
  2. Go to Setup tab and select Manage your Custom Tabs
  3. Select Web tabs and click Next and follow the below steps:
  • Choose Layout as per the requirement and click Next
  • Define Content and Display properties by providing necessary details
  • Enter URL Details and click Next
  • In Add to profiles select the users who can view the dashboards and click Next
  • Add to Custom Apps and Save
4.Dashboards would then get embedded into SFDC and a tab by the name “Tableau after Login” would appear.

For Further Classification Check This,
https://www.tableau.com/about/blog/2013/11/embedding-sales-analytics-salesforce-canvas-25699
https://www.grazitti.com/blog/the-power-of-tableau-and-salesforce-analytics/
Evan BrandtEvan Brandt 
I have a Process Builder process that calls a custom apex method any time a Case record is created or edited. The custom apex contains a future callout to an external webservice. This webservice returns some data that will in turn update the case.

As you can imagine, this causes an issue because once the case is updated after this service call, it triggers the process once again and we get an error stating "Future method cannot be called from a future or batch method"

I know this could be solved by using an apex trigger instead of process builder and checking the System.isFuture() flag, but the business requirments state we must use process builder whenever possible instead of triggers.

My question is: is it possible in process builder to determine if a process was kicked off by a future context?
Best Answer chosen by Evan Brandt
Amit SinghAmit Singh
Hi Evan,

No, We can not check the same in Process Builder. For this you need to use Apex Trigger.

Regards,
Amit
Tyler WallschlegerTyler Wallschleger 
The Read Only profile is not there.  The other standard profiles are, but not the Read Only one, which is the only one I need to complete the challenge...
Best Answer chosen by Tyler Wallschleger
NagendraNagendra (salesforce.com) 
Hi Tyler Wallschleger,

Hope you are doing well.

I am from the Trailhead help team. Orgs that are crated after Sprint 21 release will not have a Read-Only profile available.

May I suggest you please give it a try by using 'Minimum Access standard profile' as specified in the below knowledge article?

https://help.salesforce.com/articleView?id=000355656&type=1&mode=1

We hope the above-provided information should help you pass the challenge.

Please close this thread if the issue is resolved, by marking the best answer so that it might help others who are encountering a similar issue.

Kind Regards,
Nagendra
Mohit GarodiaMohit Garodia 
What happens when I move a user from one role to another?

Suppose, I de-activate User A from Role ABCD and then re-assign the user to another role XYZ, can I do this? How does it impact the existing records that belong to user A?
Best Answer chosen by Moderator (salesforce.com) 
Mamoon HajjaMamoon Hajja
- You can change the Role for a User by editing the User Record.
- It will not impact the records he/she owns but it will impact his/her visibility to the other records that he/she had visibility to being above other users in the Role Hierarchy. Same goes for users above her/him.

Please mark my answer as the best answer if it answered your question. Thanks!