DOJ_Status__c
|| And(ISBLANK(OCSM_RC_CordingUser__c),Contain_UseRSA__c)
20211012 LJPH-C7L8MX 引用受影响字段
false
IF(OR(Status1Text__c='草案中',Failure_Occurrence_Date__c < DATE(2020,04,20), !Isblank(QIS_ID__c), Status1Text__c='0.删除'),
'非对象',
if(And(Status1Text__c='0.取消',isBlank(Complaint_Number__c),isBlank(Repair_Ordered_Date__c)),
'非对象',
/* 国内采购品是DOJ的非对象 20201023 gzw */
/* update by rentx 2020-10-26*/
if((is_CNBuy__c = 'true'),
'非对象',
/* update by rentx 2020-10-23 */
/* update by rentx 2021-05-07 start*/
if(AnimalExperiment__c ,
'非对象',
/* update by rentx 2021-05-07 end*/
IF((ETQ_UPLOAD_STATUS__c = '3'),
'EtQ同步失败',
IF(ISNULL(Repair_ConfirmationDate__c),
'待Intake判定',
IF(ISBLANK(Complaint_Number__c)
&&OR( AE_DetermineResult__c = 'AE' ,PAE_DetermineResultsText__c = 'PAE' ,
PAE_DetermineResultsText__c = 'Unknown')&& !AsyncData__c,
'待EtQ Initiation' ,
if(ISBLANK(Complaint_Number__c) && AsyncData__c,
'待EtQ Response',
if(And(Repair_Determine__c = '要',isblank(Text(if_Repair_Allowed__c))),
'待进行修理判定',
IF(ISNULL(Repair_Inspection_Date__c) ,
'待分析',
IF(And(OR(ISNULL(OCSM_RC_CordingDate__c),ISBLANK(text(PAE_DetermineAC__c)),PAE_reappear_confirm__c != '已确认'),
Or(!IsBlank(Repair_Inspection_Date__c),And(Status1Text__c='0.取消',!isBlank(Repair_Ordered_Date__c)))) || Contain_UseRSA__c ,
'待Final判定',
IF(OR(AND(AE_DetermineResult__c = 'AE',!ISBLANK(Complaint_Number__c)),
AE_DetermineResult__c = 'nonAE',
AND(PAE_DetermineResultsText__c = 'PAE'||PAE_DetermineResultsText__c = 'Unknown',
!ISBLANK(Complaint_Number__c)),
PAE_DetermineResultsText__c = 'nonPAE') ,
IF(ISNULL(Repair_Shipped_Date__c) && Contain_UseRSA__c = false,
'待完毕',
IF(!ISNULL(Repair_Shipped_Date__c),
'完毕','')),
IF(And(Status1Text__c='0.取消',!IsBlank(Repair_Ordered_Date__c),!IsBlank(OCSM_RC_CordingDate__c),!IsBlank(Repair_Shipped_Date__c)),
'完毕',
''
)
)
)
)
)
)
)
)
)
)
)
)
)
BlankAsZero
false
false
false
Text
false