Skip to main content Salesforce and Tableau exam registrations are now closed through July 21st. Learn more about the new Salesforce certification experience coming soon.

Feed

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

Hello Everyone,

 

I just want to ask how can I add localhost in Embedded Service deployment's Domain field? This embedded service deployment is for Messaging for In-App and Web (specific to Web)

 

I'm trying to test the Messaging for In-App and Web locally through localhost 

2 answers
  1. Today, 1:31 PM

    @Piyush Singhal

     This no longer seems to work, or be a valid answer. 

     

    I'm wondering if anyone else has support on this please?

0/9000

Hi, 

 

I am having a problem with a particular error message. I am working on the

Admin Begin Trailhead. I am getting the "The prompt named 'Customize Navigation in Console' with API name set to 'CustomizeNavigationinConsole' was not added to the Sales Console Home page. error.

 

 

This is on the

Create Prompts in Lightning Experience

learning module.  

 

Here is the url link -  

https://trailhead.salesforce.com/content/learn/modules/user-engagement/create-in-app-prompts?trail_id=force_com_admin_beginner

 

 

I have tried this example multiple times in different test orgs.  

 

I keep receiving the same message. Does this have something to with the underscores? Any advice or guidance would be much appreciated.  

 

Thank you, 

Jennifer

 

 

 

#Trailhead Challenges

0/9000
0/9000

Hi, 

 

As part of a test class, I am inserting a new record. 

 

Once the record is inserted, I need to retrieve the Name; the Name field is an auto-number. 

 

The problem is that the record name is coming back NULL.

Healthcare_Deviation__c deviation = new Healthcare_Deviation__c (

Status__c = 'In Progress'

);

insert deviation;

Messaging.InboundEmail email = new Messaging.InboundEmail();

Messaging.InboundEnvelope env = new Messaging.InboundEnvelope();

email.subject='Email Handler Test'+deviation.Name;

env.fromAddress='em@il.com';

 

Why is it not retrieving the record name?  How do I get it? 

 

Thanks, 

Oliver 

 

#Salesforce Developer  #Apex

4 answers
  1. Today, 10:44 AM

    Hi @Oliver Kinne-Aslett

     

    Please try to get the data with an SOQL query. Formula fields, auto number fields won't work if you use it normal. 

     

    Please query the data using SOQL and then display the data. 

     

    Thanks

0/9000

#B2B Commerce

 

 

Hello 

 

i just install B2B commerce and create my store. 

I have problem with registered user, they can't see product. They can go to Categorie, but on categorie we found 0 product. 

 

I try with admin account, and no problem. 

 

tks for help

0/9000

Hi All, 

 

We have client requirment in which there are  3 level approval approval. First level there are one approver and once he approve after that goes on second level approver there are '3 approver from different team' once all approve only in that case it goes for third level approval means final approval by CEO. 

 

 

Please help to me how we can design with Salesforce standard functionality with custom solution. 

 

Thanks in advance. 

 

#Salesforce Developer #Salesforce Admin #Salesforce Developers #Apex #LWC

 

 

0/9000

Hello , 

 

Sprint Kanban board is not working for some users , but list board is working. they have all permission (Admin and user) assigned but still not able to see the board.   

@Divya Ranjit  

6 answers
  1. Today, 1:23 PM

    @Divya Ranjit @Sreedhar Karukonda

    , we are having several issues, please let me know if we can connect to fix these issues.  

    Kanban board not displaying well 

    Not able to assignee while creation of user story  

    Email notification not working for status change or if ticket is assigned (We didn't pass Entity subscription limit yet). 

     

0/9000
2 answers
0/9000

Hey all! I'd love help here if anyone has any details or guidance.  

 

We're using the Datatable component for flows and we cannot seem to default records based on prior selections if the user proceeds forward and then uses previous to return to the screen. Our scenario involves the user picking several records in the table, clicking next, but having the ability to go back to the first screen and change your selections. We need the ability to default those selections, but for whatever reason, it is not working. I'm using the same record collection variable in the "Which records are already selected? and in the output variable for "Output Selected Rows (Collection)".  

 

From everything I'm seeing, it looks like the variable is saved as it should be, until you go back to the first screen where you selected the records. At that point, what I am seeing is that the variable clears out as if it is null.  

 

I've tried it with different objects, changing different questions and editing any other items, but it does not seem to fix it.  

 

Any help here would be appreciated. Thank you!

2 answers
  1. Today, 1:20 PM

    Just tried that and it didn't work (see the screenshot for confirmation and if there is something else that needs to be done). For whatever reason, it doesn't seem to be saving if I go to the next screen and then come back.  

    Just tried that and it didn't work (see the screenshot for confirmation and if there is something else that needs to be done).

     

     

0/9000

Email Notification - Even when the settings are turned on (on work) and deliverability is all email; the emails notifications are not sent to the users.

2 answers
0/9000