OCSMProvince__c
逻辑待确认
/*20230407 lt update 增加锦州市和青岛相关*/
false
IF(AND(CentralizedProject__c, OR(TenderNum__c = 0, Owner:User.ProfileId = '00e10000000Nb7i')), "市场企划部",
CASE(IF(LEN(AreaProvince__c)>2,LEFT(AreaProvince__c,2),AreaProvince__c),
"内蒙","内蒙古",
"黑龙","黑龙江",
"西藏","四川/西藏",
"四川","四川/西藏",
"辽宁",
IF(BEGINS(AreaCity__c,"鞍山") ||
BEGINS(AreaCity__c,"大连") ||
BEGINS(AreaCity__c,"丹东") ||
BEGINS(AreaCity__c,"盘锦") ||
BEGINS(AreaCity__c,"锦州") ||
BEGINS(AreaCity__c,"营口"),"大连","沈阳"),
"山东",
IF(BEGINS(AreaCity__c,"青岛") ||
BEGINS(AreaCity__c,"日照") ||
BEGINS(AreaCity__c,"威海") ||
BEGINS(AreaCity__c,"潍坊") ||
BEGINS(AreaCity__c,"烟台"),"青岛","山东"),
"广东",
IF(BEGINS(AreaCity__c,"深圳") ||
BEGINS(AreaCity__c,"中山") ||
BEGINS(AreaCity__c,"潮州") ||
BEGINS(AreaCity__c,"梅州") ||
BEGINS(AreaCity__c,"珠海") ||
BEGINS(AreaCity__c,"惠州") ||
BEGINS(AreaCity__c,"汕尾") ||
BEGINS(AreaCity__c,"汕头") ||
BEGINS(AreaCity__c,"揭阳") ||
BEGINS(AreaCity__c,"河源"),"深圳","广东"),
IF(LEN(AreaProvince__c)>2,LEFT(AreaProvince__c,2),AreaProvince__c)))
BlankAsZero
false
false
false
Text
false