Skip to main content

摘要

与其他 Trailblazer 联系。
2 个回答
0/9000

Hello, 

I am trying to determine if it's possible to create a joined report for leads and orders.  the leads reporting would need to be unique by email (we don't want to count duplicates using email as the unique key).  We would need a count of leads created by month/year.  then we want to see sold orders month/year.  And finally a closing (sold orders) percent based on number of leads entered monthly. 

 

I think the 'removing duplicates' by email is the part that would make this not possible? 

 

#Reporting

2 个回答
  1. 9月11日 23:31

    This is great!  thank you @Himanshu Shekhar.  one question on the flow, not sure I understand the logic...Are you saying a flow that just checks a box on the first occurance of that email address?

0/9000

I have a complicated issue due to how the shareholders want the data displayed and the calculations involved. 

What I am trying to do is simply get for Month 1 for the [Projected Carry From Prior Month] to be  

Month 0 ([Shipments Calc] + Month 0 [LOD Actual Demand]) -  Month 0 [Forecast) resulting in 24,422 ((14,490 + 111,872)-101,940). 

 

I kept the Old Formula for the [Projected Carry From Prior Month] metric in the workbook as it is made up of three calculations. The issue is when i bring in [LOD Actual Demand] I get the error of cannot mix aggregate and non-aggregate. No matter what I try I cant get the error to fix unless I break the [LOD Actual Demand] by taking off the additional SUM in the formula which results in the wrong answer. Any help would be greatly appreciated. Tried multiple  

 

Expected End Result of formula: 

Month 0 is 0 by default since there is no carryover. So for  

Month 0 the calc should show 0,  

Month 1 the calc should show 24,422 

Month 2 the calc should show 12,844 

Month 3 the calc should show 13,756 

Hoping there is a Fix for this LOD

 

 resources before asking here and they could not figure this out 

 

#Tableau Desktop & Web Authoring  #LOD  #Formulas  #Tableau

3 个回答
  1. 9月11日 23:16

    Hi, @Blake Swan 

    Thank you for checking.  

     

    In your original calculation field Projected Carry From Prior Month, the formula for LOD Pro C Month 1 matches what is shown in the figure, and it appears to be calculating correctly. 

    Hi, Thank you for checking.

      

    Could you provide some additional explanation on how you calculated the value you mentioned — “Month 1 the calc should show 24,422”  

0/9000
4 个回答
  1. 9月11日 23:12

     Yes, this is actually standard Salesforce behavior, not a bug. When converting a Lead into an existing Opportunity, the Lead's currency does override the Opportunity's currency by default regardless of field mapping settings, since currency isn't handled through the normal Map Lead Fields mechanism. The common workaround is using a before update trigger or flow on Opportunity to preserve the original currency when conversion happens, since declarative field mapping alone won't stop this override. 

0/9000

I was recently given admin permissions in Tableau Cloud. After this happened, my Tableau MFA codes in Salesforce Authenticator stopped working. We were able to fix this by changing my authorization to Salesforce Credentials. However, when using Salesforce Credentials, Tableau Desktop does not allow me to publish a workbook to Cloud. I need my Tableau MFA to start working again. Another user has tried resetting my MFA but that hasn't worked. I've tried to contact support but the AI agent literally won't let me talk to a real person. Incredibly frustrating. Anyone have a solution? 

 

#Tableau Cloud

2 个回答
  1. 9月11日 23:10

     This sounds like a permissions sync issue between Tableau Cloud and the identity provider rather than an actual MFA bug, admin role changes sometimes don't propagate cleanly to Salesforce Authenticator right away. Worth checking if your site admin can fully deprovision and reprovision your user account rather than just resetting MFA, since a fresh account sync often resolves auth method conflicts like this. For getting past the AI agent, try typing something like "escalate to human agent" directly or use the phone support line if your org has one, that usually bypasses the bot loop faster than the chat widget. 

0/9000
2 个回答
0/9000

Aloha everyone! 

 

We're evaluating Salesforce's native Document Processing feature (under the Automations tab) as a replacement for MuleSoft IDP, which is a significant recurring cost for us and which we're barely using relative to what we're paying for it.  

 

  1. To use Document Processing, we had to activate Agentforce Agents. Does Document Processing usage draw from Agentforce/Data Cloud credit consumption, or is it billed/metered separately?
  2. Where can we actually see this consumption in our org? We can't find a clear place to monitor usage tied to Document Processing specifically.

Much mahaloz, 

Reno Redaja 

 

#Agentforce  #TrailblazerCommunity  #Salesforce  #Data Management  #Automation

1 个回答
  1. 9月11日 22:33

    @Reno Redaja

     

     

    Document Processing runs as an Agentforce agent action, so it isn't on a separate meter - it draws from your Agentforce Flex Credits (the same metered pool your agent actions use, billed monthly in arrears). Data Cloud has its own Flex Credits for Data Cloud operations, but the agent-action invocation itself is Agentforce credits. 

     

    To see it, go to Setup > Digital Wallet - that's the central, near-real-time dashboard for Flex Credit consumption (agent actions, usage, balances). You won't find a line literally labelled 'Document Processing'; it shows up as the consuming agent's action usage, so read it there by agent/action. You can also add Consumption Threshold Alerts via a Flow to get notified as usage climbs. 

     

    If this helps, please mark it as the Best Answer so it helps the next person - thanks!

0/9000

Hi everyone! 

I'm trying to use the "Generating an OpenAPI 3.0" trough workbench but it is always giving me the following error:

Generating an OpenAPI 3.0 not working with Workbench

Can anyone help me on this? 

Is this something feasable? 

 

 

Thank you! 

Mattia

9 个回答
  1. 9月11日 22:23

    @Eric Burté I was aware that it is a Beta feature, I did eventually get it figured out as it came down to the API Version.  I had to select the latest one and then it worked any other version prior to the latest one was not working at all.  I was using what I thought was the latest version for the ORG but was off by one number.

0/9000

In the last few months we've noticed that users have been running into issues with flows that reassign record ownership or share record access. For example, we have a record-triggered flow that assigns certain types of cases to a queue. However the flow fails to run because when the case is assigned to the queue the users looses access to it, which is expected. My understanding is that because the flow runs in system context it should be able to update ownership to the queue and save it, and the creator would loose edit access to the case afterwards. We have not made any changes to this process, but this is not working as expected anymore. The only way I have found to resolve this is by granting the user modify all access to cases. We've experienced similar things in other orgs where we have automations that are updating record owners or are triggered when the record owner changes. It's possible I am missing something, but it seems like record-triggered flows are no longer running in system context. Has anyone else noticed this behavior recently? 

 

#Flow

3 个回答
  1. 9月11日 22:04

    Have you verified that the flow is actually running via user debug? Perhaps the user does not have the run flow permission and the flow is not running? Also, debug logs may shed light on the problem.

0/9000

I launched the Developer Edition and tried to execute this module but the data under Orders doesn't show up.  

Yes I clicked All Orders. 

Yes I've disconnected and reconnected the sandbox several times.  

Yes I clicked Launch from within the Trailhead unit. 

The data does show up in another org that I found in Manage Orgs, but that one is not available to launch in this unit. I'm stuck 

 

#Trailhead Challenges

1 个回答
0/9000