<?xml version="1.0" encoding="UTF-8"?>
|
<Workflow xmlns="http://soap.sforce.com/2006/04/metadata">
|
<alerts>
|
<fullName>On_Call_Reaction</fullName>
|
<description>OnCall対応</description>
|
<protected>false</protected>
|
<recipients>
|
<field>Responsible_Person__c</field>
|
<type>userLookup</type>
|
</recipients>
|
<senderType>CurrentUser</senderType>
|
<template>Olympus_OCM/OnCall</template>
|
</alerts>
|
<rules>
|
<fullName>On Call未完了</fullName>
|
<actions>
|
<name>On_Call_Reaction</name>
|
<type>Alert</type>
|
</actions>
|
<active>false</active>
|
<criteriaItems>
|
<field>OnCall_detail__c.Status__c</field>
|
<operation>equals</operation>
|
<value>未着手,対応中</value>
|
</criteriaItems>
|
<triggerType>onCreateOrTriggeringUpdate</triggerType>
|
</rules>
|
</Workflow>
|