aura:if visibility issue with force:inputField
I am having a problem with aura:if tag. As when my condition is false, my field will be invisible. The Problem is when my condition again went true from false then only Label of my inputfield is...
View ArticleLeads, Territories and Dashboard filter in Lightning Experience: impossible...
In Lightning Experience I have created a dashboard that displays a number of Account and Opportunity reports. These reports themselves do not apply any filtering on Territories, but the dashboard does....
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 ArticleLightning component is not updating the field
I am trying to make use of LDS in the lightning component to change the status of the case like below<aura:component implements="flexipage:availableForRecordHome,force:hasRecordId" access="global"...
View ArticleHow can we achieve dynamic binding in lightning input tag? Avoid record edit...
How can we achieve dynamic binding in the lightning input tag? I don't want to use a record edit form tag.
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 ArticleTrying to update object's lookup field through lightning component inputField...
So I am trying to create lightning component which changes my custom Object's (MyTask__c) Lookup(Contact) field from lightning:inputField which shows in my custom object page layout.My custom...
View ArticleWant to arrange the queried data like report in salesforce lightning [closed]
The requirement is about fetching and displaying the data completely dynamic based on the object and field selection. The display of the data from various objects (either related or not-related) should...
View Articlelightning:combobox component without placeholder
I have following code which displays a list of Users in the system. It is showing the list of Users. By default the first option I see is "Select an Option" and I want the first User in the list to be...
View Articleforce:navigateToComponent not loading component in Summer '17 | DOM...
I'm using force:navigateToComponent to navigate to a different component on click.On the first click, it navigates to the component and everything is successfully loaded. When pressing back button and...
View ArticlenavigateToURL not passing the isdtp url parameters from my component
Below is the simple code({ gotoURL : function (component) { var urlEvent = $A.get("e.force:navigateToURL"); var urlparam = "isdtp=mn"; urlEvent.setParams({"url":...
View ArticleHow to add commas in numbers in a HTML table lightning
I have a lightning component where i have created a table using HTML(tr & td). Everything i am able to achieve . However i am struck formatting the numbers inside the table.As in the below table i...
View Articlecustom bell notification to queue members on case
I have created a process builder to show a bell notification to case owner whenever case comment is added. It works as expected when case owner is a user but it does not show bell notification to queue...
View ArticleYour org doesn't have access to component flexipage:column
Receive the following error when deploying a lightning record page. "Your org doesn't have access to component flexipage:column"
View ArticleSalesforce Report : Multiple leads from same Org
I am trying to build a report in Salesforce which will give me all those Leads with Same Domain Name and Count is more than 2.If Lead Email is abc@abc.com then the domain is abc.com.For Example: Let's...
View ArticleIs there an URL-pattern in LEX similar to /apex/NameOfVisualForcePage?
In Aloha the URL /apex/NameOfVisualForcePage lets Salesforce show the VF-Page named "NameOfVisualForcePage"Assume LEX = Lightning Experience and SPA = Single Page AppI know LEX is SPA, but that does...
View ArticleValue is not displaying in component. lightning
Hi iam getting value from event and is being handled by handlePassedAccAdd method. I want to display value in {!v.contact.MailingCity}" which is getting alert, but it is not getting displayed in...
View ArticleHow to show error on child component field or lookup field in lightning...
and below is my controller and component<div class="slds-form-element slds-size--1-of-3"><c:LookupSObject aura:id="processField" label="Process" pluralLabel="Processes"...
View ArticleIs it "legal" to surface VF Pages in LEX using "#/alohaRedirect/apex/XXX" URL?
I've "discovered" I'm able to surface Visualforce Pages into LEX (console) by using this url format:https://myorg.lightning.force.com/one/one.app#/alohaRedirect/apex/My_Visualforce_PageI wonder:is it a...
View ArticleShow a Join Report WITHOUT Chart on Lightning Home Page
I have a very simple use case:Have a Joined ReportI want to show that on the Lightning App Home pageHave tried the following:Create a Joined Report with Chart > Added to a Dashboard > Added to...
View Article