REM {Send reminder to Incident Manager, Line Manager,Functional Manger};
REM {@MailSend( sendTo ; copyTo ; blindCopyTo ; subject ; remark ; bodyFields ; [ flags ] )};
SELECT Form = "Incident Form" & Status = "";
@MailSend( IncidentManager:LineManager:FuncManager;"";"" ; IncidentName + " Safety Incident : " + @Text(Counter); "Please review Incident " +@Text(Counter) + " as it is marked as open" ;" Document link is below " + @NewLine+@NewLine;[IncludeDoclink] )
|