Organizations often have a requirement to identify prospective companies that are not currently a customer, and this can be achieved in Salesforce CRM by storing the value Prospect as a type of account in the standard field called Type.
Adding a Lightning JavaScript Helper for account searching Composing an Apex Test Class
How to do it...
Carry out the following steps to develop a Lightning JavaScript Helper which is used for searching accounts, using the Salesforce Developer Console:
- Click on the Setup gear icon, as shown in the following screenshot:
The Setup gear icon is located in the top right-hand area of the main Home page.
- Click the Developer Console option, as shown in the following screenshot:
- In the...