Tag: Ajax Toolkit
-
Create and update records using Javascript button in Salesforce- Ajax Toolkit
On this blog we have already seen “how to use Ajax Toolkit to mass update records” without writing any Apex code. In this article as well, we will use Ajax Toolkit to add custom button in Account page layout and update record. There are endless possibilities and use-cases where this approach can be very useful…
-
Apex Interview Question – Salesforce – Part 16
151. Give Sample Code Snippet of Apex that that will show that how Parent and Child record can be inserted in Single Statement ? Ans : It can be done with help of External Id. 152 . Which SOQL statement can be used to get all records even from recycle bin or Achieved Activities? Ans…