Question 106
Universal container wants a list button to display a visualforce page that allows users to edit multiple records which visualforce feature supports this requirement.
Question 107
What is the data type returned by the following SOSL search? {FIND 'Acme*' in name fields returning account,opportunity};
Question 108
A developer created a lightning component name accountList.cmp that display a list of Accounts. Client-side logic that is executed when a user hovers over an account in the list should be stored in which bundle member?
Question 109
Account acct = {SELECT Id from Account limit 1}; Given the code above, how can a developer get the type of object from acct?
Question 110
A developer needs to provide a way to mass edit,update, and delete records from a list view in which two ways can this be accomlpished? choose 2 answers
