Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
108 views

I have a Screen flow that is used in an LWC component in a community page The screen flow has some radio button fields. The language used is right to left. The problem is that the labels are not ...
Barry Einhorn's user avatar
0 votes
0 answers
127 views

Error i get is - sending credit card numbers directly to the stripe api is generally unsafe. I need to insert a card to a user and return payment method id. In stripe there is a option to fix this in ...
Isara Didulantha's user avatar
0 votes
0 answers
212 views

Error is stripe.createPaymentMethod is not working in lwc? This method renderedCallback to load Stripe js from static resources in salesforce. async renderedCallback() { if (this.stripeJsLoaded) { ...
isara didulantha's user avatar
0 votes
1 answer
42 views

I have following code that display advisors information with image or with name initials. This code is working fine with desktop mobile tablet, but I am having problem to align these cards inline for ...
shanjay's user avatar
  • 11
0 votes
1 answer
1k views

I am unable to convert a PDF file to uint8, which I get as a response to an API request. When printing out the response in the console, it has this form: %PDF-1.4 %���� 1 0 obj <</CreationDate(D:...
Domovyak's user avatar
1 vote
0 answers
222 views

I am generating a pdf with Puppeteer. When the generated pdf is more than one page, the second page's background color stops where the last div stops. I would like the background color to go to all ...
fatjojo's user avatar
  • 37
0 votes
1 answer
2k views

I am trying to fetch the Id of the record when user clicks on edit, this is little different out of box implementation rather than regular edit functionality in lightning datatable. Using custom ...
getty's user avatar
  • 1
0 votes
0 answers
1k views

I have requirement to show edit and delete button in single row rather than two different rows in lightning datatable of lwc. Currently it is displaying as shown below Instead of this want to display ...
getty's user avatar
  • 1
0 votes
1 answer
444 views

I have a lwc with button "Send" using onclick={sendSMS} in the html. The sendSMS function does not fire. Here is the HTML: <template> <template if:true={properties.showName}> ...
Øyvind's user avatar
0 votes
1 answer
1k views

I have created a custom object and fields. and trying to create a record using LWC in Salesforce. Here is my JS code: import { LightningElement, wire } from 'lwc'; import { getObjectInfo, ...
Ayush Mishra's user avatar
0 votes
1 answer
454 views

Hello I am learning salesforce and the documentation is sometimes vague for lwc. I am coming from svelte / react and I want to console log the value of a variable being passed down from parent to ...
lache's user avatar
  • 850
0 votes
1 answer
2k views

I created a simple apex class but its not allowing me deploy it from vs code. It is giving me "Not available for deploy for this organization". I thought this was strange bc I am able to ...
Keegz's user avatar
  • 17
0 votes
2 answers
206 views

When I am trying to use the below code & dynamically pass the value to render the bar it does not show the svg with color : below is the code for refrence <template> <label> &...
RT_SFDC's user avatar
  • 11
0 votes
0 answers
302 views

I am trying to load a view from a premium plugin on a click of a button in my LWC but when I do so I get an exception "Error: The FullCalendar view "resourceTimeGridDay" does not exist. ...
Rishabh Sharma's user avatar
0 votes
1 answer
434 views

(https://i.sstatic.net/xEn77.png) i am facing push code to salesforce org(lwc session push or deploy code command does not fire) error show me component failure invalid version to package.xml error ...
Nik Rao's user avatar
0 votes
0 answers
2k views

With record-edit form i'm using Lightning-input instead of lightning-input-field(for validation and other purpose) <lightning-record-edit-form record-id={recordId} object-api-name={objectName} >...
Dusk123's user avatar
0 votes
2 answers
439 views

I want to display array of objects in 2 columns in a table. what is the easiest method to display the list as two columns? const columns = [ { subHeading: "A", subText: [&...
SFDC Salesforce's user avatar
0 votes
2 answers
743 views

I'm quite new to B2B LWR, but I'm not new to web development in general. I'm trying to understand what is the best way to have like a global.css (general css styles) and then particular css styles at ...
Zburu Tech's user avatar
0 votes
1 answer
689 views

Let's say manager_a has permission to view the account of payee_a, so manager_a logs in to payee_a, inside I have my LWC app, I can able to get the payee_a's email id using import userEmailFIELD from &...
R_M_R's user avatar
  • 63
1 vote
0 answers
313 views

I wanted to reach out because I've been working on utilizing the Three.js library alongside LWC to showcase 3D renders (in formats like .fbx or .glb). However, I'm encountering some issues with the ...
THE Ramy 's user avatar
1 vote
1 answer
6k views

I have a project with the following requirements: Must work on a Salesforce Community Page (currently testing in a Lightning Home Page). Must display a list of fields from related records. There is ...
rmoody's user avatar
  • 13
-1 votes
1 answer
245 views

**This is An Apex Class Calling From Parent JS. public with sharing class accountProvider { @AuraEnabled public static List<Contact> searchContact(Account objAcc){ Id accId = [select Id,...
Tribhuvan Ade's user avatar
0 votes
1 answer
317 views

I have created a Gantt chart using bryntum library, it's a very good library so far, all although there are many topics that I am not able to understand from their official documentation, Like I have ...
Jon Snow's user avatar
1 vote
1 answer
2k views

I am trying to change the header color of the card and also there is line after the data table how to get rid of that line. Is it the border of data table. I want to get this result Is it the ...
Hasan Zubairi's user avatar
0 votes
1 answer
975 views

This is my variable textVal==>{"Basin":["Atlantic"],"Storm Name":["ALEX","BONNIE","COLIN","DANIELLE","EARL","...
satheesh's user avatar
0 votes
1 answer
773 views

I created LWC Button and when click on button if record has ParentId the it will fetch the dtails other wise it will not fetch any details. I am unable to get Id of record in console and LWC `import { ...
Sfdc_123's user avatar
0 votes
1 answer
121 views

I need to retrieve all the objects related to an account in salesforce and then export them with a button to an excel file with multiple sheets. Is there a way to do this in apex or lwc or whatever? I'...
UserSB's user avatar
  • 1
0 votes
1 answer
938 views

I am using below code for lightning-combobox in lwc HTML file <lightning-combobox value={value} label={labelWonLostReason} onchange={handleWonLostRegionChange} options={...
unflagged.destination's user avatar
1 vote
0 answers
2k views

mobile When I try to change size the field using styles etc. visually everything is fine, but only the first part of the field is active. This problem occurs only on the mobile version and with the ...
Adrian Lolans's user avatar
1 vote
1 answer
4k views

I am displaying records in html template using LWC in salesforce. My columns containing depended fields like country , state and city. When I am modifying displayed data by changing country, then I ...
Mr.DevEng's user avatar
  • 1,688
-1 votes
1 answer
6k views

I'm not a developer and I'm trying to get chatGPT to write me a Lightning Web Component (LWC) on Salesforce. I've managed to get a few things done, but I'm stuck on a problem that I can't seem to ...
Malo Lesegretain's user avatar
2 votes
1 answer
1k views

We are trying to implement field dependency in custom picklist field type with LWC. For this I created one LWC component to define custom lightning datatable. And I am using custom picklist fields ...
Mr.DevEng's user avatar
  • 1,688
0 votes
1 answer
3k views

LWC component Date Field should not change if validation fails onchange event. I have an LWC component lightning-record-edit-form with startDate and EndDate input fields. Start date is always ...
S.Sujendran's user avatar
0 votes
2 answers
6k views

I created a LWC which works ok. I created this LWC so that I can use it as a Quick Action. Because LWC can not be used in quick actions for Work Order object, I had to put the LWC in a aura component ...
afzaaldeveloper1's user avatar
0 votes
1 answer
237 views

I have a JSON object. [ { "label": "Lauren Boyle", "name": "Lauren Boyle", "expanded": true, "items": [ { &...
bnthsrikanth's user avatar
3 votes
1 answer
1k views

I successfully implemented Custom Picklist field functionality using Salesforce LWC. All values from picklist are loading properly in drop down. But when trying to save records after drop down change, ...
Mr.DevEng's user avatar
  • 1,688
0 votes
1 answer
541 views

I am trying to implement "Create an Email as a Quick Action" using below: https://developer.salesforce.com/docs/component-library/documentation/en/lwc/lwc.use_quick_actions_email https://www....
Anudeep Revuru's user avatar
0 votes
2 answers
2k views

I want the 'id' variable between 'Contact' and 'view', how should i do it to make it accessible dynamically? Any simple solution that works? var id = 0x323214343; <a href="https://develop....
Pixel's user avatar
  • 79
0 votes
1 answer
282 views

I'm currently studying for my first superbadge, and it's been quite an adventure so far! However, I've hit a roadblock on the second task (Automate record creation) and could really use some ...
Rafael Moraes's user avatar
0 votes
1 answer
1k views

I'm unable to populate the Account.Name lookup value in a data table. Although its visible in console but not on the data table.
John jonny's user avatar
0 votes
1 answer
3k views

I'm having a list of records which isn't related to any custom or standard object I need to pass it to Flow. how to pass the list of records from LWC to flow using in js-meta.xml and also help me what ...
satheesh's user avatar
1 vote
1 answer
881 views

I have implemented a promise using the ui/RecordApi to update a record in Salesforce. Strangely that promise never resolves or rejects or even enters finally. Below is a sample code for this. Please ...
user1800524's user avatar
2 votes
0 answers
420 views

I have created a LWC component that loads a third party library from a static resource. Here's an example of the library: window.myLib = (function() { return { myFunction: function(a, b) { ...
James Ridge's user avatar
1 vote
0 answers
3k views

Within a component of a child component that I'm trying to develop, a list containing records to be modified in a datatable is passed to me by a parent component. However, one field of this datatable ...
Charlie Lomello's user avatar
0 votes
1 answer
3k views

Dropdown options for the lightning combobox are not getting displayed on UI. All values are getting fetched through the standard method getPicklistValuesByRecordType in the Js file of LWC component. ...
RUCHITA SHARMA's user avatar
0 votes
0 answers
660 views

Trying to display datalabels on the a pie chart using chartjs library in LWC. Tried both version pairs for chartjs and chartjs datalabel plugins libraries (V4.2.1- chartjs & V2.2.0 - chartjs-...
Dhivya Swaminathan's user avatar
0 votes
1 answer
169 views

I have a SVG file with some text content, this file is inside static resources. OnClick of that text i need to call a JS function from the LWC. This works fine in salesforce org but for community tag ...
harshal jadhav's user avatar
-2 votes
1 answer
47 views

formatPopupBodyText(serverPayload) { let result = this.formatBusinessHoursText(serverPayload); if (serverPayload.PhoneNumbers__c != null && getCurrentCountryCode() === 'IN' && (...
Harprit Kaur's user avatar
0 votes
1 answer
143 views

When i running Jest test for LWC in azure pipelines i got strange error Cannot find module 'c/myComponent' from 'force-app/main/default/lwc/myComponent/__tests__/myComponent.test.js' 1 | import { ...
Cezu's user avatar
  • 92
0 votes
1 answer
622 views

I'm developing the salesforce app using salesforce LWC components, I have requirement where I should process the salesforce data from an external system, for this I'm sending the data to the external ...
R_M_R's user avatar
  • 63

1
2
3 4 5
10