脚本说明
工作流和文档触发器脚本中的初始备注文本将在 PTC RV&S 管理客户端 中的“说明”选项卡中显示。HTML 标记提供其他格式。
例如,以下脚本代码:
// <b>PTC RVS Manager Scheduled Trigger</b>
// <p>
// This script is used to escalate an item from a scheduled trigger.
// Each item that the trigger's query matches has a field, termed the
// priority field, which is incremented to the next valid value
// (subject to the maximum limits of that field).
// <p> // When escalated, the current time of the escalation can be recorded,
// to allow for the query to not match items which have been escalated
// for some period.
// <p>
// Each item that is escalated is summarized in one line,
// and is emailed to the appropriate recepient.
// If the query matches nothing, no email is sent.
//
在“说明”选项卡中显示为以下内容:
PTC RVS Manager Scheduled Trigger
This script is used to escalate an item from a scheduled trigger.
Each item that the trigger's query matches has a field, termed the
priority field, which is incremented to the next valid value (subject
to the maximum limits of that field).
When escalated, the current time of the escalation can be recorded,
to allow for the query to not match items which have been escalated
for some period.
Each item that is escalated is summarized in one line, and is emailed
to the appropriate recepient. If the query matches nothing, no email
is sent.