Total 192 Questions
Last Updated On : 20-Feb-2026
A consultant has implemented user territories at Northern Trail Outfitters (NTO) in a private sharing model. A new Midwest Service Territory has been created. Which two actions should NTO take to give the dispatcher access to all relevant Midwest records? Choose 2 answers
A. Create a new user territory associated with the Service Territory and dispatcher.
B. Configure and run the User Territory Sharing Job in Field Service Settings.
C. Assign a new user territory and add each of the assigned service resources.
D. Add the resources assigned to the Service Territory's Member related list.
Explanation:
Because NTO uses a private sharing model with Field Service User Territories, dispatchers get access to territory-related records through:
User Territory records that associate a User (dispatcher) to a Service Territory (so the dispatcher is “in” that territory for Field Service sharing).
The User Territory Sharing Job, which (once enabled/configured) calculates/applies the sharing based on those user territory assignments so the dispatcher can actually see the relevant records.
That’s why the right actions are create the user territory assignment + run/configure the sharing job.
Why the other options are incorrect
C. Assign a new user territory and add each of the assigned service resources — user territories are primarily for user-to-territory sharing. Dispatchers don’t gain access by adding service resources here; resources are handled via territory membership/assignment for scheduling, not dispatcher record visibility.
D. Add the resources assigned to the Service Territory's Member related list — this manages which resources work in the territory, but it doesn’t grant the dispatcher the sharing-based record access required in a private model.
References:
Limit Access to Field Service Records (describes using User Territory records + enabling/running the user territory scheduled/sharing job under Field Service Settings → Sharing → Scheduled Jobs)
Guidelines for Creating Service Territories for Field Service (explicitly notes Field Service sharing uses public groups, User Territory records, and the user territory scheduled job)
Salesforce Object Reference — UserTerritory (confirms the user-to-territory assignment record used for territory-based access)
A mobile technician uses parts present in their van to complete an on-site customer installation. The technician has marked the service appointment and work order as completed. They want to record the parts used in completing the job and adjust their van stock. Where should the technician record this information?
A. The Product Item Transactions Related List on the Product Item
B. The Work Order Line Item associated with the completed Work Order
C. The Products Consumed section on the Work Order
D. The Product Request Line Item associated with the Product
Explanation:
This question tests your understanding of the inventory consumption and reconciliation process in Field Service Lightning, specifically from the mobile technician's perspective after a job is complete.
Let's break down the requirement:
The technician has already used parts from their van stock to complete a job. They need to record this usage (for customer billing and job history) and adjust their van's inventory downward to reflect that the parts are no longer in stock. This is a post-service consumption entry.
Why Products Consumed is the correct place:
Purpose: The Products Consumed related list on the Work Order is the designated object for recording parts that have already been used or installed during a service job. It is specifically for historical tracking and inventory deduction after consumption.
Mobile Workflow: From the Field Service Mobile app, when a technician completes a job, they have the direct option to record parts consumed. This action does two things:
- Creates a Product Consumed record linked to the Work Order, documenting what was used.
- Automatically reduces the quantity of the corresponding Product Item (the specific serialized/lotted inventory instance in their van or at the location), thereby "adjusting their van stock" as required.
Why the other options are incorrect:
A. The Product Item Transactions Related List on the Product Item: Product Item Transaction records are automatically generated by the system to form an audit trail whenever inventory moves or is consumed (e.g., when a Product Consumed record is saved). A technician does not manually create these; they are the result of the consumption process.
B. The Work Order Line Item associated with the completed Work Order: Work Order Line Items define the scope of work and planned parts required for the job. They are typically created before the job. Recording actual parts used after the fact should be done on the Products Consumed list to maintain a clear distinction between what was planned vs. what was actually consumed.
D. The Product Request Line Item associated with the Product Request: Product Request and Product Request Line Items are used to request parts to be moved to a location (like the technician's van) before a job. They are for planning and procurement, not for recording post-job consumption. Once the parts are in the van and used, the request is fulfilled, and consumption is recorded separately.
Reference:
Salesforce Help: "Add Products Consumed on the Work Order" – This article directly addresses the scenario: "After technicians complete work... they can add products consumed to the work order from the mobile app... When you add a product consumed, the product item's quantity on hand is automatically updated."
The core concept is the inventory flow: Product Request (plan) -> Product Transfer (move) -> Product Item (stock) -> Product Consumed (use/deduct). The technician's action in this question is the final step in this flow.
Universal Containers has a call center that responds to requests from customers and schedules time for Field Service Engineers (FSEs) to perform work on assets owned by the client. Call Center Agents are responsible for booking appointments. Which permission set license should be assigned to the Call Center Agents?
A. FSL Resource License
B. FSL Admin License
C. FSL Agent License
D. FSL Dispatcher License
Explanation:
Call Center Agents act as intake users who respond to customer requests, create Work Orders or Service Appointments, and book appointments (often using features like the "Book Appointment" global action or Candidate Finder). They do not need full dispatcher access to the Gantt/Dispatcher Console or technician mobile features.
The appropriate permission set license for these agents is the FSL Agent License (historically called Field Service Agent or Call Center Rep License). This provides minimal, targeted permissions for creating and booking field service records without granting unnecessary access (e.g., scheduling optimization or admin configurations).
The other options are incorrect:
A. FSL Resource License: This is for Service Resources (technicians) to enable them as bookable resources and grant mobile app access.
B. FSL Admin License: This is for administrators configuring Field Service settings, bundles, or advanced features.
D. FSL Dispatcher License: This grants access to the Dispatcher Console, Gantt, and advanced scheduling tools—overkill for agents who only book initial appointments.
Note: In newer Salesforce orgs, some agent-specific permissions are included in the base Field Service Standard permission, but exam questions (and older implementations) reference the distinct FSL Agent License for this role.
Reference:
Older Field Service documentation and implementation guides mention the FSL Agent License/Permissions for call center scenarios.
Common in Salesforce Certified Field Service Consultant exam dumps and study materials for intake/agent roles in call centers.
Universal Containers (UC) provides services to multiple machines installed at customer sites. Each machine has different issues that need to be fixed. UC wants to track progress, different parts used, and time spent on each machine when dispatching a Technician. How should the Consultant meet these requirements?
A. Each Asset will have a Service Appointment that will represent the work needed for each machine.
B. Work Orders will have multiple Work Order Line Items. Each Work Order Line Item will be linked to the Asset and have a Service Appointment.
C. Work Orders will have multiple Service Appointments. Each Service Appointment will be linked to the Asset.
D. Each Account will have a Service Appointment that will represent the work to be done at the customer site.
Explanation:
Universal Containers needs to track progress, parts used, and time spent for each machine at a customer site. In Field Service Lightning (FSL), the best practice is to use Work Orders with Work Order Line Items (WOLIs):
A Work Order represents the overall job at the customer site.
Work Order Line Items break down the job into smaller tasks, each linked to a specific Asset (in this case, each machine).
Each WOLI can have its own Service Appointment, allowing technicians to track progress, parts consumed, and time spent per machine.
This structure provides granular visibility into work performed on each asset while keeping everything tied to the parent Work Order for reporting and billing.
Let’s eliminate the incorrect options:
Option A (Each Asset with a Service Appointment): Service Appointments represent scheduled work, but they don’t provide the detailed tracking of parts and time per machine. ❌
Option C (Work Orders with multiple Service Appointments linked to Assets): While Service Appointments can be linked to Assets, this approach lacks the granularity of Work Order Line Items for tracking parts and progress. ❌
Option D (Each Account with a Service Appointment): Accounts represent customers, not individual machines. This would not allow tracking at the asset level. ❌
Reference:
Salesforce Help: Work Orders and Work Order Line Items
Salesforce Help: Service Appointments
Exam Tip:
When the requirement involves tracking work at the asset level (machine-specific progress, parts, and time), the correct design is always Work Orders → Work Order Line Items → Service Appointments. This hierarchy ensures scalability and detailed reporting.
universal container wants its technician to follow a standard operating procedure (S O P) while performing maintenance on an individual asset. Each operation should be captured independently to allow technician to enter note and update status they progress with the work preventative maintenance should be with a single visit Which data model should the consultant recommend to the universal container?
A. Work order to represent the preventative maintenance on the asset - work order line item to represent the different operations - service appointment to represent the visit
B. Service appointment to represent ante the preservative maintenance on the asset - work order line item to represent the different operations - work order to represent the visit
C. Work order to represent the preventative maintenance on the asset - service appointment to represent the different operations - work order line item to represent the visit
D. Work order line item represent the preventative Maintenance on the asset - work order represent the different operations- service appointment to represent visit
Explanation:
This model provides the perfect balance of granularity and operational efficiency:
Work Order (The Parent): Acts as the "header" for the preventative maintenance job on that specific asset. It holds the high-level information about the customer, the asset, and the overall maintenance goal.
Work Order Line Items (The Steps): Each "operation" or step of the SOP is created as an individual Work Order Line Item (WOLI). This allows the technician to:
- Update the Status of each specific task (e.g., "Inspected," "Cleaned," "Lubricated").
- Enter Notes or log parts used for that specific operation.
- Follow the SOP in a clear, sequential list.
Service Appointment (The Visit): Since the requirement is to complete the work in a single visit, a single Service Appointment is created for the parent Work Order. This ensures the dispatcher only has to schedule one block of time for the technician, even though the technician is performing multiple distinct operations inside that window.
🔴 Incorrect Answers
B. Service appointment to represent... preventative maintenance / Work order to represent the visit: This reverses the standard data model. In Salesforce, a Service Appointment is a child record used for scheduling; it cannot "parent" Work Order Line Items. The Work Order is always the record that defines the scope of work.
C. Service appointments to represent the different operations: If every SOP step (operation) had its own Service Appointment, the dispatcher’s Gantt chart would be cluttered with dozens of tiny appointments for a single job. This would make scheduling a "single visit" nearly impossible for the optimization engine and confusing for the technician.
D. Work order line item to represent the preventative maintenance: This is the opposite of best practice. A WOLI is a "line item" or sub-task. The "Preventative Maintenance" is the overall job, which should be the Work Order. Using a Work Order for each "operation" would result in a massive number of parent records for a single asset visit, making reporting and history tracking extremely difficult.
📖 References
Salesforce Help: Work Order Line Item Guidelines
Salesforce Help: Work Order and Service Appointment Relationships
Trailhead: Set Up Work Order Management
AW Computing technicians use the field service mobile application exclusively since they are always in the field. Due to frequent schedule changes, the technician should only see one job at a time on the app. How should the field service administrator ensure this requirement is met?
A. Instruct the dispatcher to only dispatch one work order to each technician at a time.
B. Set Send Appointment Notifications on Dispatch in the mobile settings to one.
C. Enable drip feed to dispatch one service appointment per technician at a time.
D. Set up auto dispatch to dispatch one work order for each technician at a time
Explanation
In 2026, the Drip Feed mechanism remains the standard Salesforce Field Service feature designed specifically to prevent overwhelming technicians and to maintain schedule flexibility in high-change environments.
How it Works: When Drip Feed is enabled, the scheduling engine or dispatcher does not "mass dispatch" the entire day's schedule. Instead, it only dispatches the next appointment once the current one is completed or reaches a specific status.
Meeting the Requirement: This ensures that the technician sees only one job at a time (their current/next assignment) on the Field Service mobile app. If the schedule changes in the back office, the dispatcher can rearrange future jobs without the technician seeing "stale" or changing data until the job is actually dispatched to them.
Configuration: This is typically configured in Field Service Settings under the Dispatcher Console UI or via the Field Service Mobile Settings, where you can define how many appointments to "drip" at once (in this case, set to 1).
Why other options are incorrect:
A. Instruct the dispatcher: While this works in theory, it is a manual process prone to human error. It does not provide a scalable system-enforced solution.
B. Send Appointment Notifications: This setting controls how notifications are delivered to the device, not which records are actually synced and visible in the app's schedule view.
D. Auto dispatch: Standard auto-dispatch logic usually dispatches all appointments that meet certain criteria (like being scheduled within the next 24 hours). It does not natively restrict the technician's view to only a single record at a time without being used in conjunction with Drip Feed.
Reference:
For further details on implementing this, refer to the Salesforce Help: Dispatch Appointments Using Drip Feed.
Universal Containers (UC) normally focuses on minimizing travel. Weather can cause situations that require expedited on-site service. How should a Consultant recommend UC handle unplanned service during times of severe weather?
A. Postpone all lower-priority jobs and extend Due Dates.
B. Configure an Emergency Policy and use the Emergency Wizard.
C. Manually flag Service Appointments as "In Jeopardy” due to weather.
D. Configure a new Service Level for immediate assignment.
Explanation:
Why this is correct:
Severe weather creates unplanned, urgent work where UC may need to override normal scheduling goals (like minimizing travel time) and instead prioritize rapid response / emergency handling. In Salesforce Field Service, this is exactly what Emergency Scheduling supports:
Emergency Policies let you define the special “rules/weighting” you want to use during emergencies (for example, prioritize response speed over travel minimization).
The Emergency Wizard helps dispatchers quickly schedule, dispatch, and track emergency appointments using a real-time map view and emergency-specific logic.
Why the other options aren’t correct:
A. Postpone lower-priority jobs and extend Due Dates: That’s a manual operational approach and may be part of a response plan, but it doesn’t leverage the Field Service emergency scheduling capability designed for this situation.
C. Manually flag Service Appointments as “In Jeopardy”: “In Jeopardy” is primarily a status/alert concept; it doesn’t provide the scheduling override and rapid emergency scheduling workflow needed for severe-weather response.
D. Configure a new Service Level for immediate assignment: Service levels can influence prioritization/SLAs, but emergency events are handled more directly and effectively with Emergency Policy + Emergency Wizard, which is purpose-built for expedited emergency dispatch.
Universal Containers (UC) wants to schedule Work Orders only if Technicians have the necessary qualifications to complete the designated work. In which two ways can UC achieve this? Choose ? answers
A. Leverage the Match Skills Work Rule when scheduling appointments.
B. Leverage the Match Skills Scheduling Policy when scheduling appointments.
C. Create Skills that relate to qualifications from Setup and assign them to a Service Resource.
D. a Create Skills that relate to qualifications from the Skills tab and assign them to a Service Resource.
Explanation:
Universal Containers wants to ensure Work Orders (and their associated Service Appointments) are only scheduled to Technicians who have the necessary qualifications. In Salesforce Field Service, qualifications are modeled using Skills, and enforcement during scheduling is handled via specific rules and setups.
A. Leverage the Match Skills Work Rule when scheduling appointments:
This is the primary way to enforce skill matching. The Match Skills Work Rule (available in Scheduling Policies) checks that assigned Service Resources have all Required Skills defined on the Work Order, Work Order Line Item, or Work Type. If skills don't match, the appointment receives a lower score or is prevented (depending on policy settings like "Required" vs. "Preferred"). This directly ensures only qualified technicians are scheduled.
C. Create Skills that relate to qualifications from Setup and assign them to a Service Resource:
This is the foundational setup. Skills (e.g., "HVAC Certification", "Electrical License") are created via Setup > Skills and then assigned to Service Resources (representing technicians) with details like skill level and effective dates. Without this, there are no qualifications to match against.
The other options are incorrect:
B. Leverage the Match Skills Scheduling Policy when scheduling appointments:
There is no "Match Skills Scheduling Policy"—Match Skills is a Work Rule added to a Scheduling Policy, not a policy itself.
D. Create Skills that relate to qualifications from the Skills tab and assign them to a Service Resource:
Skills are not created from a "Skills tab"—they are managed via Setup > Quick Find > Skills (or in the Field Service Settings area). There is no standalone "Skills tab" for creation.
Reference:
Salesforce Help: Skills and Skill Requirements in Field Service
Work Rules for Scheduling (Match Skills rule):
Universal Containers has dispatchers who can set up new territories, define new schedule policies, and control settings on the Gantt chart. In addition to Field Service Lightning Dispatcher Permissions and the Field Service Lightning Dispatcher License, which permissions should a Consultant assign to the dispatchers?
A. Field Service Lightning Mobile License
B. Field Service Lightning Admin Permissions
C. Field Service Lightning Scheduling License
D. Field Service Lightning Standard Permissions
Explanation:
This question tests your understanding of the separation between operational permissions and configuration permissions in Field Service Lightning. While dispatchers need the Dispatcher License and Permissions to perform their daily job (viewing the Gantt, scheduling appointments, managing resources), the activities described here go beyond day-to-day operations into system configuration.
Let's analyze the dispatchers' described tasks:
Set up new territories: This involves creating and modifying Service Territory and User Territory records, which are setup objects.
Define new schedule policies: Creating and modifying Scheduling Policies and Scheduling Policy Sets is a configuration activity that changes how the scheduling engine behaves.
Control settings on the Gantt chart: This likely refers to configuring Gantt filters, columns, and settings (like the Gantt Settings tab), which are saved configurations that affect the dispatcher console's behavior for all users.
These tasks are administrative functions, not standard dispatching. The Field Service Lightning Admin Permissions permission set is specifically designed to grant this elevated access to configure and customize the Field Service application without needing the full System Administrator profile.
Why the other options are incorrect:
A. Field Service Lightning Mobile License: This license is for mobile technicians, not dispatchers. It grants access to the Field Service Mobile app, not to setup objects or configuration menus.
C. Field Service Lightning Scheduling License: This is a distractor. There is no standard Salesforce license named "Field Service Lightning Scheduling License." The role-based licenses are Dispatcher, Resource, Mobile, and Admin.
D. Field Service Lightning Standard Permissions: This is not a standard, recognized permission set for elevated access. The Field Service Lightning Dispatcher Permissions set provides the baseline access to perform dispatch tasks. The described tasks (territory setup, policy creation) require permissions beyond that standard set, which are contained in the Admin Permissions set.
Reference:
Salesforce Help: "Field Service Lightning Permission Set Licenses and Permission Sets" – This documentation clarifies the purpose of each permission set. The Field Service Admin Permissions set grants users the ability to "customize field service settings and configurations." This explicitly includes permissions to manage Service Territories, Skills, and Scheduling Policies – the exact tasks listed in the question.
The key principle is licensing vs. permissions: The FSL Dispatcher License allows a user to log in and access the FSL app. The FSL Dispatcher Permissions set lets them use the operational tools (Gantt, schedule). The FSL Admin Permissions set is an additional permission set that grants the higher privileges needed to modify the application's configuration. For a dispatcher to also act as a configurator, they need both the Dispatcher Permissions and the Admin Permissions assigned.
Universal Containers wants to standardize creation of Work Orders. Historically, Work Orders have been set up with the incorrect skills and estimated time to completion. What should a Consultant utilize to meet this requirement
A. Entitlement Templates
B. Entitlements
C. Work Types
D. Work Order Record Types
Explanation:
Universal Containers wants to standardize the creation of Work Orders because historically they have been created with incorrect skills and estimated completion times. The best way to enforce consistency in Field Service Lightning is to use Work Types.
Work Types are templates that define the standard information for Work Orders, including:
- Required skills (to ensure only qualified technicians are scheduled).
- Estimated duration (to provide accurate scheduling and resource planning).
- Parts or products typically needed.
- Description and other default values.
When a Work Order is created from a Work Type, all of this information is automatically populated, ensuring accuracy and standardization across the organization.
✅ This directly addresses the problem of incorrect skills and estimated times.
Why the other options are incorrect:
Option A (Entitlement Templates):
Used to define entitlement processes for customer support cases.
Not related to Work Order creation or skills/time standardization.
❌ Not correct.
Option B (Entitlements):
Define what services customers are entitled to (e.g., response times, support levels).
Useful for SLA tracking but not for standardizing Work Order creation.
❌ Not correct.
Option D (Work Order Record Types):
Record Types can differentiate categories of Work Orders (e.g., Installation vs. Maintenance).
They do not enforce skills or estimated time defaults.
❌ Not correct.
Reference:
Salesforce Help: Work Types
Salesforce Help: Work Orders Overview
Exam Tip:
When the requirement is about standardizing Work Orders with correct skills and estimated time, the answer is always Work Types.
Entitlements = SLAs
Record Types = categorization
Work Types = templates for standardization
| Page 4 out of 20 Pages |
| 123456 |
| Field-Service-Consultant Practice Test Home |
Our new timed Field-Service-Consultant practice test mirrors the exact format, number of questions, and time limit of the official exam.
The #1 challenge isn't just knowing the material; it's managing the clock. Our new simulation builds your speed and stamina.
You've studied the concepts. You've learned the material. But are you truly prepared for the pressure of the real Salesforce Certified Field Service Consultant - FS-Con-101 exam?
We've launched a brand-new, timed Field-Service-Consultant practice exam that perfectly mirrors the official exam:
✅ Same Number of Questions
✅ Same Time Limit
✅ Same Exam Feel
✅ Unique Exam Every Time
This isn't just another Field-Service-Consultant practice questions bank. It's your ultimate preparation engine.
Enroll now and gain the unbeatable advantage of: