Pass4Future also provide interactive practice exam software for preparing Salesforce Advanced Field Service Accredited Professional (AP-209) Exam effectively. You are welcome to explore sample free Salesforce AP-209 Exam questions below and also try Salesforce AP-209 Exam practice test software.
Do you know that you can access more real Salesforce AP-209 exam questions via Premium Access? ()
Universal Containers' dispatchers would like to alert technicians when emergency appointments are scheduled and dispatched to them.
Which two configurations should be recommended by the consultant to achieve this?
Answer : B, D
To send push notifications to the Field Service mobile app based on specific criteria, you need both the configuration and the automation.
Option B is correct: You must first enable and configure Custom Notifications for the Field Service Connected App. This ensures the mobile device is capable of receiving and displaying the specific notification type.
Option D is correct: You need an automation trigger (Record-Triggered Flow) to detect the specific business condition: The Service Appointment Status changes to 'Dispatched' AND the Priority (or Work Type) is 'Emergency'. The flow then executes the 'Send Custom Notification' action targeting the Assigned Resource user.
Option A and C refer to 'Jeopardy,' which is a different feature used to warn dispatchers about impending SLA violations, not to notify technicians of new work.
Universal Containers has a job that requires two technicians, and both must possess the skills defined as 'Required' for that job. They need to show up at the same time and work through the entire job duration together. The technicians will also need to be able to be assigned to individual jobs later that day.
Which option should an architect recommend to support this scenario?
Answer : B
This is a classic 'Double-Booking' vs. 'Complex Work' scenario.
Option B is correct. To book two distinct people for the same work at the same time, you create two Service Appointments. You link them using a Complex Work dependency of type Same Start4. This tells the optimization engine: 'Find a time where Resource A (Appointment 1) and Resource B (Appointment 2) are BOTH free, and book them simultaneously.'
Option A is incorrect because a single Service Appointment can typically only have one active Assigned Resource for scheduling purposes in the standard optimization model (unless using Crew Management, but Crews are for static teams, not ad-hoc pairs).
Option D is incorrect because the requirement states they need to be assigned to 'individual jobs later that day'5. Service Crews are designed for resources who stay together all day. Breaking a crew apart for half a day is administratively difficult.
Option C is a hack (Resource Absence) that blocks the second tech's time but doesn't link them to the actual job details properly.
A customer wants to assign work to Resources by postal code coverages, each Resource covering one or more postal codes. The solution must also support Scheduling and Optimization.
What should a consultant recommend to meet the customer's requirements?
Answer : A
Mapping resources to specific Zip Codes (which are not necessarily Service Territories) is a common high-volume requirement.
Option A is correct. Creating a standard Service Territory for every postal code (Option D) creates a hierarchy that is too deep and hurts performance.
Instead, modeling 'Zip Code Coverage' as a Custom Object (or data table) allows for a cleaner data model. You then use the Extended Match Work Rule. This rule is highly flexible; it can verify that the Zip Code on the Service Appointment matches a record in the Zip Codes Covered related list on the Service Resource. This supports optimization without bloating the Territory or Skill tables.
Option B (Match Fields) only works for 1-to-1 matching (e.g., The Resource has one zip field). It cannot easily handle a resource covering 50 different zip codes unless you use the custom object approach described in A.
Universal Containers stores critical job information in the description field on the Service Appointment. Dispatchers need to have a view into this data from the Gantt with minimal clicks, job information is often many characters.
What should a consultant recommend to meet their requirements?
Answer : D
The requirement is to see data 'from the Gantt' (the visual chart) with 'minimal clicks.'
Option D is correct. The Service Tooltip Gantt field set on the Service Appointment object controls the pop-up text box that appears when a dispatcher hovers their mouse over a Service Appointment bar on the Gantt chart. This requires zero clicks and is the fastest way to inspect details like 'Description' without opening the full record.
Options A, B, and C refer to the 'Appointment List' (the textual list on the left side of the console). While useful, scrolling through long descriptions in a list column is difficult (Option A) and requires looking away from the Gantt chart itself.
Green Energy Solutions provide two types of services: 'New Installs' (high revenue, high priority with a 3 day SLA) and 'Inspections' (proactive, low priority activities due 3 months out). The company incurs a penalty for missing due dates which the service manager would like to avoid. However, not at the expense of a new install.
What should the consultant's recommendation be in such a case?
Answer : B
The goal is to prevent low-priority 'Inspections' from being ignored indefinitely until they miss their deadline, without permanently ranking them above high-value 'New Installs.'
Option B is correct (based on the scenario's specific constraints). By using automation to elevate the Inspection's priority to '1' (High) only when it is due 'tomorrow,' the system treats it as urgent only when necessary to avoid the penalty. Since 'New Installs' are also Priority '1', the two will compete on equal footing on that final day, ensuring the Inspection has a fighting chance to be scheduled alongside high-value work.
Option C (Dynamic Priority) is a standard solution for 'aging' work. However, the option states it caps the value at '2'. In standard SFS priority (where 1 is highest), a '2' will never beat a '1'. Therefore, the inspection would still likely be bumped by a New Install (Priority 1) even on its due date, leading to a penalty.
Option D ('Schedule Over Lower Priority') is used for emergency reshuffling, but does not inherently solve the prioritization logic between these two specific task types.