How to open a new dialog box in lwc in a pop up window instead opening in a...
How to open a new dialog box in lwc in a pop up window instead opening in a tab or subtab. I tried opening using navigation.maxin but it opens in a subtabI have a lwc component and used a lightning...
View ArticleCanvas App not showing in Chatter in Lightning UI
I have created a Canvas App and I have enabled it for everything including Chatter. I am able to preview the Canvas App and it also shows up as a Quick Action. However, while in SF Classic I can see my...
View ArticleLightning Usage/Adoption Reports and Metrics (e.g. most viewed pages,...
Salesforce's native "Lightning Usage App" app (Summer '18) includes several reports with metrics around page views, load times, mobile activity, etc.I find the "Most Viewed Pages" usage report below...
View ArticleAuto populate fields on quote creation
Is there any way to auto populate Quote name field with parent opportunity name when click on new button.I know that It is possible in classic by url hack but how to achieve it in lightning.Any...
View Articlehow to access the save button in a modal when implementing the...
I am actually creating a component that will implement the force:lightningQuickAction so that my component open in a modal window from the action button.I would like to capture the event where the user...
View Articleshowing a list of results showed while user is writing something in search box
I'm trying to create a search box where the user write something, and while he do that a listbox with all the matching results appears (like in the figure below) (!! I'm asking only how to show the...
View ArticleAdding a button on creating a new record modal dialog
There is a requirement where for a Contact record, on click of New button on Opportunity related list, a modal should open for creating a new Opportunity record. This works as per the default...
View ArticleAppend files to the first upload in
I am using the following code in my lightning component to upload multiple files <lightning:input aura:id="fileId" onchange="{!c.handleUploadFinished}" type="file" name="file" label="Upload...
View ArticleModify multiple lightning:recordeditform fields before firing form.submit()...
I have Parent Component(to save Account record ) and Child Component(to save contact records).In parent component I have submit button. In both of the components I'm using lightning:recordEditform to...
View ArticleOpening Opportunity Select Price Book in Lightning Experience
Is there any way to open the Opportunity Price Book selection prompt in Lightning Experience via an event or navigation? Here is what I have tried and does not work:Navigating the user to the classic...
View ArticleLWC as QuickAction in Salesforce
I have made a quick action in lightning web component and want ot make that compponent available for quick action. I havenot found any guide or documentation regarding this. Can you please suggest on...
View ArticleSalesforce lightening - Selenium UI Tests - Inspect element using Developer...
I am working on Salesforce Lightning UI test automation using Selenium. While locating the elements, need to frequently open the Developer Tools section of Chrome/Edge and search for the locators...
View ArticleHide the labels with empty filed values in community UI
Some of the labels are with empty fields for different products in community. How can I hide empty label and remove blank white space too for that row?
View Articleaura:systemError event
I am trying to implement aura:systemError by going through the docs linkbut it is not working. showSystemError method in controller.js is not getting triggered.Component:<aura:component...
View ArticleLWC: Adding icon to lightning-combobox options
Is there anyway to add icons to lightning-combobox options? I'm trying to have each option in the combobox have its own custom icon along with the text.If not, is there an example of a custom component...
View ArticleDatabase.SaveResult for reteriving all the validation error
I am trying to get all the validation error message from my apex class in to the lightning component. Earlier I was using the DMLException and only one 1 validation error was captured. So I tried to...
View ArticleSalesforce Lightning - Selenium UI Tests - Inspect element using Developer...
I am working on Salesforce Lightning UI test automation using Selenium. While locating the elements, need to frequently open the Developer Tools section of Chrome/Edge and search for the locators...
View ArticleHow to Save record and close modal popup in Lightning Web Component ( LWC )
I have an LWC where I'm using modal up to edit opportunity using Lightning-record-edit-form. On click of submit I need to do two things 1. Save Record2. Close Modal Popup I'm able to do either one of...
View ArticleVf Page on lightning home page giving error
I have created a VF page to display Feeds on lightning home page.<apex:page showHeader="false" sidebar="false"><chatter:feed entityId="{!$User.Id}"/></apex:page>this page is enabled...
View ArticleSalesforce CMS: Change Default Font color
Question:I would like to know how to change font-color of text within body of News content-type within Salesforce CMS.Context:Currently I am unable to see any option within Salesforce CMS related to...
View Article