Parallels Remote Application Server, unlike the Citrix product, is one solution that covers all your needs without having to constantly monitor statuses. If one feature is upgraded or the status changes it won’t affect your whole network and the IT administrator will be informed automatically. ...
1839 for each row call wo_lineactive('U',NEW.workorder,NEW.workorderline,old.wostatus,new.wostatus); 1840 1841 create trigger wo_line_delete after delete on wo_line 1842 for each row call wo_lineactive('D',OLD.workorder,OLD.workorderline,old.wostatus,'');// 1843 1844 1845 ...