<?xml version="1.0" encoding="UTF-8"?>
|
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
|
<fullName>taskStatus__c</fullName>
|
<externalId>false</externalId>
|
<label>任务状态2</label>
|
<required>false</required>
|
<trackHistory>false</trackHistory>
|
<trackTrending>false</trackTrending>
|
<type>Picklist</type>
|
<valueSet>
|
<restricted>true</restricted>
|
<valueSetDefinition>
|
<sorted>false</sorted>
|
<value>
|
<fullName>01 分配</fullName>
|
<color>#0B6FCE</color>
|
<default>true</default>
|
<label>01 分配</label>
|
</value>
|
<value>
|
<fullName>02 接受</fullName>
|
<color>#78C953</color>
|
<default>false</default>
|
<label>02 接受</label>
|
</value>
|
<value>
|
<fullName>03 完成</fullName>
|
<color>#E27001</color>
|
<default>false</default>
|
<label>03 完成</label>
|
</value>
|
<value>
|
<fullName>04 取消</fullName>
|
<color>#F3D904</color>
|
<default>false</default>
|
<label>04 取消</label>
|
</value>
|
<value>
|
<fullName>05 延期</fullName>
|
<color>#66E9BD</color>
|
<default>false</default>
|
<label>05 延期</label>
|
</value>
|
<value>
|
<fullName>06 关闭</fullName>
|
<color>#AFCADF</color>
|
<default>false</default>
|
<label>06 关闭</label>
|
</value>
|
<value>
|
<fullName>07 未执行</fullName>
|
<color>#CC0000</color>
|
<default>false</default>
|
<label>07 未执行</label>
|
</value>
|
</valueSetDefinition>
|
</valueSet>
|
</CustomField>
|