Skip to main content

Feed

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

I want to clone OLIs before the decomposition start. It will happen if few of the product attribute conditions satisfied.

The product can be cloned upto maximum of 7-10 OLIs

What would be the ideal way to implement it?

#Trailhead #New Releases
0/9000

I can't seem to be able to do the following step in a Contact:

  • Remove the Notes & Attachments related list from the Contact Layout page layout and replace it with the Files related list.

I can't find the Files field and when I delete the Notes and Attachment field, it deletes the fields above and below it. 

 

#Trailhead Challenges

7 answers
  1. Today, 7:02 PM

    @Bhoga Brahma Teja Lankoti : @Vikas Singh's response solved it for me: "Please try the following, Go to  Setup. Then, Object Manager. Select Contact , Then click on Page Layouts > select the page layout on which you want to have the Files field shown , then drag and drop the Files related list onto the layout. Then click on Save."

0/9000

Hey everyone,

I'm running into an issue with the challenge "Enhance Agentforce to Act on Data with Conversational Language" — specifically at step #8. The instructions mention options that simply don’t appear for me, so I’m stuck and not sure how to proceed.

Interestingly, I had a similar problem in the previous challenge, which eventually resolved itself after some time (about a day), without me doing anything.

Just wanted to check if anyone else is experiencing this or has found a workaround. Appreciate any help! 

 

#Trailhead Challenges

2 answers
0/9000
1 answer
  1. Today, 6:56 PM

    Hi, @Soham Mukhopadhyay

    your question has many possibilities. I am providing all of these; please review them all. 

     

     

    1. Check If the "Stage" Field is a Picklist 

    The Controlling Field in a Field Dependency must be a picklist (standard or custom). 

    • The "Stage" field is a standard picklist field on the Opportunity object.
    • It should appear as a Controlling Field if you're working with the Opportunity object.

     

    • Go to Object Manager > Opportunity > Fields & Relationships
    • Click on Stage
    • Confirm that the field type is Picklist

     

      

    ✅ 2.

    You Must Be Creating the Dependency on the Same Object

     

     

    You can

    only create field dependencies within the same object

     

    • If you're on a custom object or another standard object (e.g., Lead), you won’t see Opportunity.Stage as an option.

     

    Make sure you're in the Opportunity object

    when creating the field dependency. 

     

     

    ✅ 3.

    Dependent Picklist Must Be a Picklist (Not Multi-Select)

     

     

    You cannot create a dependency if the

    dependent field is a multi-select picklist

     

    • Ensure both fields (controlling and dependent) are single-select picklists

     

      

    ✅ 4.

    Stage Field Cannot Be a Dependent Field

     

     

    The

    "Stage" field can be used as a Controlling Field, but not as a Dependent Field

     

     

    ✅ 5.

    How to Create Dependency with Stage as Controlling Field

     

      

    To set a field dependency like: 

     

     

    🛠 Go to: 

     

    • Setup > Object Manager > Opportunity
    • Fields & Relationships > Field Dependencies
    • Click New
    • Controlling Field: Stage
    • Dependent Field: [Your custom picklist field]
0/9000

when i want to filter down certain values and don't want some widgets to show as the global filters are not applied to certain widgets is this possible?

3 answers
  1. Divya Chauhan (Kcloud Technologies) Forum Ambassador
    Apr 30, 11:22 AM

    Hello, @Aine Byrne

      yes, in CRM Analytics, you can hide widgets when using certain global filters, even if those filters don't apply to widgets. 

    1.Disable Global Filter for the Widget-Edit the widget in the dashboard designer go to its properties and uncheck 'Apply Global Filters'.This stops the widget from reacting to the global filter. 

    2. Set up a binding to control the widget's visibility. In the dashboard JSON, add a binding to the widgets 'hidden' property.For Example, if the global filter selects a value that should hide the widget, use a condition like 

    {{cell(filterStep.selection,0,'value').asString()=='someValue'}} to set 'hidden':true. 

    3 . Apply the global filter and check if the widget hides as expected. Adjust the Binding logic if needed.

0/9000

Hi,

 

Hope you are doing well,

 

I have to update 2000+ record at a same time using salesforce flow loop without time exceeded error?

 

Thanks,

Annamalai 

2 answers
0/9000

Ques:- On Account rating:- hot, need to show 5 sections on record, On Account rating:- Cold, need to show 2 sections on record. How can I do this?? 

 

I have found one way of doing it using flexi page. there is field sections options there and i can filters in component visibility. 

 

Can anyone tell how can I achieve this without using flexi page. 

 

Any help would be appreciated. 

 

Thanks and regards 

Kushagra rajput 

 

 

 

#Salesforce Admin

3 answers
  1. Today, 2:02 PM

    Hi @Kushagra Rajput

     

    Other choices that I would recommend are: 

    Option 1: Utilise page layouts and record types. Two record types can be created, one for hot and one for cold  The page layout will be rendered according to the record type chosen 

    Option 2:Use Lwc Components, which will be displayed based on the rating field. 

     

    I hope it's useful. Thank you.

0/9000

Hi,   Have anyone tried the feature: Preview a single Lightning web component using Local Dev (Beta) , which was mentioned in Summer 25 Release. I'm getting the following error, when I run 'sf lightning dev component' command.    [error] 404: Could not find asset at "%5Cassets%5Cslds%5Cstyles%5Csalesforce-lightning-design-system.min.css"  LwrUnresolvableError: 404: Could not find asset at "%5Cassets%5Cslds%5Cstyles%5Csalesforce-lightning-design-system.min.css"      at LwrAssetRegistry.delegateGetAsset (file:///C:/Users/CA/AppData/Local/sf/node_modules/@salesforce/plugin-lightning-dev/node_modules/@lwrjs/asset-registry/build/es/index.js:27:15)      at process.processTicksAndRejections (node:internal/process/task_queues:105:5)      at async LwrAssetRegistry.getAsset (file:///C:/Users/CA/AppData/Local/sf/node_modules/@salesforce/plugin-lightning-dev/node_modules/@lwrjs/asset-registry/build/es/index.js:42:26)      at async LwrAssetRegistry.resolveAssetUri (file:///C:/Users/CA/AppData/Local/sf/node_modules/@salesforce/plugin-lightning-dev/node_modules/@lwrjs/asset-registry/build/es/index.js:164:26)      at async file:///C:/Users/CA/AppData/Local/sf/node_modules/@salesforce/plugin-lightning-dev/node_modules/@lwrjs/core/build/es/middleware/asset-middleware.js:41:30      at async file:///C:/Users/CA/AppData/Local/sf/node_modules/@salesforce/plugin-lightning-dev/node_modules/@lwrjs/core/build/es/middleware/utils/error-handling.js:56:13      at async file:///C:/Users/CA/AppData/Local/sf/node_modules/@salesforce/plugin-lightning-dev/node_modules/@lwrjs/server/build/es/express/express-server.js:58:13 {    type: 'asset'  }   

@* Salesforce Developers * 

2 answers
0/9000
1 answer
0/9000
11 answers
  1. Jun 19, 12:23 PM

     Hi @Melissa Bass,

    I'd be happy to help you with your Salesforce setup pro bono. I completely understand how overwhelming it can be to tackle the backend configuration, especially when you're new to it and feeling stuck.

    I have over 5 years of experience implementing around 100 projects, many of which were for non-profit organizations. In my previous role at an American consultancy, I worked as an admin, developer, and project manager, so I'm very familiar with the entire implementation process from start to finish.

    I've been on maternity leave for the past 2.5 years, and honestly, this would be a great opportunity for me to warm up my skills and dive back into a project I'm passionate about.

    If you think my experience aligns with what you're looking for, please feel free to connect!

0/9000