buli
2023-07-18 df5aa8087c2c7328dc4188f05d762c8df1f0b07a
force-app/main/default/objects/Tender_information__c/fields/OCSMProvince__c.field-meta.xml
@@ -9,21 +9,21 @@
"西藏","四川/西藏",
"四川","四川/西藏",
"辽宁",
IF(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,"中山") ||
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)&gt;2,LEFT(AreaProvince__c,2),AreaProvince__c))</formula>
    <formulaTreatBlanksAs>BlankAsZero</formulaTreatBlanksAs>