Skip to main content

Questions tagged [component]

0 votes
0 answers
55 views

Some parts of the API's are requesting CSRF Token for security purposes. How can I access it from a lightning web component? "@salesforce/user" only exposes Id and isGuest. I can see that in ...
Eren Kara's user avatar
0 votes
1 answer
54 views

I've created a custom data type datatable and when I'm trying to align all the columns, the lightning-combobox comlumn has a div that doesn't let the picklist stay entirely at the top of the column. I'...
Michellao's user avatar
0 votes
0 answers
57 views

I have put a Lightning component inside a VisualForce page and put that page in a tab in a classic app. (Add a new tab to the Service app containing a LWC component) This is working fine and I can't ...
SamPerron's user avatar
0 votes
1 answer
314 views

This is my code but I have the Error // DynamicRelatedContactListController.apxc public with sharing class DynamicRelatedContactListController { @AuraEnabled public static List<Contact> ...
Emin's user avatar
  • 1
-2 votes
1 answer
116 views

public with sharing class ContactController { @AuraEnabled(cacheable=true) public static List<Contact> getContact(String accId){ try { return [Select AccountId,Id,...
Adarsh Singh's user avatar
0 votes
1 answer
370 views

Is there a way to embed an Aura Managed component inside an LWC? The reason is that the aura component shows me which image is currently selected, and I can get the "src" by querying the ...
Brian23Gt's user avatar
  • 141
0 votes
1 answer
563 views

I'm trying to pass the information of my table after click on add button, the component should pass the value of each cell in the selected row to a child component that is a table true. i'm actually ...
juan pablo correa's user avatar
-1 votes
1 answer
30 views

I am getting field integrity exception while saving the below code
user127875's user avatar

15 30 50 per page
1
2 3 4 5
8