Account Name is not visible in the Approval Process record?
Account Name is not visible the Approval Process record. Can you tell why this maybe happening? 1. In 1st image, Account Name is visible in List View.2. But when I open specific record, account name is...
View Article(Properly) Link to custom Lightning App from record detail page?
I have a custom lightning app.How can I link to this app from a record's detail LEX page (e.g. Opportunity) and pass the Opp's ID to it?The end-user is supposed to launch the app and do some additional...
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 ArticleOverride standard save button to stay on listview for a custom object
How can I override standard save button (in Salesforce lightning)to create the record and stay on the listview, and not redirect automatically to record page?Any help would be great.
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 ArticleUnable to see Visualforce page in Lightning App Builder Edit Page?
<apex:page standardController="Contact"><apex:form ><apex:pageBlock title="Edit Contact"><apex:pageBlockButtons ><apex:commandButton action="{!save}"...
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 ArticleCommunity User creation Error Nickname already exists
I have been trying to create a community user via apex and even though the user is getting created in salesforce, I am getting the exception as "That nickname already exist. Enter a unique nickname"....
View ArticleCreating Unit Tests for OrderSummary or other generated Objects
I have multiple methods that make queries to the OrderSummary.I have tried to mock the call to the database using the Test.start() and Test.stop() to try to insert an OrderSummary, but that is not...
View ArticleHow to remove spaces between Lightning-card and border
I want to remove space between "inner_card" and "my-card-child". I tried it with margin and padding between those card and div tag. but i'm not getting solution for this.I wan to expand that contact...
View ArticleHow to *not* overwrite a standard button in Lightning!
I have an object that has its Edit button overwritten in Classic using a VisualForce page. Works as designed. In Lightning that overwrite is obsolete and the normal edit will do just fine. I have only...
View ArticleData Import Wizard - Request File Missing Mapped Fields
I'm having an issue using Data Import Wizard to create and/or edit a custom object (Assessment_Through_Deactivation).I am able to use the wizard to map all of the fields from my CSV (I understand the...
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 on page reload, radio button should retain its selected value
I am rendering picklist as radio button in record edit form and saving the data in object. But while reloading the page I want radio button to retain the selected value. by default radio group get...
View ArticleQuestion from chatter field value is not visible in lightning mode
Question from chatter field value is not visible(case record) in lightning mode . same field is visible in classic mode.Can you please help me here
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 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 ArticleCan we have approval history in the approval page in lightning
In Classic,when we click on approve/reject link the page which opens will be having approval history,but in lightning the approval history is not visible.Is there any way we can make approval history...
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...
View ArticleWhy Lightning Experience is freezing (crash, hang, become unresponsive) after...
While I'm developing Lightning Components I usually have this workflow: First I change my code Then I save it Finally I reload LEX to get the newest version of the component rendered via F5 to see and...
View Article