A blog containing Salesforce coding examples in detail.It's a place where you can find solutions to the problems that you may face in your daily salesforce coding. Apex classes,visual force page,we services,Integration,plugins,extensions,Lightning web components,Aura components,Email Messages,Sales cloud,service Cloud,Marketing Cloud.
Amazon Affliate Link: https://amzn.to/43zNb70
Play Games
▼
Tuesday, December 1, 2015
SOQL query in On Click Javascript Salesforce
Code:
{!REQUIRESCRIPT("/soap/ajax/20.0/connection.js")}
var qr =
sforce.connection.query('SELECT Id,name FROM Account WHERE Id = \'{!Account.Id}\'');
var rec = qr.getArray('records');
No comments:
Post a Comment