Hi Serouche, Another option could be to call "write" from a Run Process. This would allow you to send a message directly to the shell the user is logged in from, provided they have not disallowed this from within that shell.
This would require a few things in order to work: -A Remedy Server running on Unix, or a shell account on a Unix box. -The ID of the workstation the user last logged on from. -The user's Unix ID. You should be able to determine the last two things with another Run Process, executed from an Init Form. To send the message, the Run Process would be similar to the following: echo "message from Remedy"|write [EMAIL PROTECTED] Eric Cleereman -----Original Message----- From: Action Request System discussion list(ARSList) [mailto:[EMAIL PROTECTED] Behalf Of Sam Ferguson Sent: Thursday, July 20, 2006 7:19 PM To: [email protected] Subject: Re: is it possible to use the notifier on Unix/Linux ? Mid-tier is an option to providing this functionality to users, although it would not be a real time alert. Users can view the alert list forms via mid-tier. You could add custom workflow to this form to refresh the table list if a new alert event is created for the logged in user. Add a button to this form to open the appropriate record in the appropriate form and you have a workable solution. Sam -----Original Message----- From: Action Request System discussion list(ARSList) [mailto:[EMAIL PROTECTED] On Behalf Of Serouche Rahimpour Sent: Thursday, 20 July 2006 19:08 To: ARSList Subject: is it possible to use the notifier on Unix/Linux ? Hello list, thanks to Remedy, my notifier works fine on my Windows I am happy with it :-) Though I have some users using Linux or Unix (Sun Solaris) and I am wondering how I could make the notifier (or a kind of) available for them as well. Any idea/ suggestion ? Serouche ________________________________________________________________________ _______ UNSUBSCRIBE or access ARSlist Archives at http://www.wwrug.org _______________________________________________________________________________ UNSUBSCRIBE or access ARSlist Archives at http://www.wwrug.org _______________________________________________________________________________ UNSUBSCRIBE or access ARSlist Archives at http://www.wwrug.org

