sa37-00

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
sa37-00 [2015/01/14 13:01] davidbellsa37-00 [2022/05/04 08:47] (current) Shelley Hunter
Line 13: Line 13:
   -- RETURN null;   -- if not using EWS   -- RETURN null;   -- if not using EWS
   set rv = 'EWS'+crlf; -- mandatory for EWS   set rv = 'EWS'+crlf; -- mandatory for EWS
-set rv = string(rv,(select (select staff.Email  || '; ' from staff where Staff.staffid =  UserStaffID ) || list(number,';' order by pt.name asc) from Phone as p key join PhoneType as pt where p.WhoID = UserStaffID and p.Who = 'U' and pt.Capabilities = 'E'),crlf);  -- one or more sender addresses separated by ;  Use userstaffid to look up valid ones for logged in user.+set rv = rv + string(rv,(select (select staff.Email  || '; ' from staff where Staff.staffid =  UserStaffID ) || list(number,';' order by pt.name asc) from Phone as p key join PhoneType as pt where p.WhoID = UserStaffID and p.Who = 'U' and pt.Capabilities = 'E'),crlf);  -- one or more sender addresses separated by ;  Use userstaffid to look up valid ones for logged in user.
   --    set rv=rv+'IQXEWSSendMail.exe'+crlf;   -- the program to call (with full path if not either in system path or iqx.exe folder). Notepad.exe handy for testing.   --    set rv=rv+'IQXEWSSendMail.exe'+crlf;   -- the program to call (with full path if not either in system path or iqx.exe folder). Notepad.exe handy for testing.
   set rv = rv+'IQEWSSendMail.exe'+crlf; -- the program to call (with full path if not either in system path or iqx.exe folder). Notepad.exe handy for testing.   set rv = rv+'IQEWSSendMail.exe'+crlf; -- the program to call (with full path if not either in system path or iqx.exe folder). Notepad.exe handy for testing.
Line 49: Line 49:
 **Error Reporting** **Error Reporting**
  
-Any error that occurs is written to the *.err file. This file can be found in the same folder as the files above+Any error that occurs is written to the *.err file. This file can be found in the same folder as the files above. \\ \\ 
 + 
 +For information on the development of IXQ and the visibility of the Inbox please click [[sa37-01|here]].
  
                      
  • sa37-00.1421240518.txt.gz
  • Last modified: 2017/11/16 21:57
  • (external edit)