Feed
- Recent Activity
- Created Date
- Questions with an Accepted Answer
- Questions with No Accepted Answer
- Unanswered Questions
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?
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.
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
Oct 21, 2024, 1:20 PM HI @Annamalai T A,
Loop element have limit of 2000 executed elements at run time.
Thanks
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
Today, 2:02 PM 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.
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' }
Today, 6:11 PM please check the link;
https://trailhead.salesforce.com/trailblazer-community/feed/0D54V00007T41CCSAZ
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!
Today, 6:04 PM please check the link;
https://trailhead.salesforce.com/trailblazer-community/feed/0D5KX00000PW9oV0AT
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
Today, 5:59 PM please check the link;
https://trailhead.salesforce.com/trailblazer-community/feed/0D54V00007cmI0xSAE
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.
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.