Tüm alıştırma soruları
1784 soru
An administrator needs to build an autolaunched flow that processes a list of active Subscription records associated with an Account when its tier is updated. The flow retrieves the related records into a Record Collection Variable and needs to modify the renewal date field on each record in the collection. Which design pattern should the administrator implement to perform this data manipulation while strictly adhering to Salesforce governor limits?
A Salesforce administrator needs to implement automation on the custom object Order_Line_Item__c to fulfill two business requirements:
1. Whenever an Order_Line_Item__c record is created or updated and its Discount_Percent__c field is changed, the flow must calculate and populate Discounted_Price__c on the triggering record before it is committed to the database.
2. When Fulfillment_Status__c is changed to 'Backordered', the automation must create a follow-up Task record for the warehouse team and perform an external REST API callout to notify a vendor system.
Which combination of flow types and trigger configurations represents the optimal architecture to fulfill these requirements while following Salesforce performance and governor limit best practices?
A Salesforce Administrator is configuring a Workflow Rule on the Case object that includes an immediate Field Update, an immediate Email Alert, and a time-dependent Task. Arrange the steps in the correct order in which Salesforce evaluates and processes these workflow actions when a Case record is saved and meets the rule criteria.
Öğeleri doğru sıraya koymak için sürükleyin
An administrator is configuring a flow to update the status of multiple Lead records. Which design pattern should the administrator use to perform the record updates while adhering to Salesforce governor limit best practices?
An administrator at an executive wealth management firm is configuring activity management. The team needs to record client consultation events attended by multiple client contacts and distribute follow-up tasks to all members of a public group. Which two statements describe Salesforce standard behavior for these activity management requirements? (Select 2)
Geçerli olan tümünü seçin
A system administrator is building data validation rules for a custom object named Expense_Report__c. The business requirement states that when an expense report status is updated to 'Submitted', the 'Reimbursement_Account_Number__c' field must not be left blank, and validation must evaluate correctly even if field values are modified during record updates. Which TWO validation rule configuration principles or formula functions must the administrator implement to satisfy this logic and ensure robust data quality enforcement?
Geçerli olan tümünü seçin
A Salesforce Administrator at a pharmaceutical distribution company is creating a custom Account report for the customer success team. The management team requires the report to meet two specific operational criteria:
1. Only display Accounts that have related support Cases with a Priority of 'High' or 'Critical' that are currently Open.
2. Categorize Accounts into three revenue tiers ('Tier 1', 'Tier 2', and 'Tier 3') based on their Annual Revenue ranges directly within the report, without creating any custom fields on the Account object.
Which TWO configuration actions should the administrator perform in the Report Builder to fulfill these business requirements?
Geçerli olan tümünü seçin
A Salesforce Administrator needs to design a record-triggered flow that executes when an Opportunity status updates to 'Closed Won'. The flow must iterate through all associated Opportunity Line Item records, set a custom checkbox field `Renewal_Ready__c` to true, and commit the updates to the database while adhering to bulkification best practices. In what sequential order should the administrator configure the Flow Builder elements?
Öğeleri doğru sıraya koymak için sürükleyin
A Salesforce Administrator is setting up an Approval Process for a custom object named Capital Expenditure Request. The business process requires that as soon as a user submits a record for evaluation, the custom Status field must automatically change to 'Submitted' and the record must be locked from editing by non-administrator users. Which configuration settings in the Approval Process satisfy these requirements?
A Salesforce Administrator is configuring a scheduled flow to process thousands of closed Case records nightly. For each processed record, the flow must update a summary field on the parent Account and create a custom Case_Audit__c record to store historical tracking details. Which two flow design choices ensure the flow processes records efficiently without exceeding governor limits?
Geçerli olan tümünü seçin
An administrator is evaluating declarative automation options to implement business logic while adhering to current Salesforce architectural guidelines. Which TWO declarative automation solutions follow Salesforce recommended best practices? Select 2 options.
Geçerli olan tümünü seçin
A system administrator at an enterprise software firm is configuring automated renewal reminders for the custom object Asset Warranty. The business requirement dictates that an automated email alert must be sent to the Warranty Manager 14 days before a warranty expires. While configuring the Workflow Rule on Asset Warranty, the administrator notices that the 'Add Time Trigger' button is disabled and unavailable. Which evaluation criteria selection on the Workflow Rule is causing this feature to be restricted?
An administrator at CloudScale Enterprise is designing an automation strategy for the custom object Patient_Onboarding_Case__c when a record status changes to 'Pending Inspection'. The automation must meet two distinct requirements:
1. Automatically calculate and set the Internal_Priority_Score__c and Audit_Status__c fields on the triggering Patient_Onboarding_Case__c record without incurring additional DML database write transactions.
2. Automatically create a child Compliance_Audit__c record and dispatch an automated email alert to the risk management team after the case changes take effect.
Which two flow trigger design choices should the administrator implement to meet these requirements efficiently while adhering to Salesforce performance best practices? (Select two.)
Geçerli olan tümünü seçin
Cloud Dynamics requires an automated mechanism to continuously recalculate a custom priority score field on a Work Order record whenever specific operational status fields on that same record are modified. The requirement explicitly specifies that the field update must take place prior to writing the record to the database, eliminating unnecessary extra database DML operations and avoiding triggering additional post-save execution events. Which declarative automation solution fulfills these technical criteria?
A System Administrator is creating a record-triggered flow to process changes across related records. Which two practices should the administrator follow when manipulating data and managing resources inside a loop? (Select 2 answers)
Geçerli olan tümünü seçin
An administrator needs to enforce a data quality requirement on the Case object. Whenever a Case record status is set to 'Closed', the Resolution_Notes__c custom text field must not be left blank. Which validation rule formula correctly enforces this requirement?
An organization requires an automated approval process for custom Purchase Order records exceeding $50,000. When a user submits a Purchase Order, specific automated actions must trigger immediately upon entry into the process. Which two action types can be configured directly as Initial Submission Actions within a Salesforce Approval Process? (Select 2 options)
Geçerli olan tümünü seçin
A Salesforce Administrator at a solar power installation company is building an Opportunity report for executive leadership. The leadership team requires the report to evaluate deals that are successfully closed, and are either valued above $100,000 or originated from a Partner Referral. Additionally, all qualifying records must belong to accounts located within the United States.
The administrator creates the following report field filters:
1. Stage equals Closed Won
2. Amount greater than 100,000
3. Lead Source equals Partner Referral
4. Account Billing Country equals US, USA
Which filter logic configuration satisfies the business requirements?
An administrator is setting up automation on the Opportunity object. A before-save record-triggered flow is configured to automatically update a field value, while a custom validation rule is also enabled on the object to check for required inputs upon saving. When a record is updated and saved, which of the following executes first according to the Salesforce order of execution?
An enterprise administrator is optimizing automation performance for a high-volume custom object named Asset_Maintenance_Log__c. The business requirement specifies that whenever an Asset_Maintenance_Log__c record is created with a status of 'Critical', the system must automatically populate the Priority_Code__c field to 'P1-Immediate' and compute an SLA deadline field directly on the triggering record prior to committing the record to the database. The solution must execute with maximum efficiency without incurring extra DML transactions or triggering secondary order-of-execution save cycles. Which flow trigger configuration best fulfills these requirements?