NG_Final_reply_day_F__c
false
IF(TEXT(Received_Confirm__c) = 'NG'
&& (
(Not(ISNULL(Asset_return_day2__c)) && DATEVALUE(Loaner_received_time__c + 7) < Asset_return_day2__c)
|| (ISNULL(Asset_return_day2__c) && Loaner_received_time__c + 7 < now())
)
&& Rental_Apply__r.DataMigration_Flag__c = FALSE, DATEVALUE(Shippment_loaner_time2__c + 14),
null
)
BlankAsZero
false
false
false
Date