John is the manager of the Stark Corporation. He needs to keep in track of the accounts that are active. Instead of going through the Accounts entity to view the active accounts, he wants the active accounts to be displayed as a table in the Sales Activity Dashboard.
Scenario 4
Resolving the scenario
The scenario can be solved by using a JavaScript file to retrieve the active account records and then dynamically create the table using these records.
The script file can then be used inside an HTML web resource to call the script function whenever the HTML page is loaded. This HTML web resource can then be attached to the Sales Activity Dashboard. In essence, as the Sales Activity Dashboard is loaded, the table containing the...