Skip to main content The last day to register for a Salesforce or Tableau exam is June 30th. Learn more about the new Salesforce certification experience coming July 21st.

Feed

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

Does anyone have a solution for the scenario where upon promotion of a work item, rebasing fails and a PR/Change Request does not get created? Is there a way to force a rebase or creation of the PR?

2 answers
  1. Today, 7:07 PM

    Hi @Gilson Canario

    i did not get a combine work items option, as none of the other open work items in this instance were touching related components. Promoting other work items first did not resolve the issue and as this was the stage immediately before production I did not want to deploy everything in the stage as not all work items were ready for deployment. 

     

    I was able to resolve by manually rebasing the work item branch via the CLI (resolving the merge conflicts), then re-adding the relevant metadata changes (again via the CLI). This seems to have triggered the PR creation and we were able to deploy, but does not seem like a sustainable workaround, especially for non-developers. It would be great if we could see what specifically is causing the issue in the case of a merge conflict so we can resolve it more easily.

0/9000

Hello, 

 

Is is possible to have a couple of custom picklist field-values auto-populate on ScreenFlows when it is first being started?  The Before/Insert logic is needed and here's a sample text below, but how would I reference 2 different screen flows?  Specifically, it would need these requirements when a user starts each flow: 

 

ScreenFlow 1 automatically defaults with Picklist field

Team with value A and Picklist field Sub Team

A  

ScreenFlow 2 automatically defaults with Picklist field

Team

with value B   

 

Any help will be greatly appreciated!  

LWC question for default values

 

 

 

#Lightning Web Components  #Triggers  #Apex

2 answers
  1. Today, 7:06 PM

    @Derrick Abbey

    I was wanting a LWC that would affect a screenflow(s) that contains these picklist fields needing default values.  Here is what I need to see for both SF's every time they start up (these are dependent picklists, btw)  

     

    SF 1:

    I was wanting a LWC that would affect a screenflow(s) that contains these picklist fields needing default values.

     

    SF 2:  

    y2.png

     

     

0/9000

I am stymied trying to get some users set up with the appropriate permissions for viewing certain records and hoping someone can help me figure out what I'm missing.  

  

Among my roles, there is the Juvenile Justice Director role which is above the Seeds of Change Program Manager role and is also a few levels above a role called CARC Staff.  

 

Screenshot of the role hierarchy:Why can't user see full list of related records?

 

We have a custom object Episode which is a child of Contact. I have a sharing rule set up that says that the Juvenile Justice Director and all their subordinates should have read/write access to Episodes with the record types:

  • Episode - CARC
  • Episode - Seeds of Change
  • (others that don't apply here)

Screenshot of the sharing rule:Episode Sharing Rule.png 

A test Contact, Alex Linus has three Episodes: one with the 

Episode - CARC record type and two with the Episode - Seeds of Change record type. 

 

When logged in as someone in the CARC Staff role, I see all three Episodes:List logged in as CARC Staff.png

 

When logged in as someone in the Seeds of Change Program Manager role, I only see the Seeds of Change Episodes:List Logged in as SOC.png

 Given that both roles are subordinates of the Juvenile Justice Director, why is the sharing rule not allowing the Seeds of Change Program Manager to view the CARC Episode? Note that I did recalculate all of the sharing rules for this object. 

 

Any ideas are appreciated! 

 

#Salesforce Admin

 

#Data Management  #Reports & Dashboards

 

 

#Sales Cloud

1 answer
  1. Today, 7:05 PM

    One thing to check is if there is a master-detail relationship on the Episode object to another object that the running user might not have access to.  Example 

     

    Episode is a child of Contact A and Other Object B.  The running user has access to Contact A, but not Other Object B.  Then, the running user will not see the Episode record that's associated with Other Object B.

0/9000

 How can we override the List Price of Products in RCA based on the Shipping Country and Shipping State? If there is any relevant documentation available, please provide it.    

@* Salesforce Revenue Cloud * 

3 answers
0/9000

Hi All. I hope you can point me in the correct direction.     We have created a custom date field within an opportunity. Let's call it project_start_date.     We are adding products to the opportunity and would like the ServiceDate field to be set to the project_start_date.    

@* Sales Cloud - Best Practices * 

2 answers
  1. Today, 6:56 PM

    You have a couple of options.

    1. Create a record-triggered flow that runs in the before save context to set that date field upon creation of the opportunity product.
      1. This option requires more configuration, but it allows the ServiceDate to be changed to a date other than the project_start_date on the opportunity.
    2. Make ServiceDate a formula field on the opportunity product that references the project_start_date on your opportunity.
      1. This option is much simpler to implement.  The only downside is that the Service Date will always be the project_start_date on the opportunity.
0/9000

In our leads world, we are creating a checkbox that when checked should send the admin an email telling them it's ready to be converted to a lead.  We have used email template but cannot get it to include the lead ID in any way.  We tried text template but cannot seem to figure out how to address it to the admin (who is not listed on the account in any way). 

 

So, what we need:  When box is checked in Lead, an email with the lead ID is sent to the admin so they know to proceed. 

 

I would appreciate any help! 

 

#Flow

1 answer
0/9000

I've not worked much with disabling Release Updates once I've started the process of rolling them out in production, but that is what has happened recently.  My colleague said that we only have the option to disable something for a shot while after we start the Update, but I couldn't find any documentation as to how long a disabled Update will stay that way. 

Anyone know if, once we click disable, if it will stay that way until we choose to move forward or if there is some time limit on how long it will last? 

 

#Salesforce Admin  #Salesforce Developer

0/9000

My customer is currently using our live chat embedded in a custom app. They are moving to SFS mobile and require the ability to have real time chat with the different internal business groups that are existing agents. Has anyone done this? The field technicians often need questions answered while onsite and they do not want them to call. 

0/9000

Hi, 

I need to validate that my users enter only numbers in a Text field on a screen. 

I´m aware this would not be necessary if I was using a number field instead. This is not possible since it represents an ID field from an external system that must allow leading zeros. 

 

There is a validation on the object field already but it seems like I cant make this work on a flow field. Somehow I can´t make the ISNUMBER function to work: 

 

ISNUMBER ({!external_ID})  

This should return "TRUE" for numbers, therefore the field value should be valid. Instead the error is triggered no matter what is enter to the field - numbers, letters, no difference. 

 

Anyone an idea? 

 

#Screen Flow  #Validation Rule  #Flow

8 answers
  1. Eric Praud (Activ8 Solar Energies) Forum Ambassador
    Mar 10, 10:31 AM

    Just so you know, I just tested on my side and I get the same behaviour... Seems like a bug to me

0/9000

Hello! I just wanted to ask what the error is in here? I followed the steps: 

 

 

  1. Click Radio Buttons from the Input section of the palette on the left.
  2. Enter Experience in the Label field. (The API Name field will default.)
  3. Set the Data Type to Number.
  4. Click inside the Choice field, select +New Choice Resource, select Choice as the Resource Type, and fill in the details.
    • API Name: Excellent
    • Choice Label: Excellent
    • Data Type: Number
    • Choice Value: 5

 

I am unsure what to fix or do next? 

Flow Builder Choice Button

 

 

 

#Trailhead Challenges

0/9000