MultipleChoice
A developer is asked to explore if this automation can be implemented without writing any Apex code.
Which statement is true regarding this automation request?
OptionsMultipleChoice
A large corporation stones Orders and Line Items In Salesforce for different lines of business. Users are a.. see Orders across the entire organization, but, for security purposes, should only be able to see the Line If Orders in their line of business.
Which type of relationship should be used between Line Items and Orders?
OptionsMultipleChoice
Universal Containers has created a unique process for tracking container repairs. A custom field, status__c, has been created within the container__c custom object. A developer is tasked with sending notifications to multiple external systems every time the value of the status__picklist changes.
Which two tools should the developer use to meet the business requirement and ensure low maintenance of the solution?
Choose 2 answers
OptionsMultipleChoice
An Approval Process is defined In the Expense__item__c object. A business rule dictates that whenever a ... clients the Status to Submitted on an Expense_Item__c record related to the expense report must enter the approval process individually.
A developers asked to explore if this automation can be implemented without writing any Apex code.
Which statement is true regarding this automation request?
OptionsMultipleChoice
Which process automation should be used to post a message to Chatter without using Apex code?
OptionsMultipleChoice
A developer needs to create a custom button for the Account object that, when clicked, will perform a series of calculations and redirect the user to a custom Visualforce page. The developer wants to ensure the Visualforce page matches the Lightning Experience user interface.
What attribute needs to be defined within the
MultipleChoice
While writing an Apex class, a developer wants to make sure that all functionality being developed is handled as specified by the requirements.
Which approach should the developer use to be sure that the Apex class is working according to specifications?
OptionsMultipleChoice
Universal Containers (UC) uses a custom object called Vendor. The Vendor custom object has a master-detail relationship with the standard Account object.
Based on some internal discussions, the UC administrator tried to change the master-detail relationship to a lookup relationship, but was not able to do so.
What is a possible reason that this change was not permitted?
OptionsMultipleChoice
A developer needs to include a visualforce page in the detail section of a page layout for the account object, but does not see the page as an available option in the page layout editorwhich attribute must the developer include in the
MultipleChoice
Which three statements are true regarding the @istest annotation? Choose 3 answers
Options