Skip to main content

Feed

Connect with fellow Trailblazers. Ask and answer questions to build your skills and network.

I was pointed toward SEA and am starting to explore the documentation which acknowledges that SEA was created with education in mind. I'm looking for implemented examples that bypass some of these features to help me confirm that SEA might meet our needs. 

 

If you evaluated SEA and chose another solution, I'm interested in that, too. 

 

Thanks!

6 answers
0/9000

User with 'manage agentforce grids' permission can create their own grid. How can they share it? We noticed that they currently couldn't see grids created by other people unless they have ViewAllData and ModifyAllData permissions. 

 

#Agentforce

0/9000

I am experiencing an issue with a scheduled extract refresh on Tableau Server.

Setup:

  • Workbook is saved as .twb.
  • An Excel data source is joined with our Finance DataMart.
  • The Excel file is connected using a UNC path: 

\\afcu-nas1\Vol1

The workbook publishes successfully and can be accessed by users.

Error:

 

Plain Text

1

Connectionless Failure (status code = 10000)

2

 

3

One or more connections in this data source need attention:

4

AZ Financial Daily Dash - FRB: Unable to connect to the file

5

"FAKEPATH-0bb8dbj1xzpc3f15h22kp1cqe5lv".

6

 

7

Check that the file exists and that you have sufficient access privileges for it.

Show more lines

Could you please help us understand:

  • Why Tableau is attempting to access a FAKEPATH instead of the configured UNC path?
  • Whether additional server permissions or configuration are required for scheduled refreshes against an Excel file on a network share?
  • Any recommended steps to resolve this issue and enable automated refreshes?

#Trailhead Challenges  #Tableau Server

0/9000

Since Winter 27, if we try to deploy a permission set that has ViewSetup in it, we get this error, "The user license doesn't allow the permission: ViewSetupAuditTrail ". That permission was separated out I realize, but it is not even included in the permission set that is being deployed. I would remove it, but it is not in the permission set.  

 

Has anyone else faced this and any suggestions?

1 answer
0/9000
4 answers
  1. Sep 18, 9:40 PM
    Hey! Sakshi there are project specific instances so you are trying to create for which project just look into the top part of the project in trail head and there will also be steps to or in some cases at the bottom of instructions near task @challenge you will find those instructions
0/9000
On my version of Chrome (19.0.1084.41 beta-m), the My Settings link doesn't work to pop up the settings lightbox.
1 answer
  1. Sep 18, 9:38 PM

    Hi Shekhar,

    You're running into a known incompatibility issue with the Chrome Beta channel release!

    Salesforce UI elements like the "My Settings" lightbox popup rely heavily on specific JavaScript event handlers that often break or behave unexpectedly when Google updates pop-up/overlay rules in Chrome Beta or Developer builds.

    Here are the best steps to fix and work around it:

    1. Switch to Chrome Stable: Switch back to the stable release of Chrome (or use Firefox/IE temporarily) to confirm that the popup renders normally.
    2. Direct URL Access: If you need to access your settings immediately in Chrome Beta without relying on the popup script, you can navigate directly to the URL by adding /ui/setup/Setup or /setup/personal/PersonalInformationPage to the end of your Salesforce instance domain URL in your address bar.
    3. Disable Extensions: Occasionally, popup blockers or ad-block extensions in Chrome Beta interfere with Salesforce modal scripts, so try testing in an Incognito window with extensions disabled.
0/9000
Is there a way for me, in salesforce, to idenitfy the accounts created via data.com?

 

I have contacted data.com regarding this, but in vain. 
1 answer
  1. Sep 18, 9:37 PM

    Hi Aruna,

    Yes, there are a few built-in ways to identify records created or imported via Data.com

    / Jigsaw: 

     

    1. Check the Created By or Last Modified By User When records are imported via Data.com, Salesforce automatically sets the record creator/modifier to the user who ran the import. However, if you are using automated sync/enrichment, they will often show as created by the Data.com System User or Jigsaw System User. You can filter reports where Created By: Name equals "Data.com

    " or "Jigsaw". 

     

    2. Look for the Data.com / Jigsaw Key Field Salesforce automatically populates unique Data.com identifiers on imported records:

    • Query or report on the Jigsaw Company ID (or D&B Company ID / Data.com Key) field on the Account object.
    • If Jigsaw Company ID Is Not Null / Is Not Blank, that Account originated from or was matched with Data.com!

    3. Create a Report or List View

    • Go to Reports > New Report > Accounts.
    • Add a filter: Jigsaw Company ID greater than "" (or Is Not Blank).
    • This will instantly give you a complete list of all Accounts created via or linked to Data.com.

    Hope this helps you isolate those accounts!

0/9000

Dear all, 

 

We have observed that Work Plans and Work Steps do not appear immediately in the mobile application when the technician accesses them on their phone. 

 

A page refresh is required for them to be displayed. 

 

Work Plans and Work Steps are automatically generated when the Service Appointment status is changed to "On Site", and they should be displayed automatically without requiring a page refresh. 

 

The following screen shots show the before and after manual refresh :  

 

Before manual refresh :

Work Plans and Work Steps appear only after refreshing the page manually on FSL mobile app

 

After manual refresh :

After manual refresh.png

We have observed this issue since the deployment of Patch nr.2 of version 262

 

We would be interested to know whether other customers have also experienced this issue in their Salesforce orgs.

 

Regards, 

 

Aur

1 answer
  1. Sep 18, 9:37 PM

    Hello @Aur Fr

     

    Can you give us more details about the process who create the Work Plan when the SA status change ? 

     

    Thank you. 

     

    Alain

0/9000

Hi,

 

 

I'm starting to use the internal quote generator and I have my quote number formatted correctly for a certain case, but I would like to be able to choose a different formatted quote number based on the opportunity type.  (I need to add one additional letter to the quote number if the opp falls in a certain category).  Tips?

 

 

Thanks,

Matt S.

1 answer
  1. Sep 18, 9:37 PM

    Hi Matt,

    The standard QuoteNumber field in Salesforce is an auto-number field, which means its format is fixed across the entire object and can't dynamically change based on Opportunity criteria.

    However, you can easily achieve this by creating a Custom Formula Field on the Quote object! Here's how:

    1. Create a Custom Formula Field

    • Go to Setup > Customize > Quotes > Fields and create a new Formula field (Text output type) named "Formatted Quote Number" (or similar).
    • Use a formula like this to prepend your prefix/suffix based on the related Opportunity's Type:

    IF(TEXT(Opportunity.Type) = "Special Category", "A-" & QuoteNumber, QuoteNumber)

    (Replace "Special Category" with your specific Opportunity Type and "A-" with your required letter).

    2. Update your Quote Template

    • Go to your Quote Templates and replace the standard Quote Number field with your new custom formula field (Formatted Quote Number).

    This keeps your underlying sequential auto-number intact while displaying the custom letter formatting whenever PDF quotes are generated!

0/9000
Hello,

 

I have a problem that I find strange. When logged on to the parner portal as a partner, all list views that are supposed to show cases related to the partner that is logged on, only show one case.

 

If I try to display a record by pasting the URL with Case ID directly to the browser, when logged on to the portal, I get access to it without problem.

 

But both related lists and the list views (from the cases tab) only display a single case.

 

Any ideas?

 

Thanks,

 

Robert
1 answer
  1. Sep 18, 9:36 PM

    Hi Robert,

    This is a classic symptom of a sharing setting vs. list view filter conflict in Partner Portals!

    Since the user can access the individual cases directly via direct URL, your underlying Sharing Rules and OWDs (Organization-Wide Defaults) are correct. The issue is strictly how the List Views and Related Lists are filtering the records.

    Here are the most common causes and fixes:

    1. Filter Scope on the List View Check the scope setting on those List Views. If the view is set to "My Cases", Salesforce evaluates "My" based on the logged-in Partner user as the Case Owner. If the Cases are owned by an internal user, queue, or different account, "My Cases" will filter them out, even if the partner has read access.

    • Fix: Change the view scope to "All Cases" or "My Account's Cases" (if available) and filter by specific criteria instead.

    2. Portal User Visibility Settings Go to Setup > Digital Experiences / Portals > Settings and verify:

    • Portal User Visibility is enabled so partner users can see other records owned by users within their same account hierarchy.
    • Double-check if Account Teams or Case Teams are involved in granting the direct URL access, as standard List Views don't always evaluate team-based access in the same way direct record access does.

    Changing the List View filter scope from "My Cases" to "All Cases" usually resolves this immediately!

0/9000