Questions tagged [lightning]

Questions about the Lightning extension to Mozilla Thunderbird

You can find more information about the Mozilla Calendar Project at: http://www.mozilla.org/projects/calendar/lightning/

153 questions
0
votes
0 answers

LWC Datatable in a multi-currency org: Dollar sign $ appears for a moment on Cell change for non-dollar currency

The column definition is: { "columns": [ { "cellAttributes": { "alignment": "left" }, "editable": false, "fieldName": "aiq_BandNumber__c", "label": "Tier Band", "sortable": false, …
Vit667
  • 1
  • 1
0
votes
1 answer

How can I train the last few layers of RegNet-800MF backbone using PyTorch Lightning

I am trying to get better results by allowing a few final layers of a previously frozen backbone (RegNet-800MF) to be trained. How can I implement this in PyTorch Lightning? I am very new to ML so please excuse me if I have left any important…
0
votes
1 answer

I want to trigger aura method on the click of lightning input checkbox. How i can do that?

Below i am pasting my code from cmp file and controller file> cmp file>
0
votes
1 answer

update availableOptions for multiselect Picklist through Apex trigger

I have created a multiselect picklist which shows the list of users on a custom object. I want to update the available values on this picklist through trigger on User object whenever there is a new user created. I do not want to update the Chosen…
0
votes
1 answer

Salesforce lightning case lookup autocomplete

How to enable lookup/autocomplete feature in cases. I am doing a migration from classic to lightning. In classic this feature is enabled. I am new to salesforce. Please help.
Hasan Zubairi
  • 1,037
  • 4
  • 23
  • 57
0
votes
1 answer

How to edit lightning-textarea programatically in Lightning

I'm trying to find a way to modify the value of my lightning-textarea. Not the variable that holds the value internally. Things like document.getElementById('textarea').value = 'value'; are not working. My Textarea:
0
votes
1 answer

Salesforce custom button should show in lightning not classic

I am trying to add a link to redirect from opportunity page to a vfp page. There are two pages one for classic and one for lightning. I want to add two links. If user is in classic mode one button will show and for lightning the other button will…
Hasan Zubairi
  • 1,037
  • 4
  • 23
  • 57
0
votes
1 answer

How to make a Lightning Web Components?

I need to make a Lightning Web Components with this Apex Class but I don't know how to pass the data to the JS and the HTML and how to create that lwc. I want to make a lwc that shows every email received from a certain email every time that lwc…
0
votes
1 answer

Issue when using Salesforce ConnectAPI.CommerceSearchSettings

I got requirement to recalculate B2B Webstore index programatically. Found documentation here:…
0
votes
2 answers

Thunderbird Lightning corrupted calendar file

My Thunderbird's Lightning calendar file (local.sqlite) became corrupted and I can no longer view or add events. How to fix the file? Terminal states "database disk image is malformed" and "NS_ERROR_FAILURE: error executing async…
Kreuzfeld
  • 33
  • 1
  • 7
0
votes
1 answer

Issue in applying css on lightning:tab in Aura

I want to apply custom CSS on lightning:tab of lightning:tabset I tried using inline CSS, external CSS but there is no luck, I want a way to check below: (Used to create tab section which is highlighted) .THIS li:nth-child(2) { background-color:…
0
votes
1 answer

salesforce lightning component init function call

I am trying to check something before the modal popup shows in salesforce opportunity page. When I call the doInit function the button handler functions stop working. My code is
Hasan Zubairi
  • 1,037
  • 4
  • 23
  • 57
0
votes
1 answer

Anyone have experience with exposing Event type in Salesforce Lighting Web Component LWC for the Dynamic Interactions?

I tried to expose the Event tab in the LWC. I followed this Help document from Salesforce: https://help.salesforce.com/s/articleView?id=release-notes.rn_lwc_dynamic_interactions.htm&type=5&release=234 Here is another document that has more info on…
Jay
  • 3
  • 2
0
votes
1 answer

Salesforce image resize in LWC

I am new to salesforce development. I want to display an image in LWC in salesforce. I added the image in static resource and add the line in lightning component The image is showing in the LWC but when I add width and…
Hasan Zubairi
  • 1,037
  • 4
  • 23
  • 57
0
votes
2 answers

Is there any way to remove save and cancel in lightning modal popup

Is there any way to remove save and cancel shown in the modal popup of lightning screen?. How to Remove that disable Save button from lightning model popup?
Ravi Shah
  • 843
  • 12
  • 29