GWY
2022-05-05 39c03ca1e4f7fa33b3a5a2a089dec11c94c3662f
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0" encoding="UTF-8"?>
<Workflow xmlns="http://soap.sforce.com/2006/04/metadata">
    <fieldUpdates>
        <fullName>setManagementNumber</fullName>
        <field>ManagementNumber__c</field>
        <formula>RecordType.DeveloperName &amp;&quot;-&quot;&amp; StatesS__c &amp; Repair_period__c &amp; auto_nonew__c</formula>
        <name>setManagementNumber</name>
        <notifyAssignee>false</notifyAssignee>
        <operation>Formula</operation>
        <protected>false</protected>
    </fieldUpdates>
    <rules>
        <fullName>set_ManagementNumber</fullName>
        <actions>
            <name>setManagementNumber</name>
            <type>FieldUpdate</type>
        </actions>
        <active>true</active>
        <formula>true</formula>
        <triggerType>onAllChanges</triggerType>
    </rules>
</Workflow>