You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
,CASE
WHEN m8.ActualDate is not null THEN 'RFOC Rejected'
WHEN m8.ActualDate is not null THEN 'RFOC Accepted'
WHEN m7.ActualDate is not null THEN 'RFOC Sent'
WHEN c6.IsRejected=1 then 'TAC Rejected'
WHEN c6.IsAccepted=1 then 'TAC Accepted'
WHEN c6.IsShipped=1 then 'TAC Sent'
WHEN m4.ActualDate is not null THEN 'RFCC Accepted'
WHEN m3.ActualDate is not null THEN 'RFCC Sent'
WHEN m2.ActualDate is not null then 'Punch Status Accepted'
WHEN m1.ActualDate is not null THEN 'Contractor Final Punch'
ELSE 'OS'
END AS HandoverStatus
View: Custom_MechanicalCompletionPackage_v2
FilterName - FAMname
The text was updated successfully, but these errors were encountered: