**
Hi Debra,

This is a good one. Thanks for putting this brainteaser on list.

Here's my 2 cents for this.
 
a) A display only form(kind of like homepage) that will have a table field (set the properties for this table as 'Select First and Then fire workflow' ). The table field property should be associated with your original form and it should show everything that is "Open" assuming a new request created on that form will have a default status of "Open".
Also, create a temp field to hold 'Request ID' column of table.
 
b) When display only form is opened first, refresh table field, set focus on table field and have workflow on menu/row selection(2 different Active Links)
   a) if temp field is NULL- set the temp field to Request ID(if temp field is NULL) of first "Open" record and next action would be to pop-up message with request ID.
   b) if  'z_temp_RequestID_Fied'!='col:Request ID' field and 'z_temp_RequestID_field'!=$NULL$ and next action would be to pop-up message with request ID.

Alternatively, you can also use $COLCOUNT$ keyword for this logic.If COLCOUNTS for current and previous table refreshes dont match and if COLCOUNT of current refresh is greater than that of previous table refresh, then you can trigger pop-up message.

c) Now, there should be some workflow firing on an interval, that would perform a table refresh and basically call above workflow.

Although, this wont be showing requests instantaneously as they are submitted, however it tries to mimic 'Alert' tool. I can see one drawback to this is if multiple tickets are created and table hasnt been refreshed for a while then only the last submitted ticket will be shown in pop-up. You can overcome this by writing some advanced workflow to walk through tables and build dynamic URLs for requests.

I believe you will also have to do some client side configuration(like when users login, the default homepage for those users should be set to this new display only form).

Please share with us final solution as and when you develop it as problem seems very interesting.

Thanks
Chintan.


--- On Mon, 6/28/10, Anderson Debra (PRN) <debra_ander...@prn.com> wrote:

From: Anderson Debra (PRN) <debra_ander...@prn.com>
Subject: Methods to display PopUp window on mutliple user's client screen without using Remedy Alert client
To: arslist@ARSLIST.ORG
Date: Monday, June 28, 2010, 1:21 PM

**

Hi Everyone,

 

We’re using Remedy 7.0.

 

I can’t think of a way to do this but perhaps some of you Remedy Gurus may have a solution.

 

My user’s want to see a popup message window displayed for all members of their group when a new record is added to a specific form.

We are not using Remedy Alert client (which could do this) does anyone know any other method to make this happen – I can’t see any way to do this.

 

My plan-B was to suggest an email notification but this is not really what they are asking for.

 

Thanks

Debra

 

-- -- -- -- -- -- -- -- -- --

Debra Anderson
415 808 9118 direct   |  
600 Harrison St., 4th Floor, San Francisco CA 94107

Tomorrow's Network for Today's Shopper

http://www.prn.com

P Think Green- please do not print this email unless necessary

This e-mail (including any attachments) is meant for only the intended recipient of the transmission, and may include confidential information. If you are not the intended recipient or you received this e-mail in error, any review, use, dissemination, distribution, or copying of this e-mail is strictly prohibited.  If you have received this message in error, please notify the sender immediately by telephone at (415) 808-3500 or by return e-mail and delete this e-mail, along with any attachments and copies, from your system.  Thank you. 

 

_attend WWRUG10 www.wwrug.com ARSlist: "Where the Answers Are"_

_attend WWRUG10 www.wwrug.com ARSlist: "Where the Answers Are"_

Reply via email to