Question 141
Where can the custom roll-up summary fields be created using Standard Object relationships (Choose 3)
Question 142
Which code block returns the ListView of an Account object usingthe following debug statement?
system.debug(controller.getListViewOptions() );
system.debug(controller.getListViewOptions() );
Question 143
The operation manager at a construction company uses a custom object called Machinery to manage the usage and maintenance of its cranes and other machinery. The manager wants to be able to assign machinery to different constructions jobs, and track the dates and costs associated with each job. More than one piece of machinery can be assigned to one construction job.
What should a developer do to meet these requirements?
What should a developer do to meet these requirements?
Question 144
Which three resources in a Lightning Component Bundle can contain JavaScript functions? Choose 3
Question 145
A software company uses the following objects and relationships:
* Case: to handle customer support issues
* Defect_c: a custom object to represent known issues with the company's software
* case_Defect__c: a junction object between Case and Defector to represent that a defect Is a customer issue What should be done to share a specific Case-Defect_c record with a user?
* Case: to handle customer support issues
* Defect_c: a custom object to represent known issues with the company's software
* case_Defect__c: a junction object between Case and Defector to represent that a defect Is a customer issue What should be done to share a specific Case-Defect_c record with a user?
