Pre populate Date and Boolean value in createrecord lightning
I am getting the values from controller for the fields PaymentRequired__c(Checkbox), PaymentDate__c(Date) and assigning it to the default values of createRecord.But the value which i am getting for the...
View ArticleMobile UI in iPad in Salesforce1
I just came to notice that in iPad devices, Salesforce1 app is reflecting the mobile design of the app!I'm specifically asking it because, in the Chrome simulator, it's showing the table layout itself...
View Articleembedding a visualforce page in lightning component
I used an iframe to embed my visualforce page in a lightning component, but the page is showing me the error: Refused to display, in a frame because it set 'X-Frame-Options' to 'deny'. is this because...
View ArticleHow to use custom lookup in data table in lightning?
I want to use lookup in the data table when I used type:'lookup' but it's not showing over there.{ label:'PN QuoTed', fieldName:'Part__c.Name',type:'lookup', sortable : true, editable : 'true' },I also...
View Article"Reply to and Forward Emails Right from Salesforce"
I'm looking at this here...https://releasenotes.docs.salesforce.com/en-us/winter17/release-notes/rn_sales_productivity_email_replyforward.htmApparently the Past Activity section in Lightning is...
View ArticleAdd Icon to a packaged app in Lightning
Is there any way to add an icon for an app which is also available in Lightning? In Classic, I have uploaded an image in document object, but in Lightning we don't have a document object; that's why...
View ArticleInconsistent Scrolling Behaviour in Lightning Quick Actions
I have a lightning component I want to embed in a quick action. The component has content which might vary in size, which means I cannot predict what height my quick action needs.As a simple example,...
View ArticleLightning Email Template Deploy: How do I get the Lightning Email Template...
I have Lightning Email Templates that I need to deploy to 13 orgs, and rather than recreate them manually in each org I've extracted them with Data Loader, and now I need the Public FolderIds from each...
View Articlehow to create a report for contacts without accounts
we discovered that some customer can't sign up to Customer Community because they exists as Contact without account.Business can't see such contact (and see only the contact related to the account...
View ArticleError in $A.getCallback() [Cannot read property 'setParams' of undefined]
This page has an error. You might just need to refresh it.Error in $A.getCallback() [Cannot read property 'setParams' of undefined]Failing descriptor: {markup://c:OMSiteVisitFormLightning}Hi,I'm...
View ArticleTwo factor authentication for community portal
I know that from Feb last week, two-factor authentication in mandatory for Salesforce.Is Two-factor authentication is mandatory for community portal as well ?
View Article"This list view isn't available in Lightning Experience. To see this list...
We are getting 'This list view isn't available in Lightning Experience. To see this list view, use Salesforce Classic or switch to another list view.' error when trying to search records in a standard...
View ArticleHow to show fields from different Objects in a single lightning-record-form...
There is a use case in which we have to build a form using lightning-record-form. We have to display the set of fields from different objects into that form in different accordion sections.I was going...
View ArticleActivities standard component UI is changed with spring 23 release
We have standard activities component on record page. The UI for that component is as below for scratch org which does not yet have Spring 23 release:As salesforce spring 23 release coming we have our...
View ArticleConditional Action Overrides in Lightning Experience
Requirement: When an opportunity's stage is one of several values, allow Opportunity Products to be edited as normal. Otherwise, disallow the edit and display a message with some key fields from the...
View Articlelightning:navigation & lightning:isUrlAddressable broken mobile functionality
Building an application that should run on both lightning experience and mobile Saleforce with the following component structuremainMenu component -> search Component(s) -> custom record viewHave...
View ArticleError : remove these Aura components or replace them with Lightning web...
I am getting the below error when I try to use the File upload component in flow and place it on the community site. It is working fine when I run this in salesforce org but getting errors in a...
View ArticleHow to add fields to "New Event" under "Activity" tab in Lightning?
I am trying to add custom fields to the "New Event" layout under "Activities" on Opportunity:However, it appears this component is a static, non-customizable component because when I click on it in...
View Articlepopup on case object edit page, when a picklist value is selected
Is there any way I can have a dialog box pop over on selection of particular picklist in the standard case object.My use case is: If the user selects one of the picklist value from the dropdown in the...
View ArticleOpen Custom LWC as a modal from object related list new button (override with...
I am overriding related list object new button with a lightning component and trying to open it as a modal.It is opening as a modal, but in a different tab.Can it open in the same record page, like how...
View Article