Skip to main content

Feed

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

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
2 answers
0/9000

The title bar of save option in creating new lens is changed to name .So, I am unable to finish the module related to it in trailhead under CRM Analytics. Can anyone suggest me how to go about it??  

 

#Trailhead Challenges

1 answer
0/9000

Hello. Apologies for the simple questions but I'm getting myself confused around non profit cloud. We are looking at case management to record the 'onboarding' of people to a service and as part of this need to capture some information at the time they start and then some others after. I'm getting myself in a mix as to what object to use for what: 

 

- Initial onboarding referral information, consents etc. (one off) 

- General risk assessment (one off) 

 

- Risk assessments (multiple) 

- Specific questions for different types of interactions 

 

Assessments, care plans and action plans are blurring in my head at the moment - Any pointers massively appreciated.

3 answers
  1. Today, 5:59 PM

    Use cases for the initial referral and assign to the case worker, who will follow up on the case and create a program engagement (enrollment). Service deliveries are used to record info once the client is receiving services.

0/9000
1 answer
0/9000
1 answer
  1. Today, 5:53 PM

    Hi @KAMANA SURYA PRABHATH

    . You did not mention the object name where you have to create this Status picklist field. But hear is the detailed step by step process. 

    Steps to Create the Picklist Field:

    1. Go to

      Setup → Object Manager → Select the Object (e.g., Opportunity, Custom Object, etc.)

    2. Click on Fields & Relationships (left panel).
    3. Click New.
    4. Choose Picklist as the data type, then click Next.
    5. Enter Field Label

      Status

    6. In the Values section, select Enter values, with each value separated by a new line.
    7. Paste the following values (each on a new line):

    Submitted 

    Pending Approval 

    Approved 

    Rejected 

    Draft 

     

    Click Next, set field-level security as needed.

    1. Add it to the page layouts if prompted.
    2. Click Save.
0/9000