Visualforce lookup field with apex:inputField in LEX?
Simple story: As a sales user, I want to mass assign leads to a teammate, so I can better distribute our total workload. The constraint is that I need to do this in Lightning Experience, in which the...
View ArticleSave Template disabled when sending email in Lightning
When I try to send an email, I want to be able that after a proof-read, I do want to save the existing template, not as a new version. Even if I am an administrator I can't save the template. Is there...
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 Articlestandard action button disappears after override
We have set-up a partner community for our customer where we have overridden the "new" button on account with a visualforce page (for "classic") and a lightning component (for "lex").In the "classic"...
View ArticleHow to hide default popup of Quick Action
I have created one Component from which I'm creating new record, using force:createRecordThe new record creation page is opening perfectly on click of Quick Action but one new blank model is 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 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 ArticlePre 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 ArticleHow to access multiple salesforce orgs with same connected app
I am trying to access the multiple communities in multiple salesforce sites with same connected-app but could not.For example: I have created the two salesforce sites A and B. And created connected-app...
View Articlehow to insert account and related contact records by clicking single submit...
I want to insert account record and contact record related to that account by clicking the single submit button in LWC & without using apex class. Please helpI hope u understand my question. Please...
View ArticleMissing New Task and Log a Call button in Lightning
I found that New Task, Log a Call buttons are missing from the activity in Lightning experience. I did added them to Mobile and Lightning Experience Actions section of the page layout. And also we have...
View ArticleNeed To Hide Help and Training Option/icon in Lightning for Specific Profile
Need to hide Help & Training Option/Icon in lightning for specific Profile.please find the attached screenshot for better understanding.
View ArticleDeleted custom fields not hard deleted after 15 days
I checked the Deleted Fields section of one of our custom objects.In there it says;Salesforce starts to hard delete these fields after 15 days.but in that list, I am seeing fields that we have deleted...
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 ArticleHow can we create Data entry form use lightning components
How can we create Data entry form use lightning components. New to lightning. Please help thanks in advance. please refer the photo for example.
View ArticlePrevent User from Navigating Away from Visualforce Page?
Currently I have a Visualforce page in Lightning Experience that I only want the users to navigate away from in a certain way (via a link). Right now though, I am trying to get the first part of that...
View ArticlerecordId is empty when overriding edit button in lwc?
I needed a custom popup for creating and editing a record. To achieve this I have created a LWC which will create and edit the record.I had wrapped this component with an aura component. and overridden...
View ArticleSalesforce Lightning Custom Object Calendar Sharing with users
We want to create Salesforce Lightning Custom Object Calendar and make it available for all the sales reps. How do I do it rather than asking each user to create their own.
View ArticleError: Cannot find module '@salesforce/sfdx-lwc-jest/config' while testing my...
I have started my practice on LWC testing While i'm run this command:"npm run test:unit"i am getting this error:Cannot find module '@salesforce/sfdx-lwc-jest/config'.Error body is:Error: Cannot find...
View ArticleHow do we add Actions on relatedList?
I am trying to prepopulate some fields while creating a new record. It was a easy fix with classic with the url hack.Now with lightning experience this doesnt work. Looking at this Quick Action on...
View Article