Looking for reliable answers? Westonci.ca is the ultimate Q&A platform where experts share their knowledge on various topics. Experience the convenience of getting reliable answers to your questions from a vast network of knowledgeable experts. Our platform provides a seamless experience for finding reliable answers from a network of experienced professionals.

Which type of controller is best suited when you want all of the basic dml functions?

Sagot :

The ''Standard List/Set Controller'' type of controller is best suited when you want all of the basic DML functions from an object’s normal new/edit page and want to include multiple records.

You can construct Visualforce pages that can display or act on a set of records using the standard list controller. Almost all web apps have the core function of displaying a list of records. Using only markup and no back-end code, Visualforce makes it incredibly simple to display a list of records of the same type.

That is why standard List or set controller make all the editing easy and assessable. Set controller enables us to build list controllers that are either extensions of or similar to the pre-built Visualforce list controllers that Salesforce offers. This facilitates editing.

To learn more about DML function here

https://brainly.com/question/8442370

#SPJ4