Hi,
there is a solution posted by JAN already in the forum for CC in the E-Mail.
here it goes.
In your BUG ACTION CAN EXECUTE Routine,
If Actionname = "MAIL_BG_RESPONSIBLE" THEN
Set WshShell = CreateObject ("WScript.Shell")
WshShell.SendKeys "{TAB}{TAB}{TAB} User.username +({TAB}{TAB}{TAB})"
Set WshShell = Nothing
END IF
there is a solution posted by JAN already in the forum for CC in the E-Mail.
here it goes.
In your BUG ACTION CAN EXECUTE Routine,
If Actionname = "MAIL_BG_RESPONSIBLE" THEN
Set WshShell = CreateObject ("WScript.Shell")
WshShell.SendKeys "{TAB}{TAB}{TAB} User.username +({TAB}{TAB}{TAB})"
Set WshShell = Nothing
END IF