uable to see selector in custom of lightning builder in add styles and data in lwc module
#Trailhead Challenges
uable to see selector in custom of lightning builder in add styles and data in lwc module
#Trailhead Challenges
I refreshed my partial sandbox on Monday and I've not made any changes to it except through the DevOps Center. I created a new Quote lightning page layout, pulled all files, and promoted it successfully from the Developer sandbox to the partial sandbox. When I tried promoting it to production, I got this error.
The deployment of the work items into the next stage failed.
standard__LightningSales of Type CustomApplication failed to deploy due to LogoVersion can't be specified without Logo.
I went into GitHub and deleted the LightningSales App and saved the changes to the current WI. I tried promoting again and got the same error message. Can anyone tell me what I should do now?
You have 2 ways for solving this:
1. Go on LightningSales App and add a logo and re deploy (link below)
2. In case logo is a static resource, add it to the xml package
Useful link:
https://help.salesforce.com/s/articleView?id=000391097&type=1
Anyone tried with runSalesforcePricing Action in the flow to trigger Pricing
It works perfectly fine for me.
Based on error nulltagName = LineItem, could you check the PP Price Setting element, if the lineItem is assigned. If the problem persists then reach out to SF support.
I am working on a POC to make the Agent answer customer queries based on the PDF files uploaded in Data Library.
I initially uploaded a PDF file and it created the search index and did chuking but when I added a new file into the Data Library search index is not getting updated I tried rebuilding
RagFileUDMO, tried refreshing AiGroundingFileRef_HomeData Stream but no luck.
#Agentforce
Im having the same issue as you, did you get any luck on how to make the Agent response based on the pdf?
tks
Dear all,
I have a dashboard based on events for 2 different usage, with a value table.
1) Some users use it to follow their business week, and they need to have their visit report in the value table
2) Some users use it to follow their expenses for their week, and they don't need to have visit report field in the value table.
In the value table I have the following fields :
- Assigned to
- Account Name
- Contact Name
- Event start date time
- Event end date time
- InternalComments__c
- Location
I would like with a toogle to create an interaction to display/hide the field "InternalComments__c".
I don't know how to manage it in the json query
Thanks in advance for your help.
Best regards
Dear all,
from recently, I have seen a strange behaviour in SFDC local data sync.
We have a schedule sync planned twice a day (5:00 am & 12:00 pm).
But for few objects (included Account & Opportunity) they are synced at (5:00 am, 12:00 pm, 4:00 pm and 12:00 am)....
Do you have any idea ?
Hi @Abhishek R
,
I followed your advice but the strange sync behaviour still be here.
I will open a ticket on the support.
Thanks for your assistance
I have a zip folder uploaded as a static resource. It's the same group of fonts we use in our current Aura site.
I've followed the instructions in
this articleto add my custom fonts to the head markup. Here is a sample of what's in my head markup. After adding this, I added a custom font option called "FontName" and then set the custom font and font weight to my H1 and H2 settings (just examples).
Despite all of that, the page is still just rendering the generic default font for everything and web inspector is indicating that the font files can't be found.
<style>
@font-face {
font-family: 'FontName';
font-style: normal;
font-weight: 200;
src: url('{ basePath }/sfsites/c/resource/KnowledgeFonts/Font200.woff') format('woff');
}
@font-face {
font-family: 'FontName';
font-style: normal;
font-weight: 300;
src: url('{ basePath }/sfsites/c/resource/KnowledgeFonts/Font300.woff') format('woff');
}
</style>
Hello!
I would like to remove the email composer pop-up and keep just the static one from feed. Would it be possible? How?
Seems like that option is disabled. i remembered there was an option such back then. How about editing the page layout or action bar—remove the quick action that opens the email in a pop-up and make sure the Email tab is available in the activity section instead
I am Facing issue in Quick Start: Connect Postman to Salesforce while Sending request
"GET
https://creative-impala-wuvmxs-dev-ed.trailblaze.my.salesforce.com /services/data/v64.0/limits
Error: ETIMEDOUT
Network
Request Headers
Sforce-Call-Options: client=postman
Authorization: Bearer 00DdL00000U4B0P!AQEAQATJlvcCRjcShBABCLopsHVnGnqDvJnGtdPy.dOXW6yrfQbsADrDrMj0h5rz91spvxxmyan6vVcs51KLXAFgUYWL5qQC
User-Agent: PostmanRuntime/7.44.1
Accept: */*
Cache-Control: no-cache
Postman-Token: 91bfb753-6d17-401e-9004-f74e3ee68f8b
Host:
creative-impala-wuvmxs-dev-ed.trailblaze.my.salesforce.com↵
Accept-Encoding: gzip, deflate, br
Connection: keep-alive
"
#Trailhead Challenges
Hi Steven, not sure what that means, but here is the details from the drop down.