Project_level__c
false
IF(
AND(Text(Relation__c) == '低', Urgency__c== '1.紧急') ||
AND(Text(Relation__c)== '低', Urgency__c== '2.中期') ||
AND(Text(Relation__c)== '低', Urgency__c== '3.长期'),
'4.(周期管理)',
IF(
AND(Text(Relation__c) == '中', Urgency__c== '2.中期') ||
AND(Text(Relation__c)== '中', Urgency__c== '3.长期') ||
AND(Text(Relation__c)== '高', Urgency__c== '3.长期'),
'3.(紧密追踪)',
IF(
AND(Text(Relation__c) == '中', Urgency__c== '1.紧急') ||
AND(Text(Relation__c)== '中', Urgency__c== '2.中期'),
'2.(重点关注)',
IF(
AND(Text(Relation__c) == '高', Urgency__c== '1.紧急'),
'1.(重点管理)',
''
)
)
)
)
false
false
false
Text
false