IS_Extend_Gurantee__c
20221110 兼容服务市场修改
IF((Product2.Extend_new_product_gurantee__c==true && Asset_OwnerNew__c <> "奥林巴斯")
,IF(AND(FirstApproveDate__c >= Product2.Extend_Gurantee_Start__c,FirstApproveDate__c < Product2.Extend_Gurantee_End__c)
,TRUE
,FALSE
)
,FALSE
)
false
IF(( Asset_OwnerNew__c <> "奥林巴斯")
,IF(AND(FirstApproveDate__c >= Product2.Extend_Gurantee_Start__c,FirstApproveDate__c < Product2.Extend_Gurantee_End__c)
,TRUE
,FALSE
)
,FALSE
)
false
Checkbox