- Learning ServiceNow
- Tim Woodruff
- 192字
- 2021-07-09 18:48:21
Tasks and Workflows
The Task[task] table is a special table in ServiceNow that holds records where work is done. Like any base system table that's meant to be extended, the task table contains a number of fields relating to task records and the work that's done in them. For example, the need to assign a task is almost universal, so the Assigned to [assigned_to] field exists on the base task table.
A base table is a table in ServiceNow that is extended by other tables, but which does not, itself, extend any other table.
The task table (or rather, tables that extend the task table) also include task-specific functionality built-in, such as work notes and an activity log, workflow integration, SLAs, and so on!
In this chapter, we'll learn about the following:
- The Task [task] table and important fields on it
- Extending the task table
- How to add fields to the task table (and when not to!)
- Field dictionary overrides
- The Task Interceptor
- Journal fields and the activity formatter
- Approvals and workflows
- Assignment rules
- Inactivity monitors
- Visual task boards
- Major task-related pitfalls to avoid
- SLAs (Service-Level Agreements) and SLA Timers
推薦閱讀
- 繪制進(jìn)程圖:可視化D++語言(第1冊)
- 32位嵌入式系統(tǒng)與SoC設(shè)計(jì)導(dǎo)論
- 輕松學(xué)PHP
- 圖解PLC控制系統(tǒng)梯形圖和語句表
- 輕松學(xué)Java
- Visual C# 2008開發(fā)技術(shù)實(shí)例詳解
- 自動(dòng)檢測與轉(zhuǎn)換技術(shù)
- VB語言程序設(shè)計(jì)
- 21天學(xué)通C#
- 自動(dòng)生產(chǎn)線的拆裝與調(diào)試
- AutoCAD 2012中文版繪圖設(shè)計(jì)高手速成
- 單片機(jī)技術(shù)一學(xué)就會(huì)
- 網(wǎng)絡(luò)安全技術(shù)及應(yīng)用
- Dreamweaver CS6精彩網(wǎng)頁制作與網(wǎng)站建設(shè)
- 在實(shí)戰(zhàn)中成長:C++開發(fā)之路