Hide/Remove items from lightning app menu
Is there any way to remove following items from Lightning App MenuCMS WorkspacesChatterDiscover CompaniesEmail TemplatesEnhanced LetterheadsHomeNewsNotesTasksSo far I had got links that confirm that...
View ArticleConvert javascript button in lightning [Error]
I need to convert my javascript button to lightning. What I did is, I go to the classic environment, go to setup and I click on get started for 'Lightning Experience Transition Assistant'. After a few...
View ArticleStop SF Lightning from trying to open up Set Up Content in a new tab
When I am in Set Up and attempt to open something, like User Profiles for example, I always get this modal that asks We'd like to open the Salesforce page ... in a new tab and then when you allow it,...
View ArticleLightning Styling not working on VisualForce Page
I have a complex VF page that needs a lot of updates, so I've created a copy of it to work on.Apart from the name, all else is identical - it even (for now) points to the same controller.In Setup, in...
View ArticleRefresh the page after flow completes
I am trying to refresh the page once the flow is completed using the lightning component I downloaded from here https://unofficialsf.com/update-screen/ but it doesnt refresh the page. I am not sure...
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 ArticleLightning Components: How to fix New Button in Related Lists of Visualforce...
For Visualforce pages the Standard New-Button created by <apex:detail> doesn't work correctly inside Visualforce containers on Flexipages.Scenario:I've put a Standard Visualforce Component on my...
View ArticleUpdate record on server using lightning component
may I know why this code does not change/update the field object data? By default, the field object (Final_Approved__c) is false. The type is a checkbox. This code is in lightning environment...
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 ArticleVisualforce 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 ArticleNavigate to URL is not refreshing the page in lightning
I have a vf page in lightning which opens up on button click from the case detail page. The vf page will close the case upon save. I have an oncomplete method in vf page which navigates to the case...
View ArticleSubmit Record Edit Form for every object in Aura iteration
I have a Contact object form with a child form component for Buying Center objects.When I upsert the Contact, I need to submit a list of Buying Centers for this Contact.Parent Contact component has a...
View ArticleLightning Component not saving new data to sObject Data
I have a simple component that fetches a record and attempts to update it.I am trying to update the "part count" and it shows that it's being updated client side and that the params are being sent to...
View ArticleUnable to delete configuration properties from LWC?
I need some assistance with the following problem. I added the following code to my LWC:<?xml version="1.0" encoding="UTF-8"?><LightningComponentBundle...
View ArticleUnable to see Open Activities and Activity History related list in lightning...
In managed package's object I am unable to view Open Activities and Activity History related list in lightning mode. But visible in classic view.It is present in layout.Still unable to view.Can someone...
View ArticleVisual Force page converted to Lightning still appears with Classic feel
Has anyone experienced this? I've already converted some Visual Force Pages to Lightning Experience thru enabling them in settings and adding lightningStylesheets="true", it already appears to...
View ArticleRich Text area image not showing up in community
I created a lightning component,and used it in a community.Now i want to show a rich text area fields image in that component.So,for that i queried that field on opportunity object and showed the data...
View ArticleHow can we override standard Salesforce Lightning message?
We have custom logic to assign opportunity owner, when the User manually try to change the owner Apex code kicks in and assign the owner according to the logic.Still Lightning Users are getting the...
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 ArticleAllow community users to add favorites
Looking to build an LWC that allows for community users to favorite records. Seems like the favorites API isn’t part of LDS. Anyone have any experience with this or know how to hit the favorites API...
View Article