Dynamics365 Field Service Work Order Theory
Come from :https://neilparkhurst.com/2016/08/20/field-service-work-order-theory/
In this post I aim to continue my series covering all aspects of Field Service for Microsoft Dynamics CRM, work orders are the primary entity within Field Service. Think of them as the “essence” of all information needed complete a service request.
Note: If you have previously used FieldOne Sky then you will find most of the theory connected with work orders to be very similar. Except some related entities now have different names!
In this post I specifically cover these questions on work orders;
- What are they?
- What is the work order life cycle?
- How do work orders relate to other Field Service entities?
It is important to appreciate the information in this post before continuing to configure Field Service as you’ll need to understand these base concepts to be able to appreciate the implications of any configuration work.
Work Orders – What are they?
A work order is used to coordinate and schedule resources and activities. The work orders can be for differing types of work including installations, repairs or preventative maintenance. (The types can be configured to reflect whatever services a particular organization performs.)
A work order can contain;
- A description of issue or work to be completed
- Customer details include service and billing accounts
- Equipment affected
- Location
- Parts, products and services needed
- Tasks to follow
- Priority and estimated duration
- Characteristics (skills) required to complete the work order
What is the work order life cycle?
A work order will have a lifecycle in that they are created, scheduled, Dispatched, Serviced, Review / Approval, invoiced (& inventory adjusted)
One very important difference between Field Service and FieldOne is the additional of a business process flow that is used to progress the work order life cycle. Making the process much simpler from a user point of view.

Creation
Work orders can be created in four ways.
- From an agreement, this might be an on-going contract involving regular service visits for preventative maintenance.
- From a case, a case might be created in the contact center. If the case can’t be resolved locally and a field engineer is required, then work order(s) can be created directly from the case.
- From a sales opportunity.
- Manually directly within the Field Service options in CRM or from the Field Service Mobile application.
When a work order is created it can contain many fields, including the service and billing account details, incident type plus details of the services and products required.
When a work order is created its status is initially “Open Unscheduled”.
Scheduled
After a work order has been created it can then be scheduled to a resource. A work order can be scheduled in four ways;
- Manually by a dispatcher from the schedule board.
- Manually by a field agent from the Field Service mobile application.
- By a dispatcher using the scheduling assistant.
- By using the Field Service routing engine to automatically schedule.
Once a booking (work order schedule) is created the status on the work order changes to “Open Scheduled”.
One work order can have many resource bookings (schedules), as a separate schedule will be created for each resource needed on a work order.
Note: If you have previously used FieldOne you need to be aware that work order schedules are now called resource bookings.
Dispatched
After a work order schedule has been created a specific resource will be dispatched.
Once assigned to a resource (field agent), the field agent will be notified and they can accept or reject the work order schedule.
When dispatched the work orders retains the status of “Open Scheduled” but the work order schedule is changed to be scheduled, accepted or declined.
Note: You can also create customer work order schedule status values beyond the defaults of schedules, accepted or declined.
Serviced
This stage reflects the processes that would happen whilst the work order is in progress. Such as on route, in progress etc.
The work order status changes from “Open Scheduled” to “Open Complete” once the service has been completed.
Changing the status to “Open Complete” is the default out of the box behavior. It is however possible to alter the Field Service setting to assign a different status if required. You could, for example, jump straight to Closed – Posted.

Review / Approval
After the service has been completed a manager or the dispatcher will review the work order and confirm the required services have been correctly completed and all the information correctly entered.
Once reviewed the work order status changes to “Closed – Posted”. From this point onwards the work order cannot be changed.
invoiced (& inventory adjusted)
Finally, Field Service will automatically create any invoices required and adjust inventory.
Optionally parts used can be logged against as customer a “customer equipment”. Useful scheduling future maintenance work.

How do work orders relate to other Field Service entities?
Below is a summary of the key relationships between a work order and the other Field Service entities.


- Each work order will have one service account.
- The service account is Geo Coded and is used to decided where the work order should be performed.
- Optionally a work order can have a billing account. (The billing account is the service account if not defined.)
- Each work order will have one or many resource booking records.
- The resource bookings contain details of when & who should complete the work order.
- Each resource booking will have a resource. This could be a person, crew or piece of equipment

Each work order can be assigned an incident type. The incident entity is used to “bundle together all the products, services, service tasks and resource characterictics (skills) needed to complete that incident. Using incidents to bundle these items like this makes the process of creating work orders much easier. Meaning the use of incidents isn’t mandatory with Field Service but they are highly recommended.

The last group if entities, work order type, priority and territory are used mainly for information purposes,


Hopefully this post has given you some useful information about work order theory. As I produce more posts about Field Service I will build on this theory.
Dynamics365 Field Service Work Order Theory的更多相关文章
- Dynamics 365 CRM 在 Connected Field Service 中部署 IoT Central (三)- 发送 work order 和 booking 信息给 IoT Central
首先, 我们可以打开IoT alert, 并且点击上的 create a flow. 接下来,我们使用微软准备好的模板:Sample Contoso- When a work order is cre ...
- S/4HANA Service Management和SAP Field Service Management的集成
经常有朋友提出这样的问题:"SAP Business Suite里的CRM的Service模块已经通过Addon的方式迁移到了S/4HANA上,并且SAP之前又收购了一家专门做Service ...
- Dynamics 365 CRM 配置field service mobile
配置field service mobile其实微软是有官方文档的, 但是没有坑的微软产品不是好产品. 一些细节设置文中还是没有考虑到的. 所以这里带大家配置一下field service mobil ...
- Dynamics 365 CRM 在 Connected Field Service 中部署 IoT Central (一)- 配置 IoT Central和IoT alert
今天这个系列给大家带来怎样在connected field service中部署IoT Central 并且做连接. 首先, 这里提供微软官方的tutorial的链接https://docs.micr ...
- MB2-718 Certification: (Microsoft Dynamics 365 Customer Service) – Field Service, Customer Assets
Come from : https://neilparkhurst.com/2018/02/25/mb2-718-certification-microsoft-dynamics-365-custom ...
- Dynamics 365 CRM Connected Field Service 自动发送command
上期降到了怎样部署connected field service(CFS) 我们假设现在IoT 设备是温度监控器, 当温度触发我们之前预设的温度值, IoT会通过IoT Hub 发送IoT Alert ...
- Dynamics 365 CRM 部署 Connected Field Service
微软 Connected Field Service 是一个提供Azure IoT 和 Dynamics 365 连接的这样一个框架 有两种方式部署CFS, 一种是用IoT Hub PaaS, 一种是 ...
- How to solve the error "Field service in com.xx.xxx.xxxx required a bean of type 'com.aa.bb.cc' that could not be found."
When runung a SpringBoot demo, I got a error as following: *************************** APPLICATION ...
- Dynamics 365 CRM 在 Connected Field Service 中部署 IoT Central (二)- 匹配设备
上个blog中介绍了我们怎么去部署IoT central和 connected field service做连接. 我们这次介绍怎么把IoT设备在CRM中怎么去注册. 首先我们打开devices,再选 ...
随机推荐
- NOIP 2016 洛谷 P2827 蚯蚓 题解
题目传送门 展开 题目描述 本题中,我们将用符号[c]表示对c向下取整,例如:[3.0」= [3.1」=[3.9」=3.蛐蛐国最近蚯蚓成灾了!隔壁跳 蚤国的跳蚤也拿蚯蚓们没办法,蛐蛐国王只好去请神刀手 ...
- POJ2376贪心
题意:数轴上有 n (1<=n<=25000)个闭区间 [ai, bi],选择尽量少的区间覆盖一条指定线段 [1,t](1<=t<=1,000,000).覆盖整点,即[1,2] ...
- 央行数字货币(CBDCs)的互操作性至关重要
CBDCs(央行数字货币)将在我们的有生之年产生重大的金融转变.然而,除非这些工具吸取了法定货币的教训,否则创新将毫无意义.互操作性一直是影响CBDC采用和功能的最重要障碍之一.因此,各国央行在这一理 ...
- Windows 最值得推荐的装机必备“神器”软件大合集
工欲善其事,必先利其器.每个人在平时使用电脑的过程中,多多少少都会积累一些好用的软件,我也不例外,从业这么多年,收藏了许多不错的软件,通过这篇文章都分享给大家.如果觉得不错,请把这篇文章分享给你的小伙 ...
- python 魔法方法总结
目录 一.__str__ 二.__repr__ 三.__format__ 四.__del__ 五.__dict__和__slots__ 六.__item__.__attr__系列 七.__init__ ...
- 【XCTF】Cat
标签:宽字节.PHP.Django.命令执行 解题过程 目录扫描没有发现任何可疑页面. 测试输入许多域名,均没有反应:输入ip地址得到回显. 猜测为命令执行,尝试使用管道符拼接命令. 测试:|.&am ...
- How to install chinese input method
在Ubuntu中安装中文输入法确实比较麻烦,特别是英文版的Ubuntu系统 Ubuntu上的输入法主要有小小输入平台(支持拼音/二笔/五笔等),Fcitx,Ibus,Scim等.其中Scim和Ib ...
- 细说php锁
bool flock ( int handle, int operation [, int &wouldblock] );flock() 操作的 handle 必须是一个已经打开的文件指针.o ...
- .NET Core微服务开发服务间调用篇-GRPC
在单体应用中,相互调用都是在一个进程内部调用,也就是说调用发生在本机内部,因此也被叫做本地方法调用:在微服务中,服务之间调用就变得比较复杂,需要跨网络调用,他们之间的调用相对于与本地方法调用,可称为远 ...
- java实现判断时间是否为合法时间
最近遇到一个需求,输入字符串,判断为日期的话再进行后面的比较大小之类的操作,但是合法日期的格式也是比较多的,利用正则表达式又太长了.所以后面利用的方法就是,先把输入的字符串转成一种固定的时间格式,然后 ...