New CSP violation spontainiously happening in lightning
I have some code in a visualforce page that used a custom js library to build an excel file client side from an object generated on the server side and then force the browser to download the file.This...
View ArticleNeed to build a product search engine in order to search for products that...
Need to build a product search engine in order to search for products that are available in the system. The first requirement is to search for products by name, active, product family, name, product...
View ArticleHow to get missing Buttons "Reply", "Reply All", "Forward" on Emails at the...
I'm working on hundreds of different orgs. Some of them have those buttons, other not. How can I get them on all orgs? (In the screenshots see right side in the bottom of each email.)BAD ORGSGOOD...
View ArticleDownload data as Excel File in Aura Component
I have a Lightning Component that renders data in a table. I currently have the logic that downloads as a CSV file. For some users,Excel is not auto formatting the file to display as Columns. So they...
View ArticleHow Can I Check if the Standard Edit Record Modal is Active from a LWC in a...
How can I perform a Boolean check as to whether or not the standard Salesforce Edit Record modal is open from a Lighting Web Component (LWC) in a Lightning Console App?For Salesforce Console in...
View ArticleDynamic action with filter based on Role is not visible on record page
I am stuck in one thing.I have added one dynamic action on record page with filter based on Role.When logging in with end user with this Role, I am still not able to see this action on my record...
View ArticleLightning component auto refresh to view the case record
In Detail-record page, where you can see (activityTracking page and related list) and on header of the page there is new case button to create a new case record.I have an activityTracking...
View ArticleDual Listbox selected values get bounced back to the 1st box after save
I have lighting dual list box in my aura component as below.<div class="slds-form-element__control slds-p-top_large"><lightning:dualListbox aura:id="schools" name="universities" label= "Select...
View ArticleWhy Contact is not getting created? It is returning as undefined
Component<aura:component ><aura:attribute name="myfields" type="String[]" default="['FirstName', 'LastName', 'Email']"/><aura:attribute name="con" type="Object"/><aura:attribute...
View ArticleHow to adjust ContentDocument record page for Community Builder (Experience...
I'm trying to remove below right side panel from Community Builder.I could do it internally as SF admin even though interestingly it is not directly available from Object Manager.What I did was,Edit...
View ArticleDynamically update Lightning path (Chevron)
My Lightning/Salesforce Path was displaying the Chevron based on the Case Pick list field which has 15 pick list options. Every Case is unique and doesn't require all the 15 options, how can I make my...
View ArticleOpen a lightning component using URL button to open in new tab
Can we open a lightning component using URL button to open in new tab? If yes, can you kindly let me know what URL to use for that and how to pass parameters?We have tried using quick action, but the...
View ArticleHow to solve "We can't display this information because the record has no...
We are observing a strange issue. If you view a record in LEX, the records History related list will show no records, like so:However, if you click Edit, make no changes, and just click Save, when the...
View ArticleSFDX: command to retrieve Compact Layout from Source org to Visual Studio Code
I want to retrieve Compact layout to visual studio code from the source org. Currently I'm using following command.sfdx force:source:retrieve -m "CompactLayout:Lead-English Courses"But using this...
View ArticleUnable to access our own cookies within salesforce Iframe
I have an external webphone application within salesforce lightning which is loaded via Call Center. Users need to login through credentials. It was working before and any issues. Now, in the backend...
View ArticleAddress search for Lightning Scheduler is not working in Community
I'm creating a lightning scheduler for the Guest user. I have a standard lightning Scheduler for Guest User flow on my public Community page. But the Service Territory search page is not working....
View ArticleRemove all values from an array in javascript LWC [closed]
I want to remove or delete all the values from array in javascript Lightning Web Component .Can you suggest any approach to achieve this?Thank you
View ArticleAdd Notes and attachments to lightning record page on lead object
I would like to add notes and attachments component to a new lead record page but i am not able to find notes and attachments component from lightning app builder . i added notes and attachments as...
View ArticleAdding users to the community... need access to the community?
I'm doing a tutorial on communities, and after setting pages and themes, i wanted to add users. When i try to setup the user, i get this message: "Looks like this portal user is not a member of a...
View ArticleQuick Action and flow to create a record in ligthning
I am trying to create a quick Action that calls the flow and lightning component to create a record as suggested in the blog here. I need to create a record of custom object from Opportunity record ,...
View Article