Tüm alıştırma soruları
1784 soru
A Salesforce administrator is configuring data quality controls and automation on a custom object. Which two automation or validation events execute BEFORE custom validation rules during the Salesforce record save order of execution? (Select two answers.)
Geçerli olan tümünü seçin
A company requires an automated process on the Case object. When a Case status is updated to 'Closed', all associated open Task records must have their status changed to 'Completed'. To maintain system efficiency and prevent reaching governor limits during bulk updates, which design pattern and element structure should be used in Flow Builder?
An administrator is creating an autolaunched flow to process a collection of Contract records associated with an Account whenever the Account tier is upgraded. The flow must update the Status field to 'In Review' on each associated Contract record and persist these changes back to Salesforce. Which design pattern should the administrator implement to ensure the flow executes efficiently without hitting governor limits?
An administrator is configuring automated record processing for a custom object that tracks Service Requests. When a record meets specified criteria, the business requires immediate automated actions to be executed using a Workflow Rule. Which TWO standard actions can be natively added to a Workflow Rule? (Select TWO)
Geçerli olan tümünü seçin
A Salesforce Administrator is building an autolaunched flow to update the status of multiple Account records. The flow iterates through a collection of records using a Loop element. What should the administrator do to perform the update while adhering to Salesforce governor limits and bulkification best practices?
A Salesforce Administrator is configuring data quality enforcement rules for different business scenarios across standard and custom objects. Match each business requirement with the validation rule formula snippet that correctly implements the required logic.
Soldaki öğeye tıklayın, sonra eşleşen sağdaki öğeye tıklayın
Öğeler
Eşleşmeler
An administrator is troubleshooting an Approval Process configured for a custom object named Project Request. Upon initial submission, an initial submission action is configured to lock the record. However, during testing, a sales manager who is assigned as the approver for Step 1 is still able to edit field values on the record while its status is 'Pending Approval'. System administrators wish to understand why this user can edit the locked record while non-approver submitters cannot. Which approval process configuration setting accounts for this behavior?
An administrator is configuring a multi-step approval process for custom Equipment Request records. Step 1 requires approval from the submitter's manager. Step 2 requires executive approval, but only when the requested amount exceeds 2,500 is approved in Step 1, which step entry criteria configuration ensures the record automatically completes the process as fully approved without routing to Step 2?
An administrator at CloudHorizon is designing automation for the custom object Partner_Tier_Review__c to fulfill two distinct business requirements:
1. Automatically calculate and set the Expiration_Notice_Date__c and Tier_Status__c fields on the triggering Partner_Tier_Review__c record whenever its status changes to 'Pending Approval', prior to committing the record to the database.
2. On the first day of every month at 1:00 AM, automatically evaluate all active Partner_Tier_Review__c records and generate a reminder Task record for partner account managers if the review status remains 'Pending Approval'.
Which TWO automation design choices should the administrator implement to fulfill these requirements efficiently? (Select 2)
Geçerli olan tümünü seçin
A Salesforce Administrator at an automotive fleet management company is creating an Opportunity report to evaluate vehicle leasing pipeline records. The leadership team requests the following report criteria:
1. Include deals with an Amount greater than $100,000 OR deals in the 'Negotiation/Review' stage.
2. Exclusively restrict results to accounts headquartered in 'California' or 'Texas', regardless of amount or stage.
3. Include only opportunities whose parent Account has at least one related Service Contract record.
The administrator creates three field filters:
- Filter 1: Amount > 100000
- Filter 2: Stage equals Negotiation/Review
- Filter 3: Billing State/Province equals California, Texas
Which TWO configuration steps must the administrator take to meet these business requirements?
Geçerli olan tümünü seçin
An administrator is reviewing the sequence of operations that occur when a record is saved in Salesforce. Place the following automation events and validation checks in the correct order of execution from earliest (first) to latest (last).
Öğeleri doğru sıraya koymak için sürükleyin
A Salesforce Administrator is designing a record-triggered flow on a custom Contract object that executes when a Contract status updates to Activated. The flow must process all associated child Contract Line Item records linked via a custom lookup relationship, calculate total values, and update fields on both the line items and the parent Contract record while strictly avoiding governor limit violations. Which two design choices should the administrator implement within Flow Builder?
Geçerli olan tümünü seçin
An administrator is designing an autolaunched flow to process renewal opportunities associated with an Account. The flow must retrieve all related opportunities, isolate open renewal opportunities, modify their target dates, and commit the changes to Salesforce while adhering to governor limit best practices. Arrange the following flow execution steps in the correct sequential order from first to last.
Öğeleri doğru sıraya koymak için sürükleyin
An organization wants to configure a Workflow Rule on the Account object to schedule a follow-up Task for the account owner 30 days after a VIP Account is marked as 'Active'. The administrator attempts to add a time-dependent workflow action, but the option to add time triggers is unavailable in the workflow rule setup. What is the most likely cause of this issue?
A financial services institution processes high volumes of custom Loan Application records daily. The architecture team requires an automated process to calculate and set a custom Risk Tier field directly on the Loan Application record whenever it is created or updated. To adhere to performance best practices and reduce database overhead, this field calculation on the triggering record must occur before the record is saved to the database, without initiating additional SQL DML statements or re-triggering save cycles.
Which declarative automation tool and configuration should the administrator select to fulfill this requirement?
A Salesforce Administrator is configuring a automated approval process for custom Discount Request records. Place the following stages of the approval process execution lifecycle in the correct chronological order from record submission to process completion.
Öğeleri doğru sıraya koymak için sürükleyin
Apex Financial Services requires a declarative automation strategy to optimize Case management operations. When a Case is created or updated, custom fields on that same Case record must be populated prior to saving to prevent extra DML operations and avoid re-triggering the Salesforce order of execution. Additionally, management needs to display a live aggregate count of related Compliance Audit records directly on the Case record, where Compliance Audit is linked to Case via a master-detail relationship. Which two declarative solutions should the administrator select to fulfill these requirements? (Select TWO)
Geçerli olan tümünü seçin
A Salesforce Administrator needs to build a daily Schedule-Triggered Flow that processes expired Subscription custom records and updates their parent Account records with the aggregated renewal values. The Subscription object is related to Account via a Lookup relationship. Which design approach using Flow Builder elements accurately satisfies this requirement while respecting governor limits?
An administrator is tasked with enforcing data quality standards on a custom object named Partner_Application__c. Business policy requires that whenever the Tier__c picklist field is set to either 'Gold' or 'Platinum', the Tax_Identification_Number__c custom text field must not be left blank. Which validation rule formula correctly enforces this requirement to prevent saving non-compliant records?
An organization relies on several automation and data quality features on the Case object. A Salesforce administrator has configured both a custom validation rule and a before-save record-triggered flow on the Case object. When a user updates and saves a Case record, which sequence describes the correct order of execution?