Mail_Titile_Diff__c
确认时间为空时,发送给确认人的确认邮件--'请确认';
确认时间不为空时,发送给审批人的审批邮件--'请审批'。
IF ( ISBLANK(Checktime__c) , '请确认', '请审批')
false
if(Internal_asset_location__c=='北京 备品中心' || Internal_asset_location__c=='上海 备品中心' || Internal_asset_location__c=='广州 备品中心',if(ISBLANK(Checktime__c),'请确认', '请审批'),'请审批')
BlankAsZero
false
false
false
Text
false