Salesforce Formula With Bucket
In Salesforce Report Creator, I need assistance with creating a chat metrics report. Currently, I have the following setup:
Error parsing file: Element {http://soap.sforce.com/2006/04/metadata}apiVersion invalid at this location in type Document
I created an excercise lwc project, when I run the command sf project deploy start -d force-app/main/default/lwc to deploy lwcs, it works fine and components can be all deployed, but if I run sf project deploy start -d force-app/main/default/classes to deploy a apex class, it failed saying Error parsing file: Element {http://soap.sforce.com/2006/04/metadata}apiVersion invalid at this location in type Document for all the lwcs deployed successfully by the previous command. My lwcs are under folder lwc, apex classes under classes folder.
How to put two images side by side using LWC in salesforce to put the LWC component in the experience site builder?
I have uploaded a zip folder containing two images in the static resource to use in LWC and js. The component is visible in the site builder, but when I drag the component, the image in not displaying. In css, I have used display:flex and justify-content: space-between.
managed package notification batch
how to write a batch apex to get notification when a managed package is getting expired soon and also we have to send a email notification when package is about to expire , I have written a batch but it is working as expected , can you help me with the logic
Why I’m getting two error messages on screen flow which is used in Vf page?
I have created a screen flow which is having 3 input fields which I made required from screen flow it self those fields are not required on field level and this flow has used in VF page which will invoke by clicking on button. basically it should show only one error message for required fields but it is showing two messages. I have attached image for reference and highlighted the messages which is coming extra.
Is there a way to make production creation required/mandatory when user is creating opportunity?
When user is creating a new opportunity can we make it mandatory to add a new product. I know about “Opportunity Settings” on setup that we can use to prompt “add products to Opportunities” modal/pop-up but is there any way to make it mandatory or any other way to make product creation mandatory when user is creating opportunity.
Aura Component – Lightning Page Template – Collapsible region not resizing correctly
I am trying to create a Lightning Page Template aura component that has two equal sized regions. Between the regions is a button which when clicked collapses the left region, and the right resizes taking the full screen width. When the button is re-clicked the left region expands taking half page width again, and the right region resizes to take the remaining space (half the screen less the button width).
How do I trigger Case assignment rules on case edit operation?
I know basically case assignment rules trigger on insertion of case. but i have expectation of want to trigger the case assignment rules for the edit operation. can you please help me ?
Attachment Migration from legacy Salesforce org (Classic version) to new Salesforce org (Lightning verison)
we are working on a data migration project between two salesforce platform. The legacy salesforce is still in classic and it has 3000 + attachment to either case or account object. The goal is to migrate the object with its attachment and store it as file in the lightning version. I tried SFDMU tool and enable (both org) upload file as File not Attachment settings. However, it still shows as attachment in target org which is not searchable and showing on the UI.
we try to avoid to install any new management package or application in the legacy org, the reason we pick SFDMU because the developer can install and run locally.
renderAS=”pdf” not converting to hebrew language
im using renderAS=”pdf” in my vf page, when it converts to pdf file it does work fine for english text, but the pdf is not converting to hebrew language. Is there a way to do it ? using renderAS=”pdf” ?