Skip to main content

Feed

Connect with fellow Trailblazers. Ask and answer questions to build your skills and network.
3 answers
0/9000
4 answers
  1. Today, 7:31 PM

    Ah!  Thank you - it is a flow that we have in place that is inadvertently impacting this. Thank you for your response! 

0/9000
0/9000

I have a long text area field on a custom Quote object that gets populated with information from an external system.  It is always 3 pieces of information separated by a dash (-).  Always the same order - but the text itself can vary in regards to the number of characters. 

The format of the text in the Long Text Area field is:  Customer Type - End User Country - Market Industry 

The desire is to have 3 fields CustomerType__c (populated with all text before the first "-"), EndUserCountry__c (populated with everything between the first and 2nd "-"), and MarketIndustry__c (populated with everything after the 3rd "-") 

 

#Formulas

4 answers
0/9000

Can I setup an Experience Cloud log in page to use "log in with email" feature?  

 

The below article says it's for "login.salesforce.com", so it seems like this feature wouldn't work with a Experience Cloud/portal log in.  But, I'm hoping it does as this would be a great feature for our external users.  

 

https://help.salesforce.com/s/articleView?id=release-notes.rn_security_log_in_with_email.htm&release=254&type=5

 

If not, is there any good workaround to having to use a email formatted username for the portal?  

 

Thank you!  

 

@* Experience Cloud * 

4 answers
  1. Today, 7:15 PM

    These people could be using any email, personal or work. I know we can append email w/X, but that's really not ideal.   

     

    It is an awkward thing to explain to our customer that the username has to be in form of an Email and also 100% unique across all of SF, so we need to do "email+x" for the username.   

     

    It's assured to be something people who don't use a password manager will forget and also looks poor.  

     

    It would much easier/better for everyone if the "log in by Email" option applied to Experience Cloud -- let them use their Email and then pick the Portal/Org they want to enter. 

0/9000

Hi, 

Is there a way to programmatically perform actions on Approval created by the new Approval Flow Orchestration? I'm trying to replicate something like this that you can do with the standard approval process. 

 

List<ProcessInstanceWorkitem> piwi = [SELECT Id, ProcessInstanceId, ProcessInstance.TargetObjectId FROM ProcessInstanceWorkitem WHERE ProcessInstance.TargetObjectId = :r.Record_Id__c];

Approval.ProcessWorkitemRequest req = new Approval.ProcessWorkitemRequest();

req.setAction('Removed');

req.setWorkitemId(piwi.get(0).Id);

Approval.process(req,false);

In my case I want to give users the ability to recall approvals from the record page that the approval is for, even if they aren't the submitter themselves. For standard approvals I am giving certain users the ability to recall approvals this way using a LWC within a quick action that spawns a platform event to do this. 

 

#Answers  #Flow-Orchestration  #Approval

2 answers
  1. Today, 7:10 PM

    Following as we are also trying to do this.  

    I do not think that Abhishek  answer answered your question. That is how you add a recall path to the orchestration itself, but how can we trigger a recall from somewhere other than the Approval Submissions list view - for example, from the actual record submitted for approval. This was functionality that existed in the classic approval process "approval history" view.

    @Marcus Little can i ask if you ever found a solution?

0/9000

Hi, would someone mind sharing an example of using quickchoice with static resource images? 

 

I have the images stored in the fsc_Quickchoice_Images static resource and I am populating a string collection with the names, but I cannot get the images to show: 

 

 

Example of quickchoice images

 

 

 

quickchoiceparamters.png

my requirement is for a tablet based flow to allow people who can't read to select items for a food parcel. 

many thanks 

 

1 answer
  1. Today, 7:07 PM

    Following - I also haven't been able to figure out the format needed to get it to read my images from the applicable static resource. It seems to just throw a console error and not work at all.

0/9000

Is there a way to hide a component on a record page in a community site based on record criteria? The asset record page has a component with a button in it that allows the community user to request an rma. However, we would like to conditionally hide the component/button based off of criteria on the asset record. Is that possible?   

 

@* Experience Cloud * 

1 answer
  1. Today, 7:05 PM

    Hi @Immanuel Clarke

    You can make use of Audience feature. 

    Experience Site - Builder  - Select the component/ button that you like to hide/show conditionally. Click on the dropdown --  you will be provided with the Audience option. 

    Hi , You can make use of Audience feature. Experience Site - Builder - Select the component/ button that you like to hide/show conditionally.You can choose the visibility for a component/button based on the set of conditions  you have selected for the Audience.Audience_Assign.png

     

     

    Regards 

    Vijaya Sravani S N

0/9000

The dropdown option is not visible for primary data model object as individual and contact point email. please let me know how to solve this issue.

I am unable to create new ruleset in Bring External Data into the Contact Page Layout Note IMPORTANT!

 

 

#Trailhead Challenges  #Agentforce

20 answers
  1. Today, 6:58 PM

    Same issue here. Pretty frustrating. Is there a resource to check in and see when this will be resolved? 

0/9000

I am working on my Agentblazer Champion trail. I am working on the last trail, which is a project.  

 

When I get to the part where I need to select "Individual" to set the primary DMO, nothing drops down. I have refreshed my screen over and over. Also posted this in the Slack group but haven't heard back outside of another user saying they are having the same issue. Hoping to get help here since my playground account expires over the weekend. Thanks! 

 

 

New Ruleset dropdown not working on Agentblazer Champion Project

 

 

 

#Trailhead Challenges  #Agentforce  #Trailhead Playground

0/9000