python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
I am building a WebApp that authenticates with salesforce using a connected app
I am building a WebApp that authenticates with salesforce using a connected app. Currently while developing my WebApp, I have created a connected app in developer edition and using those connected app...
Magnetism
Votes: 0
Answers: 0
How to document LWC Salesforce components public variables with JSDoc?
JSDoc skips my public LWC variables.
Here is an example:
/**
* SomePublicVarName mode - default is false.
*
* @type {boolean}
*/
@api
somePublicVarName = false;
If I...
Florian G
Votes: 0
Answers: 2
Restrict more then 2 contacts that saved on Account object
I want to build a trigger on contact, that accept check box. And In Account object it take 2 contacts that are active. when user assign 3rd active contact to the same account he/she will get error mes...
Abhijith Poojary
Votes: 0
Answers: 0