Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
858 views

[ { "dataType": "BOOLEAN", "name": "checkbox_confidential", "isCollection": false, "flowName": "FlowData", &...
Lakshmi's user avatar
0 votes
1 answer
524 views

We are using a component that creates a drop down select that ends up looking like this. With the JAWS software closed keyboard navigation works perfectly well to move between the items in the search ...
Kenji776's user avatar
  • 121
1 vote
0 answers
288 views

I am using chart js in LWC and I have data which have more than 3000 records and more than 500 labels. ` getData() { labels: this.uniqueLabels, datasets: data: this.data, ...
Mohsin Shaikh's user avatar
0 votes
0 answers
2k views

I'm trying to update a checkbox field via javascript before the submit. I'm getting correctly the lightning input field (I can see in the console) but is not getting saved. I also tried with a text ...
CJS's user avatar
  • 1
1 vote
1 answer
51 views

I need to create a new expense card, the input parameters are Amount, Date and Description. Fields that must be filled in the expense card to create it: Card keeper is contact Months Expenses ...
Jhony's user avatar
  • 61
1 vote
1 answer
99 views

I need to create a table in order to work further, but unfortunately I have no idea how to create this table I tried to make this table with tags, but it didn't work. I don’t know how to make a ...
Jhony's user avatar
  • 61
0 votes
1 answer
415 views

outputimage .JS file import { LightningElement, wire } from 'lwc'; import getContactList from '@salesforce/apex/ContactController.getContactList'; export default class ApexWireMethodToFunction ...
Aishwarya's user avatar
1 vote
1 answer
2k views

Documentation - https://developer.salesforce.com/docs/component-library/bundle/lightning-modal/documentation - modal - API 56 When I try to fire an event from the modal window to the parent window - ...
Vitaly's user avatar
  • 11
0 votes
0 answers
1k views

I have a data table which displays 'Name' field and 'Address' field (Address related to another object). The 'Name' field is displayed properly but if I iterate over the list in html for pcon....
marshal panther's user avatar
2 votes
0 answers
948 views

I want to use the below npm package 'wordwrapjs' in a lwc Salesforce component but lwc does not support the out of the box. Is there an easy way to convert an npm module into a lwc component? Guess I ...
Andrew's user avatar
  • 101
-4 votes
1 answer
7k views

I have a doughnut chart built using chart js. I want a fixed-size of doughnut chart no matter how much data it has. check the image how bad it is looking It has 371 legends. How can I fix the size of ...
Mohsin Shaikh's user avatar
1 vote
1 answer
2k views

I'm in the midst of creating a lightning web component to visualise salesforce records in the concept of a timeline. I've managed to create my timeline component, styling etc, and retrieve the data ...
JWL182's user avatar
  • 11
0 votes
1 answer
506 views

I need help to put the input fiel required. When a user click on Search, if the search field is empty, an error message should show in red. ```<template> <div class="slds-grid"> ...
Girbson BIJOU's user avatar
0 votes
0 answers
2k views

IN HTML <lightning-record-edit-form object-api-name="Lead"> <lightning-messages></lightning-messages> <lightning-input-field class="inputCmp" ...
Mentee's user avatar
  • 11
1 vote
0 answers
3k views

I have made my research, but couldn't find the answer. I have a Lightning App in Salesforce, I used LWC Js and Apex. In one part of the app the user can add a 'desk item' (by typing its name) and ...
Klosmi's user avatar
  • 11
0 votes
1 answer
2k views

I'm trying to create a Salesfroce lightning reservation app. In that app the selected User can select an item ('desk') from a picklist, then pick a date from a datepicker. When a user clicks on the ...
Klosmi's user avatar
  • 15
0 votes
1 answer
3k views

I have an LWC which acts as a ToolBox: a user selects a tool from the ToolBelt and then a WorkArea is populated with the business logic for that tool. Components involved: Parent: Wrapper.js Child 1: ...
T. Young's user avatar
  • 163
0 votes
2 answers
1k views

I have a custom Dashboard and a custom LWC and an Account record Page as shown below. https://i.sstatic.net/8JFeR.png On Dashboard tab, I have embedded the custom LWC and inside which I have added ...
Pravindra Singh's user avatar
-1 votes
2 answers
632 views

I have seen many examples of Promises but not able to understand meaning of "xyz(()=>{" in codes. Sometimes there are two equal signs in same line. Please help me understand. Also, along ...
beardsandlaughter's user avatar
0 votes
0 answers
702 views

Hi all first attempt at this aura with nested lwc sorry so may be (hopefully) a simple implementation error. I have a basic lwc component embedded in an aura component. I know the lwc serverside/apex ...
user1517566's user avatar
0 votes
2 answers
3k views

Hello I have created a LWC project in VS Code but the "SFDX: Deploy Source to Org" option is missing when I Right-click the default folder under force-app/main. I have authorized the org and ...
deep4code's user avatar
0 votes
1 answer
4k views

I am new to LWC. Kindly help me. I am trying to fetch value from controller class in LWC component. But every time I try to fetch value from controller class, it comes as undefined. Here is my code: ...
Parag Nandy's user avatar
0 votes
1 answer
827 views

I have built a single horizontal stacked bar chart using LwC with ChartJS version v2.8.0, Now I want to display the dataset labels like 'Completed','Waiting','In Progress' on bars below corresponding ...
Sagar 's user avatar
0 votes
2 answers
2k views

I am trying to make my header sticky with overriding css with "Top:0" it seems to be over written by something else. I did try !Important but nothing seems to help.
Ankita's user avatar
  • 1
0 votes
1 answer
815 views

I am trying to implement a progress bar indicator for APEX Jobs that are running in the background, however when I call the APEX method through the setInterval method, it is returning the same values ...
Himanshu Joshi's user avatar
0 votes
1 answer
4k views

I have built simple bar chart in salesforce using LwC with ChartJS version v2.8.0, so now I am trying to display the data values on each bars using chartjs-plugin-datalabels v1.0.0 plugins. I have ...
Sagar 's user avatar
1 vote
0 answers
1k views

I am trying to remove the 'hide' class from the anchor tags. But querySelector shows as null. I believe this is becuase the li elements are not in the DOM at the time of rendering hence it's showing ...
Fergoso's user avatar
  • 1,580
3 votes
1 answer
4k views

I can't to complete challenge "Get Hands-On with New Alert, Confirm, and Prompt Modules and Components". I'm pretty sure this challenge have a bug and I want to know I made a mistake or this ...
Vladyslav Palamarchuk's user avatar
1 vote
1 answer
6k views

I want to disabled a button on a lightning datatable based on a boolean field, I came to this solution: const columns = [ { label: 'Client', type:'button', typeAttributes: { ...
Alexia Ribeiro's user avatar
0 votes
1 answer
6k views

error PrescriptiveResolutionTool.cmp <aura:component implements="flexipage:availableForRecordHome,force:hasRecordId,lightning:isUrlAddressable" access="global" controller="...
parker_1947's user avatar
0 votes
1 answer
51 views

I'm rendering a table that represents (pretty much) the layout of a parking lot: The thing is, I want to rotate the grey cells containing the parking space number 90 degrees, to look like this: I ...
joacoiudica's user avatar
0 votes
2 answers
2k views

In console this.unselectedPlayerList.length is not shown, It will shown before using splice method. So I have doubt in splice method. export default class MakeYourTeamChild extends LightningElement { ...
Kapil Prajapat's user avatar
0 votes
1 answer
2k views

I am working on a datatable to create a user view and bring in permissionSetAssignments related to the user record page for each user by AssigneeId I am able to get the table to populate as if there ...
ForrestFairway's user avatar
1 vote
1 answer
825 views

I'm working on a Omni Scripts (Vlocity). I'm designing a screen flow where I have Asset Mgmt Quote, Tax, Doc Request, Sales, Pricing etc., screens. These screens are set by the record Id of the ...
Vicky Vignesh's user avatar
0 votes
0 answers
716 views

I am embedding a Salesforce screen flow in my web application using Lighting Out feature. It worked for very basic screen flow with 2 screens but when I used a complex screen flow it is showing me ...
Rohan Thakur's user avatar
0 votes
1 answer
3k views

I have two soql on same object but where condition is vary by single condition mentioned below, I need to combine both and make it as single soql, can someone help me how to do with below soql after ...
roshni T's user avatar
2 votes
2 answers
513 views

I have run into an accessibility requirement in building an LWC where the user must be able to use the keyboard to tab across tabs in a tabset (what a mouthful!). I have a lightning-tabset with three ...
jackb's user avatar
  • 35
3 votes
0 answers
556 views

I'm trying to write a unit test for my open source LWC but cannot complete the test as the createElement member from the LWC package no longer exists. I have been following the docs on lwc.dev but ...
callthecapital's user avatar
2 votes
1 answer
7k views

According to the Lightning Web Component documentation, https://developer.salesforce.com/docs/component-library/bundle/lightning-record-edit-form/documentation, you should be able to create an ...
TehNrd's user avatar
  • 397
0 votes
1 answer
1k views

{ label: 'Name', fieldName: 'Name', type:'button',initialWidth:200,typeAttributes: { label: {fieldName: 'Name'},class:"borderRemove" },sortable: true} //css class .borderRemove{ border:none; ...
Chirag Kansal's user avatar
0 votes
2 answers
536 views

I have a use case where I need to sort two different lots of values in the same go. Basically, I'm building a Lightning Web Component and need to display a list of records with these sorting ...
jackb's user avatar
  • 35
1 vote
1 answer
11k views

'cmp file' <aura:component > <aura:attribute name="aval" type="Integer"/> <aura:attribute name="bval" type="Integer"/> <...
Ndx's user avatar
  • 13
0 votes
1 answer
264 views

<template if:true={allFolderNames}> <template for:each={allFolderNames} for:item="fName"> <div key={fName}> <div class =&...
user106835's user avatar
0 votes
1 answer
3k views

I have a record view for which the id is from apex class and then wired it and assigned to a variable, but the record is not displaying. below is my code. apex class to get the record id of the record ...
koffyone's user avatar
  • 107
0 votes
1 answer
3k views

I have written simple logic to call the apex method at the time of initialization of page load and in return I have returned the boolean value from the apex but the Apex method is itself not getting ...
pavan kumar's user avatar
1 vote
1 answer
2k views

I was searching for answears but I couldn't find it. It might be a beginner question, anyhow I am stuck. What I am trying to write is a test in Apex. Basically the Apex code gets field names from one ...
Klosmi's user avatar
  • 15
1 vote
1 answer
989 views

I am having a dilemma of what kind of query shall I make Imagine that I'm inside a Details View of an object named Merchandise and of course, with the scope of LWC coding here, the recordID is focused ...
Suomynona's user avatar
  • 629
0 votes
1 answer
442 views

Been learning Salesforce for a month now and this is the first weird stuff I have encountered and not a single documentation was able to help me I have imported the wire from lwc properly But whenever ...
Suomynona's user avatar
  • 629
0 votes
1 answer
4k views

I have a LWC, there is a section which comprises of filters. Most of them are standard lightning-inputs, but two of them, are custom lookup components. The problem is, I can't find a way to make them ...
joacoiudica's user avatar
0 votes
1 answer
1k views

tempdata in consoleHi iam creating an lwc component for tree grid view i have get the data from my controller but it is not rendering into the user interface. My js code import { LightningElement, ...
Prasanna Kumar's user avatar

1 2 3
4
5
10