Questions tagged [salesforce-lightning]

Salesforce Lightning includes Lightning Experience, Lightning Design System, Lightning App Builder, Lightning Components and Design System React. These enable anyone to quickly and easily create modern enterprise apps on Salesforce.

1279 questions
15
votes
6 answers

Salesforce Integration INVALID_SESSION_ID using Postman

When hitting https://login.salesforce.com/services/oauth2/token, using Postman. POST https://login.salesforce.com/services/oauth2/token Response: I receive a token, but when I try to do something as simple as GET /limits, GET…
j_quelly
  • 1,399
  • 4
  • 16
  • 37
14
votes
4 answers

How to get Proxy object content?

I am working with lightning web component and apex class. This is new for me. I am trying to get the content of a Proxy object generated by an Apex class. But when I console log it I have a result like this : Proxy { : {}, : {…}…
6
votes
3 answers

The requested resource does not exist [error] in Salesforce. What is wrong with Salesforce?

I execute a SOQL request to get all available record ids of the SObject 'ObjectPermissions'. Then I use the request to GET /services/data/v48.0/sobjects/ObjectPermissions/{id} to fetch all the necessary info for a specific record. As you can see…
Pavlo Mykhailyshyn
  • 203
  • 1
  • 6
  • 20
6
votes
2 answers

How to apply some simple styles to tds of "datatable" of lightning web component in playground?

Working in playground of lightning web components. I have following files and code: basic.html