Relative Content

Tag Archive for salesforcesalesforce-lightning

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.

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.

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).

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” ?