Which three statements are accurate about debug logs? Choose 3 answers

Which three statements are accurate about debug logs? Choose 3 answersA . Amount of information logged in the debug log can be controlled programmatically.B . Debug Log levels are cumulative, where FINE lop level includes all events logged at the DEBUG, INFO, WARN, and ERROR levels.C . Amount of information...

June 10, 2022 2 Comments READ MORE +

How can the developer resolve the error?

A developer receives an error when trying to call a global server-side method using the ©remoteAction decorator. How can the developer resolve the error?A . Change the function signature to be private static.B . Add static to the server-side method signature.C . A Decorate the server-side method with (static=true).D ....

June 10, 2022 No Comments READ MORE +

In this implementation scenario, which artifact is part of the Controller according to the MVC architecture?

A developer creates a Lightning web component that imports a method within an Apex class. When a Validate button is pressed, the method runs to execute complex validations. In this implementation scenario, which artifact is part of the Controller according to the MVC architecture?A . HTML fileB . JavaScript fileC...

June 9, 2022 No Comments READ MORE +

A developer must build application that tracks which Accounts have purchase specific pieces of equal products. Each Account could purchase many pieces of equipment.

A developer must build application that tracks which Accounts have purchase specific pieces of equal products. Each Account could purchase many pieces of equipment. How should the developer track that an Account has purchased a piece of equipment.A . Use the Asset object.B . Use a Custom object.C . Use...

June 9, 2022 No Comments READ MORE +