Feed
- Recent Activity
- Created Date
- Questions with an Accepted Answer
- Questions with No Accepted Answer
- Unanswered Questions
- Appexchage Apps
- Audience Studio
- Automation Studio
- B2B Commerce
- B2C Commerce
- Business Rules Engine
- Communications Cloud
- Consumer Goods Cloud
- Datorama
- Digital Engagement
- Education Cloud
- Education Data Architecture
- Einstein Analytics
- Einstein Bots
- Email Marketing
- Experience Cloud
- Financial Services Cloud
- High Velocity Sales
- Higher Education
- Integration
- Interaction Studio
- Journey Builder
- K-12 Architecture Kit
- Manufacturing Cloud
- Marketing Cloud
- Mobile Publisher
- MuleSoft
- MuleSoft Composer
- Nonprofit
- Nonprofit Cloud
- Nonprofit Success Pack
- Outbound Funds Module
- Pardot B2b Marketing Automation
- Program Management Module
- Quip
- Revenue Cloud
- Sales Cloud
- Sales Cloud Einstein
- Salesforce CPQ & Billing
- Salesforce Developer
- Salesforce Field Service
- Salesforce Health Cloud
- Salesforce Maps
- Salesforce Platform
- Salesforce Surveys
- Service Cloud
- Service Cloud Einstein
- Service Cloud Voice
- Slack Basics
- Slack Certified
- Slack Community
- Slack Developers
- Slack Workflow Builder
- Tableau
- Automation
- AwesomeAdmins
- Data Management
- EducationHelp
- Formulas
- IdeaExchange
- New Releases
- NonprofitHelp
- Salesforce Developer
- SalesforceLive
- TrailblazerCommunityHelp
- TrailblazerDX
- Trailhead Challenges
- Trailhead Superbadges
- TrailheadGO
Filter
For the "Verify Step" for the "Become an Agentblazer Champion">"Connect Data Cloud to Agentforce and Prompt Builder">"Enhance Agentforce to Act on Data with Conversational Language", I had to reset the password to enable the "Verify step to earn 100 points" button, but probably this was a wrong thing to do. I think the site is trying to verify my work based on a different UI upon clicking the "Launch" button. I get an error message that says "Step not yet complete in Data Cloud and Einstein AI. We check your work in the active version of the flow. In the 'Create Check-in Guest Event' flow, we found your most recent changes in a version that is not active. Activate the version you want us to check, then click Check Challenge again." But the version is active on the UI that I worked on. How can I get the system to verify my work on the right UI?
#Trailhead Challenges
I am trying to create an omnicript from the Omni Assessment Task page. I entered the Name, Language, Type, Subtype and Questions. I have 17 steps and 83 questions. When click on Build OmniScript button an error message shows up saying: "Enter up to 50 assessment questions". Can I set the limit of question? Can Anyone help me please.
#Omnistudio #Public Sector #Salesforce Developer #Automation
We have 2 filters.....1 filter has region and 2nd filter has cities......Let's say if we select a region in 1st filter, Cities were displayed in 2nd filter.....Here requirement is First value in the City Filter needs to be selected by default. Can we achieve this?
Hi! I was using this formula that was validated:
IF(Solution_Tracker__c.Contracted_MRR__c:SUM < 3000, 4, IF(Solution_Tracker__c.Contracted_MRR__c:SUM < 6666.66, 3, IF(Solution_Tracker__c.Contracted_MRR__c:SUM < 16666.66, 2, 1)))
I recently needed to update the parameters and now I'm getting the Incorrect number of parameters error. What am I doing wrong?
IF(Solution_Tracker__c.Contracted_MRR__c:SUM < 2999.92, 5, IF(Solution_Tracker__c.Contracted_MRR__c:SUM < 6666.58, 4, IF(Solution_Tracker__c.Contracted_MRR__c:SUM < 16666.58, 3, IF(Solution_Tracker__c.Contracted_MRR__c:SUM < 49,999.92, 2, 1))))
#Formulas #Reports & Dashboards
Today, 5:38 PM It's the comma in 49,999.92
IF(Solution_Tracker__c.Contracted_MRR__c:SUM < 2999.92, 5,
IF(Solution_Tracker__c.Contracted_MRR__c:SUM < 6666.58, 4,
IF(Solution_Tracker__c.Contracted_MRR__c:SUM < 16666.58, 3,
IF(Solution_Tracker__c.Contracted_MRR__c:SUM < 49999.92, 2,
1 ))))
Hello,
For those of you in the Construction industry that use Salesforce to track Sales. How do you handle Change orders? Did you build out a custom object? Work with a Partner to install a module to help? Just looking for info, success stories etc. Thanks in advance!
#AwesomeAdmin #True To The CoreHello - I am trying to create a waterfall chart that shows 2 values (e.g. current week forecast and prior week forecast) and have it calculate the variance between the two. However it seems that the waterfall chart can only add values and compute the total (last bar) as opposed to calculate the difference between the bars. Is there a way to accomplish this?
Apr 6, 8:04 PM Please see this example code and the video on how I put this all together with a minimum of writing code on my own:
q = load "opportunity1";
start = filter q by date('CloseDate_Year', 'CloseDate_Month', 'CloseDate_Day') in ["1 week ago".."1 week ago"];
start = group start by all;
start = foreach start generate sum('Amount') as 'A', "1-start" as 'Bucket';
q_A = filter q by date('CloseDate_Year', 'CloseDate_Month', 'CloseDate_Day') in ["1 week ago".."1 week ago"];
q_B = filter q by date('CloseDate_Year', 'CloseDate_Month', 'CloseDate_Day') in ["current week".."current week"];
diff = cogroup q_A by all full, q_B by all;
diff = foreach diff generate sum(q_A.'Amount') as 'A', sum(q_B.'Amount') as 'B';
diff = foreach diff generate B-A as 'A', "2-difference" as 'Bucket';
result = union start, diff;
result = group result by 'Bucket';
result = foreach result generate 'Bucket', sum('A') as 'value';
Hello all,
I'm working CRM and working with multiple objects. I have all of the objects selected and have the related field defined. When I build out an object (5 columns) I'm able to see everything, then if I join in a second object (3 columns) again the data looks good. But, as soon as I try to join a third object (2 columns) and use a left join I don't get all of the columns. Inner does the same. It seems that you can only join two object per recipe if you want to see all of the columns?
Any suggestions?
Thank you,
David
#Salesforce Developer #Data Management #CRM Configuration
Today, 6:54 PM Neither of these links fix the problem. The module is broken and it needs to be fixed ASAP
Hi! I'm doing some preliminary research on the DevOps Center. Any thoughts on if it is worth implementing? What are some pros and cons to using DevOps Center vs a paid tool like Gearset?
#DevOps Center #AwesomeAdmins #Salesforceadmins #NPSP #Nonprofit