
Exam Dumps AP-209 Practice Free Latest Salesforce Practice Tests
AP-209 Exam Questions | Real AP-209 Practice Dumps
NEW QUESTION # 34
A customer doesn't want contractors to be considered in optimization runs.
How can a consultant implement this requirement?
- A. Create 'Extended Match' Work Rule and include it in the Scheduling Policy
- B. Create 'Match Field' Work Rule and include it in the Scheduling Policy
- C. Create 'Count Rule' Work Rule and include it in the Scheduling Policy
- D. Create 'Match Boolean' Work Rule and include it in the Scheduling Policy
Answer: D
Explanation:
To exclude a specific subset of resources from being scheduled by the optimization engine, you use a Hard Constraint Work Rule.
* Option D is correct. The Match Boolean Work Rule is designed to filter resources based on a checkbox (Boolean) field.
* You would create a custom checkbox on the Service Resource object (e.g., Is_Contractor__c).
* You configure the Match Boolean rule in the Scheduling Policy to enforce that Is_Contractor__c must be False.
* When optimization runs, any resource where Is_Contractor__c = True fails the rule and is completely ignored/excluded from the schedule calculation.
* Option A (Count Rule) limits volume, it doesn't exclude.
* Options B and C (Match Field/Extended Match) match properties between the Job and the Resource (e.
g., Skill or Location matching), which is not the same as a blanket exclusion of a resource type.
NEW QUESTION # 35
Green Energy Solutions would like to track their vehicles' availability, so that once a Work Order is created, both a Service Resource and a vehicle need to be assigned to the work, to ensure that the resource will use an available vehicle for the job.
How would a consultant recommend implementing this requirement?
- A. Set the vehicle as a 'Required Product'. Once the Work Order is created it will inherit the 'Required Product' and notify the resource that this vehicle needs to be used for the job
- B. Set the vehicle as a 'Required Product'. Once a resource is assigned to the work a 'vehicle' product will be consumed via the Field Service mobile App to indicate that this vehicle is being used
- C. Set the vehicle as a Service Resource, create a Work Order and two Service Appointments, one for the mobile worker and one for the vehicle, use 'Complex Work' with a dependency of type 'Same Start'
- D. Set the vehicle as a Service Resource, create a Work Order and two Service Appointments, one for the mobile worker and one for the vehicle, use 'Complex Work' with a dependency of type 'Immediately Follow'
Answer: C
Explanation:
The requirement is to schedule two distinct resources (a Human and a Vehicle) for the same job at the same time.
* Option C is correct.
* Vehicle as Service Resource:You must model the vehicle as a Service Resource (Type: Asset) to track its availability on the Gantt and prevent double-booking.
* Complex Work (Same Start):To ensure the vehicle and the technician are booked together, you use Complex Work dependencies. "Same Start" ensures that the vehicle appointment and the technician appointment are scheduled to begin simultaneously.
* Options A and Dare incorrect becauseProductsare not scheduled. Consuming a product does not check if the vehicle is available at that specific time, potentially leading to double-booking the van.
* Option Bis incorrect because "Immediately Follow" implies a sequence (Technician finishes -> Vehicle starts), which is not how a shared ride/equipment scenario works.
NEW QUESTION # 36
Universal Containers installers are required to complete a standardized quality checklist that includes data inputs as well as capturing some pictures of the completed installation.
How should a Field Service consultant set up the mobile experience for those installers?
- A. Leverage 'Work Plans' and a flow to launch from a 'Work Step'
- B. Give complete edit access to the mobile app so the installers have the flexibility to update what they need
- C. Create fields on the Service Appointment and create a Service Appointment 'Record Update' action for the quality check items and leverage 'Chatter' to post images
- D. Use 'Deep Linking' in order to achieve this requirement
Answer: A
Explanation:
This scenario describes a structured process with validation (Checklist + Data + Images).
* Option A is correct.Work Plansare the standard, modern feature for checklists in Salesforce Field Service. A Work Plan consists of "Work Steps." These steps can be linked to aFlow, which provides a user-friendly wizard to capture specific data inputs and upload images in a structured way.
* Option Bis the legacy method. Adding fields directly to the Service Appointment creates clutter and doesn't offer a step-by-step "Checklist" experience.
* Option Cis a security risk (too much access) and provides no process guidance.
* Option D(Deep Linking) is used to jumpoutof the app to another app, which is not needed here since SFS can handle flows natively.
NEW QUESTION # 37
Universal Container's object model uses a Work Order / Work Order Line Item (parent/child) relationship.
Several jobs will have required resources with special skills to execute.
How would an admin configure this?
- A. Configure 'Resource Preferences' in the Work Order Line Item object for the right technician and skills
- B. 'Resource Preferences' are not supported in 'Complex Work' configurations
- C. Use 'Resource Priority' and give higher grade to resources that have the required skills
- D. 'Resource Preferences' are not supported for Work Order Line Items out of the box. An admin should deploy a Work Order - parent / Work Order - child relationship
Answer: A
Explanation:
Resource Preferences are supported on Work Order Line Items, which makes the parent/child Work Order pattern fully usable for jobs that require specific resources with specialized skills.
* Option C is correct. Resource Preferences can be added directly to the Work Order Line Item, with type 'Required' or 'Preferred', referencing the Service Resource(s) qualified for the specialized work.
The scheduling engine respects those preferences when picking candidates for the WOLI's Service Appointment.
* Option A is incorrect because Resource Preferences are supported in Complex Work scenarios, including WOLI-based hierarchies.
* Option B is incorrect because Resource Priority ranks all resources globally; it doesn't target specific resources for a specific Work Order Line Item.
* Option D is incorrect because Resource Preferences are supported on WOLI out of the box and do not require redesigning the data model.
NEW QUESTION # 38
A customer provides services for a variety of products, and the capability for resources to perform services is often machine-specific. The customer explains that there are about 100 combinations of services and products that a single resource may support, and is concerned about performance.
Which configuration option should a consultant recommend?
- A. Configure skills for each combination of services and products that a resource may support
- B. Utilize an Extended Match Work Rule and custom table with records to represent each combination of services and products that a resource may support
- C. Configure an 'Extended Match' Work Rule to represent the services that resources perform. Utilize skills to filter resources by the vendors or products that they support
- D. Configure skills to represent the services that resources perform. Utilize the 'Extended Match' Work Rule to filter resources by the products that they support
Answer: D
Explanation:
This question addresses the limits of Skills (Work Rules) vs. Extended Match (Custom Criteria).
* Option B is correct.This offers the most efficient hybrid approach9.
* Skills:Use standard Skills for the "Service Type" (e.g., "Repair," "Install"). This is simple and low-volume.
* Extended Match:Use theExtended Match Work Ruleto handle the "Product" matching. Instead of creating thousands of skills (e.g., "Repair-ModelX," "Repair-ModelY"), you create a custom object or field logic that matches theAsset's Productto a list ofProducts Supportedon the Resource's record. Extended Match is designed exactly for this "Pattern Matching" without polluting the Skills table.
* Option Cis incorrect because creating a unique skill for everycombination(100+ per resource) leads to
"Skill Explosion." This bloats the data model and degrades optimization performance10.
NEW QUESTION # 39
A customer needs to cancel all appointments within a specific area due to climate changes that boosted a bushfire.
How should a consultant recommend implementing this requirement?
- A. Create a report for the appointments that are located in this area and use a data import tool to change the appointment's status to 'Canceled'
- B. Draw a polygon on the map for the bushfire area and use the bulk action to 'Unschedule' the appointments
- C. Create a custom list view for the appointments that should be cancelled, select the appointments and use the 'Unschedule' action
- D. Change the priority for the appointments to a low priority and run 'In-Day Optimization'
Answer: B
Explanation:
The Dispatcher Console Map is the most efficient tool for geographic mass actions.
* Option A is correct.Salesforce Field Service allows dispatchers to draw customMap Polygonsdirectly on the Gantt map. Once a polygon is drawn around the affected bushfire area, the dispatcher can right- click the polygon (or use the actions menu) to performMass Actionson all Service Appointments contained within that shape. "Unschedule," "Cancel," or "Flag" are standard bulk actions available in this context.
* Option B (Reports/Data Loader) is too slow for an emergency response.
* Option C (Optimization) would just move the appointments to later times, not cancel/unschedule them.
* Option D (List View) is difficult because defining a "bushfire area" using text filters (City, Zip) is often inaccurate compared to drawing the precise boundary on a map.
NEW QUESTION # 40
A customer provides services for a variety of products, and the capability for resources to perform services is often machine-specific. The customer explains that there are about 100 combinations of services and products that a single resource may support, and is concerned about performance.
Which configuration option should a consultant recommend?
- A. Configure skills for each combination of services and products that a resource may support
- B. Utilize an Extended Match Work Rule and custom table with records to represent each combination of services and products that a resource may support
- C. Configure an 'Extended Match' Work Rule to represent the services that resources perform. Utilize skills to filter resources by the vendors or products that they support
- D. Configure skills to represent the services that resources perform. Utilize the 'Extended Match' Work Rule to filter resources by the products that they support
Answer: D
Explanation:
This question addresses the limits of Skills (Work Rules) vs. Extended Match (Custom Criteria).
* Option B is correct. This offers the most efficient hybrid approach 9 .
* Skills: Use standard Skills for the "Service Type" (e.g., "Repair," "Install"). This is simple and low-volume.
* Extended Match: Use the Extended Match Work Rule to handle the "Product" matching.
Instead of creating thousands of skills (e.g., "Repair-ModelX," "Repair-ModelY"), you create a custom object or field logic that matches the Asset's Product to a list of Products Supported on the Resource's record. Extended Match is designed exactly for this "Pattern Matching" without polluting the Skills table.
* Option C is incorrect because creating a unique skill for every combination (100+ per resource) leads to "Skill Explosion." This bloats the data model and degrades optimization performance 10 .
NEW QUESTION # 41
A division of Green Energy Solutions has different work hours for each day, and the daily hours are inconsistent from one week to another (example: this Monday 9 am-4 pm, this Tuesday 8 am-6 pm, next Monday 8 am-3 pm, next Tuesday 9 am-2 pm). This creates a lot of overhead.
What can an administrator configure to add efficiencies into their scheduling process and mitigate administrative overhead?
- A. Create Operating Hours for all combinations and build a workflow to change the Service Territory Operating Hours every week
- B. Create Operating Hours that encompasses all the hours, then create non availabilities for the hours that are off on a given day
- C. Create Operating Hours with no availability, and use Shifts to define the daily changing availability
- D. Create a Service Territory with Operating Hours that encompasses all the hours, then create jobs for the specific hours needed to be covered
Answer: C
Explanation:
This addresses the "Shift vs. Operating Hours" architecture.
* Option B is correct.When a schedule hasno consistent weekly pattern, using standard Operating Hours (which repeat Mon-Sun indefinitely) is inefficient. The best practice is to assign the Service Territory Member (the resource) a "Shell" Operating Hours record that haszero time slots(No Availability).
* You then useShiftsto define the specific working times for specific dates (e.g., "Nov 1st: 9am-2pm").
* Because the base Operating Hours are empty, the Scheduling Engine looksonlyat the Shifts to determine availability. This avoids the conflict of having to "subtract" time from a standard day or constantly update the base record.
NEW QUESTION # 42
Universal Containers has family-friendly Scheduling Policies and wants to allow Service Resources to miss work for 'Family Time'. The Resource Absence functionality can be configured to meet this requirement.
Which three statements are true about Resource Absence? (Choose 3 options)
- A. Service Resources can view and manage their Absences from the Profile tab in the Field Service Mobile App
- B. For Resource Absences created from the SFS App to be considered for scheduling and optimization,
'Non-Availability' must be selected as the default record type - C. Only out-of-the-box 'Type' values are considered for optimization
- D. Dispatchers cannot view custom Resource Absence values in the Gantt
- E. Out-of-the-box Resource Absence 'Type' values include Vacation, Meeting, Training, and Medical
Answer: A,B,E
Explanation:
Resource Absence is a flexible object that supports custom values, but it has specific behavior on the SFS Mobile App and in the scheduling engine that admins must understand.
* Option B is correct. The SFS Mobile App creates Resource Absence records using the default record type. To ensure those absences are honored by Auto-Schedule and Global Optimization, the 'Non- Availability' record type must be the default - otherwise the engine ignores them.
* Option D is correct. The standard 'Type' picklist on Resource Absence includes Vacation, Meeting, Training, and Medical out of the box. Admins can add custom values, but these are the seeded options.
* Option E is correct. The SFS Mobile App's Profile tab includes an Absences section where Service Resources can view and create their own absences, which feeds directly into the Gantt and the optimizer.
* Option A is incorrect because custom Type values do show on the Gantt; absences appear as colored bars on the resource row regardless of the Type value used.
* Option C is incorrect because the optimizer considers all Resource Absence records with a Non- Availability record type, regardless of whether the Type value is standard or custom.
NEW QUESTION # 43
Which consideration should a consultant take when advising a customer on their Field Service Mobile App strategy, in a case where the Service Resources are named contractors who provide their own mobile devices?
- A. Contractor licenses do not include access to the Field Service Mobile App
- B. Set all records to private to ensure customer data confidentiality
- C. Field Service Mobile App is optimized for a handful of Android and iOS devices. Refer to 'Salesforce Help and Training' for the latest update
- D. Since all Service Resources are named contractors, 'Collect Service Resource Geolocation History' should be disabled
Answer: C
Explanation:
When dealing with a Bring Your Own Device (BYOD) strategy (common with contractors), device compatibility is the biggest technical hurdle.
* Option B is correct.Salesforce explicitly publishes a list ofsupported devices and operating systems (iOS and Android versions)6. Since the company does not own the phones, they cannot guarantee every contractor has a compatible device. The consultant must warn the client to check these specs against their contractors' hardware.
* Option Ais a policy decision, not a technical constraint. Youcantrack contractor location if they agree to it.
* Option Cis false; Contractor licenses (Community Plus)doinclude access to the Field Service Mobile App.
NEW QUESTION # 44
Universal Containers sells capital equipment that includes a 90-day warranty for repairs. They also offer a
'Preventative Maintenance Service Contract' for the purchase.
What data model and solution approach should a Field Service consultant recommend?
- A. Establish a new customer on-boarding administration role and have that Service Resource manually create the 'Asset' records and create custom checkbox fields to determine if the 'Asset' is under
'Warranty' and signed up for the 'Preventative Maintenance Service Contract' - B. Use 'Opportunity Products' that will create 'Assets' when the 'Opportunity' is 'Won' with automation.
That automation can also create a 'Warranty' record for the 90 day period. If a 'Preventative Maintenance Service Contract' is purchased, have an automation to create a 'Service Contract' record,
'Maintenance Plan' record, and 'Maintenance Asset' records - C. Create a custom object called 'Capital Equipment' and create these records from 'Opportunity Products' when an 'Opportunity' is 'Won'. That record will have a formula checkbox field if it is under 'Warranty'.
Create a 'Maintenance Plan' record if the customer signs up for a 'Preventative Maintenance Service Contract' - D. Set the 'Warranty' and 'Maintenance Plan' as related lists on the 'Account' Record. Create an Automation that will trigger the creation of 'Preventive Maintenance Service Appointments' based on the related 'Maintenance Plan' if a 'Warranty' record is added as well
Answer: B
Explanation:
This option follows the standard Salesforce Field Service data model and best practices for the "Lead-to-Cash- to-Service" lifecycle.
* Option C is correct.
* Assets:Standard automation (or CPQ) converts Opportunity Line Items intoAssetrecords.
* Warranties:StandardAsset WarrantyorEntitlementrecords track the 90-day coverage.
* Maintenance:If a recurring service contract is sold, the correct objects areService Contract(the agreement) andMaintenance Plan(the schedule/generation engine). The specific assets covered are linked viaMaintenance Assets.
* Option Ais manual and error-prone.
* Option Brecommends a custom object ("Capital Equipment") when the standardAssetobject exists specifically for this purpose.
* Option Dputs lists on the Account, losing the granularity ofwhich specific assetis covered.
NEW QUESTION # 45
A Customer is outsourcing some of the maintenance work to third-party contractors (named contractors, not capacity based). Unlike internal employees who have consistent working hours (Mon-Fri, 8 am-5 pm), contractors' working hours vary from day to day.
The internal employees' availability is set with Operating Hours, while the contractors' availability is set with Shifts on top of these Operating Hours. As a result, on days where the contractor's workday ends at 4 pm, for some reason the contractors still show up as valid candidates for a visit scheduled to end at 5 pm.
What should a consultant change to prevent such behavior?
- A. Set the contractors as a 'Capacity Based' resources and limit their working hours per day
- B. Instead of using Shifts, create multiple 'Operating Hours' records and assign each record to the contractor STM (Service Territory Member) and change on a daily basis
- C. Create an 'Operating Hours' record with no time slots and assign it to the contractors through the STM (Service Territory Member) record. That will override the Territory's regular 'Operating Hours' and the contractor's availability will be derived only from Shifts
- D. Change the current 'Operating Hours' assigned to everyone to end at 4 pm (instead of 5 pm) and set the
4 pm till 5 pm availability using Shifts
Answer: C
Explanation:
This issue arises because Salesforce Field Service calculates availability by combining Operating Hours AND Shifts. If a user has Operating Hours of 9-5, they are fundamentally "Available" during that time. A Shift is typically used to add or extend availability (or define it if using specific settings), but standard Operating Hours often take precedence as the "Base."
* Option A is correct.To have a resource's availability definedexclusivelyby variable Shifts, the best practice is to assign them a "Shell" or "Empty" Operating Hours record (one with zero time slots defined). With no base hours, the system looksonlyto the Shifts to determine when the resource is working. This ensures that if a Shift ends at 4 PM, the resource is truly unavailable at 5 PM.
* Option B is administratively impossible (you cannot automate changing the STM Operating Hours record lookup daily without complex custom code, and it's not a standard practice).
NEW QUESTION # 46
Which of the following objects have fieldsets that allow controlling how the data is displayed in the
'Dispatcher Console'? (Choose 3 options)
- A. Resource Absence
- B. Service Resource
- C. Service Appointment
- D. Assigned Resource
- E. Service Territory
Answer: A,B,C
Explanation:
The Dispatcher Console (Gantt) allows admins to customize which fields are visible in various panels and tooltips using standard Salesforce Field Sets.
* A is correct (Resource Absence):You can control what information appears when a dispatcher hovers over a non-availability block (e.g., "Sick Day," "Doctor's Appointment") by editing the field set on the Resource Absence object.
* B is correct (Service Appointment):This is the most heavily customized object. You can configure field sets to control the columns in the Appointment List, the text shown on the Gantt bar, and the fields in the tooltip (hover).
* C is correct (Service Resource):You can customize the resource list (left-hand side of the Gantt) to show fields like "Vehicle Type," "Skill Level," or "Phone Number" by editing the field set on the Service Resource object.
* Options D and E:Service Territory and Assigned Resource do not have direct field sets that control the Dispatcher Consolelayout in the same way the primary transactional objects do.
NEW QUESTION # 47
Universal Containers has many service centers across the country in which spare parts and other inventory items are stored. Every morning, technicians are required to arrive at the service center closest to their home and pick up inventory items based on their work assignments. At the end of the day, technicians travel back to the service center to return any unused or damaged parts (travel from home to the service center and from the service center back home is at the technicians' expense).
How should the admin configure the Service Territory Member address?
- A. Use the address of the first appointment of the day
- B. Use the address of the service center that the technician is assigned to
- C. Use the technician's home address
- D. Use the customer's address
Answer: B
Explanation:
The Service Territory Member (STM) address defines the Start Location and End Location for the resource's route calculation.
* Option C is correct.The requirement states that travelfromHometothe Center is "at the technician's expense" (i.e., off the clock). Therefore, the "Official Company Route" begins when they arrive at the Service Center.
* By setting the STM Address to theService Center, the optimization engine assumes the technician isat the Service Centerat the start of their shift.
* The engine will then calculate travel time for:Service Center -> Job 1.
* This matches the business requirement.
* Option A (Home Address):If you set Home, the engine calculates:Home -> Job 1(or Home -> Service Center). This would likely include the commute time in the daily schedule utilization, which contradicts the "at technician's expense" (off-clock) requirement.
NEW QUESTION # 48
Universal Containers would like to track Asset downtime.
What should a consultant recommend if a company wants to track Asset downtime?
- A. Use 'Asset Timelines'.
- B. Create a custom object to track.
- C. Use 'Asset Downtime Periods'.
- D. Create custom fields on the Asset record to track.
Answer: C
Explanation:
Salesforce Field Service provides a standard object specifically designed to track when an Asset is unavailable, so that availability and reliability KPIs can be reported accurately.
* Option D is correct. 'Asset Downtime Periods' is the standard out-of-the-box object that records when an Asset is down, including the start and end time and whether the downtime was planned or unplanned. These records are used to calculate Availability and Reliability metrics, and they integrate with maintenance and service contract reporting.
* Option A is incorrect because 'Asset Timelines' is a visualization tool that displays Asset history, not the data store that captures downtime.
* Options B and C are incorrect because a custom object or custom fields would duplicate functionality that Salesforce already provides natively, and would not integrate with the standard Availability
/Reliability calculations.
NEW QUESTION # 49
Universal Containers has a requirement that during the first month of working, junior Service Resources need to be escorted by a senior experienced employee who guides them on how to complete the job.
How would a consultant implement this requirement?
- A. Create a Work Order and Work Order Line Item (WOLI) as a child record, each WOLI with a Service Appointment, one Service Appointment that is assigned to the junior resource and the second is assigned to the senior resource
- B. Use 'Multi Stage Work' - clone the Service Appointment and create a dependency of type
'Immediately Followed' - C. Use 'Multi Stage Work' - clone the Service Appointment and create a dependency of type 'Same Start'
- D. Use Crews, model the two resources as members of a Crew and one Service Appointment assigned to the Crew
Answer: D
Explanation:
Service Crews are the Field Service feature designed for situations in which two or more resources must work together on the same Service Appointment, with one assignment representing the whole crew.
* Option A is correct. Modeling the senior and junior as members of a Crew, and assigning the Service Appointment to the Service Crew Resource, ensures they show up together for the same job and the same time slot. The crew composition can be updated as the junior gains experience.
* Option B is incorrect because two separate Service Appointments do not guarantee that both resources arrive at the same time on the same site, and they double-count the work for reporting.
* Options C and D are incorrect because Multi Stage Work is intended for sequential or simultaneous jobs that produce different outputs - not for two resources performing the same activity together.
Crews are the supported pattern for joint-execution work.
NEW QUESTION # 50
Universal Containers is currently using the 'Resource Efficiency' feature in Field Service. The estimated duration for a replacement job is one hour, and the efficiency setup is as follows:
X is an expert, 'Efficiency' = 2.00 Y is a technician, 'Efficiency' = 1.00 Z is a junior technician, 'Efficiency' =
0.50
What will be the calculated duration of the Service Appointment when assigned to the different Service Resources?
- A. Estimated duration for X = 30 min, Y = 60 min, Z = 90 min
- B. Estimated duration for X = 30 min, Y = 60 min, Z = 120 min
- C. Estimated duration for X = 60 min, Y = 60 min, Z = 60 min
- D. Estimated duration for X = 120 min, Y = 60 min, Z = 30 min
Answer: B
Explanation:
Resource Efficiency is a multiplier that adjusts how long a particular resource needs to complete a job:
duration = base duration / efficiency. An expert (efficiency > 1) takes less time, and a junior (efficiency < 1) takes more.
* Option B is correct. Applying the formula to a base 60-minute job: X = 60 / 2.00 = 30 minutes, Y = 60
/ 1.00 = 60 minutes, Z = 60 / 0.50 = 120 minutes.
* Option A is incorrect because 90 minutes for Z does not match the formula; 60 / 0.5 = 120, not 90.
* Option C is incorrect because it inverts the relationship - an expert takes less time, not more.
* Option D is incorrect because it ignores efficiency entirely.
NEW QUESTION # 51
Green Energy Solutions employs a field workforce and must ensure they have coverage to respond to emergencies, which may occur at any given time. GES' field service organization consists of several business units configured as Service Territories, of which a resource may support simultaneously.
Resources do not work in more than a single timezone at a given time, however, GES is looking for a solution to allow their resources to be available for emergency work in the off-hours, in all the territories that they may support.
Which solution should a consultant recommend?
- A. Create a shift for the Service Resource without a specified Service Territory, set the time slot type to
'Designated' and verify that the shift is contained in the Primary Territory membership dates - B. Service Resources cannot be assigned to more than one Service Territory
- C. Create a shift for the Service Resource without a specified Service Territory, use recordset filter criteria to apply to emergencies only, and verify that the shift is contained in the Primary Territory membership dates
- D. Create a shift for each Service Territory the Service Resource may belong to, set the time slot type to
'Designated' to apply to emergencies only, and verify that the shift is contained in the Primary Territory membership dates
Answer: A
Explanation:
This scenario requires managing availability for resources who work across multiple territories (Primary and Secondary memberships) specifically for "off-hours" emergencies.
* Option D is correctbecause Shifts in Salesforce Field Service allow you to define ad-hoc availability outside of standard Operating Hours. Crucially, if you create a Shiftwithout specifying a Service Territory, that availability applies to the resource'sPrimary Territoryby default. However, because the resource also holdsSecondary Territory Membershipsfor the other business units, the scheduling engine (specifically the "Match Territory" Work Rule) recognizes this availability as valid for those territories as well, provided the shift falls within the membership dates.
* Setting the Time Slot Type to'Designated'(or 'Extended') is the standard way to mark time for specific work types (like Emergencies) using Work Rules that filter on those time slot types.
* Option B is incorrect because creating a separate shift foreveryterritory is administrative overhead and unnecessary when a single non-territory-specific shift can cover the resource's availability across their memberships.
* Option A is factually incorrect; resources can have multiple territory memberships.
NEW QUESTION # 52
......
Verified AP-209 Exam Dumps Q&As - Provide AP-209 with Correct Answers: https://www.prepawaytest.com/Salesforce/AP-209-practice-exam-dumps.html
Pass Your AP-209 Dumps Free Latest Salesforce Practice Tests: https://drive.google.com/open?id=1Dj4-jf5nGazKM4uYzV6MsjcFuwr7UZ2w