Re: scrolling message in remedy

2006-12-13 Thread Rem Valenzuela
I've done this in a custom app on a display only form (dialog form).
 
I have another form where I set a message in a record.  I also have fields on 
that form were you can specify the color of the text and background.
 
>From the view form in an activelink on "Window Loaded" i've got a set field 
>action that looks up the message and colors and builds the code into the view 
>field.  Which will end up looking something like this:
 
"" + $MessageText$ +  
""After all that, I forget if you have to do a 
change field action to do a "set to default" on it or not, but if the above 
doesn't work then I'd try that.
 
Hope this helps,
 
Rem Valenzuela


Date: Tue, 12 Dec 2006 11:58:11 -0800From: [EMAIL PROTECTED]: Re: scrolling 
message in remedyTo: [EMAIL PROTECTED] 








Hi All,
 
I am new to this concept; please help with some steps to get it 
right for both my user tool and web tool. Thanks in advance. 
 

Thanks & Regards, 
Pavan Kumar AV - [Remedy]HCL - AutoDeskWork: 408 416 2078 Extn: 5576Mobile: +91 
98409 95070
Home: +91 44 4359 0919
Mail To: [EMAIL PROTECTED] 




From: Action Request System discussion list(ARSList) [mailto:[EMAIL PROTECTED] 
On Behalf Of Niu, JasonSent: Friday, November 03, 2006 3:42 AMTo: [EMAIL 
PROTECTED]: Re: scrolling message in remedy
 
 
Has anyone done it successfully with a display only form? I would like to add 
this view field with message on the Remedy Support Console.
 
I can’t get it to work. It only display properly on a regular form.
 
Brian? Bob?
 

Jason Niu
Remedy System & Operation
GETS - Enterprise Systems Management 
Office: 212-823-6893
Fax:212-887-3090Email:[EMAIL PROTECTED]
Intranet:   http://monitorweb
-Original Message-From: Action Request System discussion list(ARSList) 
[mailto:[EMAIL PROTECTED] On Behalf Of Sokol, BrianSent: Friday, October 27, 
2006 10:29 AMTo: [EMAIL PROTECTED]: Re: [ARSLIST] scrolling message in remedy
 
I would like to add this to some Display Only forms. Is there a way to get a 
view field to read a value from another form? The problem with the Display Only 
form is that when you close it the message will go away for everyone.
 




From: Action Request System discussion list(ARSList) [mailto:[EMAIL PROTECTED] 
On Behalf Of [EMAIL PROTECTED]: Friday, October 27, 2006 5:07 AMTo: [EMAIL 
PROTECTED]: Re: scrolling message in remedy
** 
Hi Jason
 
You can do this in View field. Put your text as a html formatted code in this 
view field, view fields will translate html tags like web browser.
 
 
Regards
 
Abdul Ghani
Pune,India
 __20060125___This posting was submitted with HTML in it___ 
__20060125___This posting was submitted with HTML in it___ 
__20060125___This posting was submitted with HTML in it___
_
Search from any Web page with powerful protection. Get the FREE Windows Live 
Toolbar Today!
http://get.live.com/toolbar/overview
___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org ARSlist:"Where the 
Answers Are"


Re: scrolling message in remedy

2006-12-12 Thread Pavan Kumar Av (Consultant)
Hi All,

 

I am new to this concept; please help with some steps to get
it right for both my user tool and web tool. Thanks in advance. 

 

Thanks & Regards, 

Pavan Kumar AV - [Remedy]
HCL - AutoDesk
Work: 408 416 2078 Extn: 5576
Mobile: +91 98409 95070

Home: +91 44 4359 0919

Mail To: [EMAIL PROTECTED] 

  _  

From: Action Request System discussion list(ARSList)
[mailto:[EMAIL PROTECTED] On Behalf Of Niu, Jason
Sent: Friday, November 03, 2006 3:42 AM
To: arslist@ARSLIST.ORG
Subject: Re: scrolling message in remedy

 

 

Has anyone done it successfully with a display only form? I would like
to add this view field with message on the Remedy Support Console.

 

I can't get it to work. It only display properly on a regular form.

 

Brian? Bob?

 

Jason Niu

Remedy System & Operation

GETS - Enterprise Systems Management 


Office: 212-823-6893

Fax:212-887-3090
Email:[EMAIL PROTECTED]
<mailto:[EMAIL PROTECTED]> 

Intranet:   http://monitorweb <http://monitorweb> 

-Original Message-
From: Action Request System discussion list(ARSList)
[mailto:[EMAIL PROTECTED] On Behalf Of Sokol, Brian
Sent: Friday, October 27, 2006 10:29 AM
To: arslist@ARSLIST.ORG
Subject: Re: [ARSLIST] scrolling message in remedy

 

I would like to add this to some Display Only forms. Is there a way to
get a view field to read a value from another form? The problem with the
Display Only form is that when you close it the message will go away for
everyone.

 

  _  

From: Action Request System discussion list(ARSList)
[mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED]
Sent: Friday, October 27, 2006 5:07 AM
To: arslist@ARSLIST.ORG
Subject: Re: scrolling message in remedy

** 

Hi Jason

 

You can do this in View field. Put your text as a html formatted code in
this view field, view fields will translate html tags like web browser.

 

 

Regards

 

Abdul Ghani

Pune,India

 

__20060125___This posting was submitted with HTML in
it___ __20060125___This posting was submitted with
HTML in it___

___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org ARSlist:"Where the 
Answers Are"


Re: scrolling message in remedy

2006-11-03 Thread Niu, Jason
Title: RE: ARERR 405 exporting Display Only form to .def file
**



**









 

Thanks. I changed my
active link to run on windows loaded (from window open), and it works now.

 

I am also able to create
a form, so Helpdesk manager can update the message and control the rolling
speed and font size.

 

Thanks all for input. 

 



Jason Niu

Remedy System & Operation

GETS
- Enterprise Systems Management 


Office:
212-823-6893

Fax:212-887-3090
Email:    [EMAIL PROTECTED]

Intranet:  
http://monitorweb



-Original Message-
From: Action Request System
discussion list(ARSList) [mailto:[EMAIL PROTECTED] On Behalf Of Sokol, Brian
Sent: Friday,
 November 03, 2006 10:48 AM
To: arslist@ARSLIST.ORG
Subject: Re: [ARSLIST] scrolling
message in remedy

 

Yes I
got it to work. Create a view field on the display only form. Run a set field
on window loaded and set the value of the view field. I set it to:

 

(
"



 







 




" + $Alert$) + 
"




 







 




"

 

 

Notice
the field $Alert$. It is a field on another form that holds the value of the
text to scroll. You can set the AL to run on an interval. I also check the status on the message I am
loading to see if it is Active or Inactive. By changing the status to Inactive
the message is disabled.

 

 











From: Action Request System discussion
list(ARSList) [mailto:[EMAIL PROTECTED] On
Behalf Of Niu, Jason
Sent: Thursday,
 November 02, 2006 5:12 PM
To: arslist@ARSLIST.ORG
Subject: Re: scrolling message in
remedy

** ** 

 

Has
anyone done it successfully with a display only form? I would like to add this
view field with message on the Remedy Support Console.

 

I
can’t get it to work. It only display properly on a regular form.

 

Brian? Bob?

 



Jason Niu

Remedy System & Operation

GETS
- Enterprise Systems Management 


Office:
212-823-6893

Fax:212-887-3090
Email:    [EMAIL PROTECTED]

Intranet:  
http://monitorweb



 



-The information contained in this transmission may be privileged andconfidential and is intended only for the use of the person(s) namedabove. If you are not the intended recipient, or an employee or agent responsiblefor delivering this message to the intended recipient, any review, dissemination,distribution or duplication of this communication is strictly prohibited. If you arenot the intended recipient, please contact the sender immediately by reply e-mailand destroy all copies of the original message. Please note that we do not acceptaccount orders and/or instructions by e-mail, and therefore will not be responsiblefor carrying out such orders and/or instructions.  If you, as the intended recipientof this message, the purpose of which is to inform and update our clients, prospectsand consultants of developments relating to our services and products, would notlike to receive further e-mail correspondence from the sender, please "reply" to thesender indicating your wishes.  In the U.S.: 1345 Avenue of the Americas, New York,NY 10105.


__20060125___This posting was submitted with HTML in it___
__20060125___This posting was submitted with HTML in it___

Re: scrolling message in remedy

2006-11-03 Thread Sokol, Brian
Title: RE: ARERR 405 exporting Display Only form to .def file
**



Yes I got it to work. Create a view field on the display 
only form. Run a set field on window loaded and set the value of the view field. 
I set it to:
 
( "
 

 
" + 
$Alert$) +  
"
 

 
"
 
 
Notice the field $Alert$. It is a field on another form 
that holds the value of the text to scroll. You can set the AL to run on an 
interval. I also check the status on the message I am loading to see if it is 
Active or Inactive. By changing the status to Inactive the message is 
disabled.
 


From: Action Request System discussion 
list(ARSList) [mailto:[EMAIL PROTECTED] On Behalf Of Niu, 
JasonSent: Thursday, November 02, 2006 5:12 PMTo: 
arslist@ARSLIST.ORGSubject: Re: scrolling message in 
remedy
** ** 




 
Has anyone done it 
successfully with a display only form? I would like to add this view field with 
message on the Remedy Support Console.
 
I can’t get it to work. 
It only display properly on a regular form.
 
Brian? 
Bob?
 

Jason Niu
Remedy System & 
Operation
GETS 
- Enterprise Systems Management 
Office: 
212-823-6893
Fax:212-887-3090Email:    
[EMAIL PROTECTED]
Intranet:   
http://monitorweb
-Original 
Message-From: Action 
Request System discussion list(ARSList) [mailto:[EMAIL PROTECTED] On Behalf Of Sokol, BrianSent: Friday, October 27, 
2006 10:29 
AMTo: arslist@ARSLIST.ORGSubject: Re: [ARSLIST] scrolling message in 
remedy
 
I would 
like to add this to some Display Only forms. Is there a way to get a view field 
to read a value from another form? The problem with the Display Only form is 
that when you close it the message will go away for everyone.
 




From: Action 
Request System discussion list(ARSList) [mailto:[EMAIL PROTECTED] On Behalf Of 
[EMAIL PROTECTED]Sent: Friday, October 27, 2006 5:07 
AMTo: 
arslist@ARSLIST.ORGSubject: 
Re: scrolling message in remedy
** 
Hi Jason
 
You can 
do this in View field. Put your text as a html formatted code in this view 
field, view fields will translate html tags like web browser.
 
 
Regards
 
Abdul 
Ghani
Pune,India
 




From: Action 
Request System discussion list(ARSList) [mailto:[EMAIL PROTECTED] On Behalf Of Niu, JasonSent: Friday, October 27, 2006 2:37 
AMTo: 
arslist@ARSLIST.ORGSubject: 
scrolling message in remedy
** ** 
Does 
anyone know a way to display scrolling message in Remedy?
 
Such as 
“NOTICE: 
There is currently an outage on AMAACK2A102 - Use Maser Ticket 
758658”, scrolling from right 
to left…
 
Thanks,

Jason Niu
Remedy Skilled 
Professional
Alliance 
Bernstein
-Original 
Message-From: Action 
Request System discussion list(ARSList) [mailto:[EMAIL PROTECTED] On Behalf Of McKenzie, James J C-E LCMC 
HQISEC/L3Sent: Monday, July 
10, 2006 5:43 PMTo: 
arslist@ARSLIST.ORGSubject: 
Re: ARERR 405 exporting Display Only form to .def file
 
Fred:   I might be able to test this in the near 
future.   James McKenzie   
 
From: Action Request System discussion list(ARSList) [mailto:arslist@ARSLIST.ORG] On Behalf Of 
Grooms, Frederick W Sent: Monday, July 10, 2006 1:58 PM 
To: 
arslist@ARSLIST.ORG Subject: Re: ARERR 405 exporting Display Only form to 
.def file 
 
** I think you might be able to change from a core field to 
some other field. 
 
From: Action Request System discussion list(ARSList) [mailto:arslist@ARSLIST.ORG] On Behalf Of 
McKenzie, James J C-E LCMC HQISEC/L3
Sent: Monday, July 10, 2006 3:53 PM 
To: 
arslist@ARSLIST.ORG Subject: Re: ARERR 405 exporting Display Only form to 
.def file 
 
** 
Fred: 
Will this work with a core field? 
James McKenzie   [Information on ARCHGID deleted] 
-The 
information contained in this transmission may be privileged andconfidential 
and is intended only for the use of the person(s) namedabove. If you are not 
the intended recipient, or an employee or agent responsiblefor delivering 
this message to the intended recipient, any review, 
dissemination,distribution or duplication of this communication is strictly 
prohibited. If you arenot the intended recipient, please contact the sender 
immediately by reply e-mailand destroy all copies of the original message. 
Please note that we do not acceptaccount orders and/or instructions by 
e-mail, and therefore will not be responsiblefor carrying out such orders 
and/or instructions. If you, as the intended recipientof this message, the 
purpose of which is to inform and update our clients, prospectsand 
consultants of developments relating to our services and products, would 
notlike to receive further e-mail correspondence from the sender, please 
"reply" to thesender indicating your wishes. In the U.S.: 1345 Avenue of the 
Americas, New York,NY 10105. __20060125___This posting 
was submitted with HTML in it___ __20060125___This posting 
was submitted with HTML in it___ 

Re: scrolling message in remedy

2006-11-02 Thread Niu, Jason
Title: RE: ARERR 405 exporting Display Only form to .def file
**


**









 

Has anyone done it successfully with a
display only form? I would like to add this view field with message on the
Remedy Support Console.

 

I can’t get it to work. It only
display properly on a regular form.

 

Brian? Bob?

 



Jason Niu

Remedy System &
Operation

GETS
- Enterprise Systems Management 


Office:
212-823-6893

Fax:212-887-3090
Email:    [EMAIL PROTECTED]

Intranet:   http://monitorweb



-Original Message-
From: Action Request System
discussion list(ARSList) [mailto:[EMAIL PROTECTED] On Behalf Of Sokol, Brian
Sent: Friday, October
 27, 2006 10:29 AM
To: arslist@ARSLIST.ORG
Subject: Re: [ARSLIST] scrolling
message in remedy

 

I would like to add this
to some Display Only forms. Is there a way to get a view field to read a value
from another form? The problem with the Display Only form is that when you
close it the message will go away for everyone.

 











From: Action Request System discussion
list(ARSList) [mailto:[EMAIL PROTECTED] On
Behalf Of [EMAIL PROTECTED]
Sent: Friday, October 27, 2006
5:07 AM
To: arslist@ARSLIST.ORG
Subject: Re: scrolling message in
remedy

** 

Hi Jason

 

You
can do this in View field. Put your text as a html formatted code in this view
field, view fields will translate html tags like web browser.

 

 

Regards

 

Abdul
Ghani

Pune,India

 











From: Action Request System discussion
list(ARSList) [mailto:[EMAIL PROTECTED] On
Behalf Of Niu, Jason
Sent: Friday, October 27, 2006
2:37 AM
To: arslist@ARSLIST.ORG
Subject: scrolling message in
remedy

** ** 

Does anyone know a way to
display scrolling message in Remedy?

 

Such as “NOTICE: There is currently an outage on AMAACK2A102
- Use Maser Ticket 758658”, scrolling from
right to left…

 

Thanks,



Jason Niu

Remedy Skilled Professional

Alliance Bernstein



-Original Message-
From: Action Request System discussion
list(ARSList) [mailto:[EMAIL PROTECTED] On
Behalf Of McKenzie, James J C-E LCMC HQISEC/L3
Sent: Monday, July 10, 2006 5:43
PM
To: arslist@ARSLIST.ORG
Subject: Re: ARERR 405 exporting
Display Only form to .def file

 

Fred: 
  
I might be able to test this in the
near future. 
  
James McKenzie 
  

 

From: Action Request System discussion list(ARSList) [mailto:arslist@ARSLIST.ORG] On Behalf Of
Grooms, Frederick W 
Sent: Monday, July 10, 2006 1:58 PM

To: arslist@ARSLIST.ORG

Subject: Re: ARERR 405 exporting
Display Only form to .def file 

 

** 
I think you might be able to change
from a core field to some other field. 

 

From: Action Request System discussion list(ARSList) [mailto:arslist@ARSLIST.ORG] On Behalf Of
McKenzie, James J C-E LCMC HQISEC/L3

Sent: Monday, July 10, 2006 3:53 PM 
To: arslist@ARSLIST.ORG

Subject: Re: ARERR 405 exporting
Display Only form to .def file 

 

** 

Fred: 

Will this work with a core field? 

James McKenzie 
  
[Information on ARCHGID deleted]




-
The information contained in this transmission may be privileged and
confidential and is intended only for the use of the person(s) named
above. If you are not the intended recipient, or an employee or agent
responsible
for delivering this message to the intended recipient, any review,
dissemination,
distribution or duplication of this communication is strictly prohibited. If
you are
not the intended recipient, please contact the sender immediately by reply
e-mail
and destroy all copies of the original message. Please note that we do not
accept
account orders and/or instructions by e-mail, and therefore will not be
responsible
for carrying out such orders and/or instructions. If you, as the intended
recipient
of this message, the purpose of which is to inform and update our clients,
prospects
and consultants of developments relating to our services and products, would
not
like to receive further e-mail correspondence from the sender, please
"reply" to the
sender indicating your wishes. In the U.S.: 1345 Avenue of the Americas, New
York,
NY 10105. __20060125___This posting was submitted with HTML
in it___ __20060125___This posting was submitted with HTML
in it___ 


 
  
  
  The information contained in this electronic message and any attachments to this
  message are intended for the exclusive use of the addressee(s) and may
  contain proprietary, confidential or privileged information. If you are not
  the intended recipient, you should not disseminate, distribute or copy this
  e-mail. Please notify the sender immediately and destroy all copies of this
  message and any attachments. 
  
  WARNING: Computer viruses can be transmitted via email. The recipient should
  check this email and any attachments for the presence of viruses. The company
  accepts no liability for any damage caused by any virus transmitted b

Re: scrolling message in remedy

2006-11-02 Thread Niu, Jason
Title: RE: ARERR 405 exporting Display Only form to .def file
**


**









Thomas,

 

I tried this application. Although it’s
a little complicated, it works great. Thanks!

 

 



Jason Niu

Remedy System &
Operation

GETS - Enterprise Systems Management 


 Email:    [EMAIL PROTECTED]



-Original Message-
From: Action Request System
discussion list(ARSList) [mailto:[EMAIL PROTECTED] On Behalf Of Thomas Bean
Sent: Thursday,
 October 26, 2006 6:23 PM
To: arslist@ARSLIST.ORG
Subject: Re: [ARSLIST] scrolling
message in remedy

 



Check the community downloads section of the AR System
Developer Community site for an application named
"RavellingText".  I believe this should do it...





 





HTH,





 





Thomas





 







- Original Message - 





From: Niu, Jason 





Newsgroups:
gmane.comp.crm.arsystem.general





Sent: Thursday,
October 26, 2006 16:06





Subject: scrolling
message in remedy





 



** ** 

Does anyone know a way to
display scrolling message in Remedy?

 

Such as “NOTICE: There is currently an outage on AMAACK2A102
- Use Maser Ticket 758658”, scrolling from
right to left…

 

Thanks,



Jason Niu

Remedy Skilled Professional

Alliance Bernstein



-Original Message-
From: Action Request System
discussion list(ARSList) [mailto:[EMAIL PROTECTED] On Behalf Of McKenzie, James J C-E LCMC
HQISEC/L3
Sent: Monday, July 10, 2006 5:43
PM
To: arslist@ARSLIST.ORG
Subject: Re: ARERR 405 exporting
Display Only form to .def file

 

Fred: 
  
I might be able to test this in the
near future. 
  
James McKenzie 
  

 

From: Action Request System discussion list(ARSList) [mailto:arslist@ARSLIST.ORG] On Behalf Of
Grooms, Frederick W 
Sent: Monday, July 10, 2006 1:58 PM

To: arslist@ARSLIST.ORG

Subject: Re: ARERR 405 exporting
Display Only form to .def file 

 

** 
I think you might be able to change
from a core field to some other field. 

 

From: Action Request System discussion list(ARSList) [mailto:arslist@ARSLIST.ORG] On Behalf Of
McKenzie, James J C-E LCMC HQISEC/L3

Sent: Monday, July 10, 2006 3:53 PM 
To: arslist@ARSLIST.ORG

Subject: Re: ARERR 405 exporting
Display Only form to .def file 

 

** 

Fred: 

Will this work with a core field? 

James McKenzie 
  
[Information on ARCHGID deleted]




-
The information contained in this transmission may be privileged and
confidential and is intended only for the use of the person(s) named
above. If you are not the intended recipient, or an employee or agent
responsible
for delivering this message to the intended recipient, any review,
dissemination,
distribution or duplication of this communication is strictly prohibited. If
you are
not the intended recipient, please contact the sender immediately by reply
e-mail
and destroy all copies of the original message. Please note that we do not
accept
account orders and/or instructions by e-mail, and therefore will not be
responsible
for carrying out such orders and/or instructions. If you, as the intended
recipient
of this message, the purpose of which is to inform and update our clients,
prospects
and consultants of developments relating to our services and products, would
not
like to receive further e-mail correspondence from the sender, please
"reply" to the
sender indicating your wishes. In the U.S.: 1345 Avenue of the Americas, New
York,
NY 10105. __20060125___This posting was submitted with HTML
in it___ __20060125___This posting was submitted with HTML
in it___





-The information contained in this transmission may be privileged andconfidential and is intended only for the use of the person(s) namedabove. If you are not the intended recipient, or an employee or agent responsiblefor delivering this message to the intended recipient, any review, dissemination,distribution or duplication of this communication is strictly prohibited. If you arenot the intended recipient, please contact the sender immediately by reply e-mailand destroy all copies of the original message. Please note that we do not acceptaccount orders and/or instructions by e-mail, and therefore will not be responsiblefor carrying out such orders and/or instructions.  If you, as the intended recipientof this message, the purpose of which is to inform and update our clients, prospectsand consultants of developments relating to our services and products, would notlike to receive further e-mail correspondence from the sender, please "reply" to thesender indicating your wishes.  In the U.S.: 1345 Avenue of the Americas, New York,NY 10105.


__20060125___This posting was submitted with HTML in it___
__20060125___This posting was submitted with HTML in it___

Re: scrolling message in remedy

2006-11-02 Thread Niu, Jason
Jim,

This seems to be a simpler solution to my users.

Thanks,

Jason Niu
Email:[EMAIL PROTECTED]


-Original Message-
From: Action Request System discussion list(ARSList)
[mailto:[EMAIL PROTECTED] On Behalf Of Jim Bruce
Sent: Thursday, October 26, 2006 8:01 PM
To: arslist@ARSLIST.ORG
Subject: Re: [ARSLIST] scrolling message in remedy

You could add a View Field and a Character Field to your form.
In an active link, set the Character field with some HTML like:

[MESSAGE]

In another active link, change the [MESSAGE] string to whatever you
want, 
perhaps from a Message form maintained externally.

Character Field = REPLACE($Character Field$, "[MESSAGE]", $New Message$)

Hope that helps,

Jim Bruce



-
The information contained in this transmission may be privileged and
confidential and is intended only for the use of the person(s) named
above. If you are not the intended recipient, or an employee or agent 
responsible
for delivering this message to the intended recipient, any review, 
dissemination,
distribution or duplication of this communication is strictly prohibited. If 
you are
not the intended recipient, please contact the sender immediately by reply 
e-mail
and destroy all copies of the original message. Please note that we do not 
accept
account orders and/or instructions by e-mail, and therefore will not be 
responsible
for carrying out such orders and/or instructions.  If you, as the intended 
recipient
of this message, the purpose of which is to inform and update our clients, 
prospects
and consultants of developments relating to our services and products, would not
like to receive further e-mail correspondence from the sender, please "reply" 
to the
sender indicating your wishes.  In the U.S.: 1345 Avenue of the Americas, New 
York,
NY 10105.

___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org ARSlist:"Where the 
Answers Are"


Re: scrolling message in remedy

2006-10-30 Thread Jim Bruce
You could add a View Field and a Character Field to your form.
In an active link, set the Character field with some HTML like:

[MESSAGE]

In another active link, change the [MESSAGE] string to whatever you want, 
perhaps from a Message form maintained externally.

Character Field = REPLACE($Character Field$, "[MESSAGE]", $New Message$)

Hope that helps,

Jim Bruce


On Thu, 26 Oct 2006 17:06:47 -0400, Niu, Jason 
<[EMAIL PROTECTED]> wrote:

>** 
>
>Does anyone know a way to display scrolling message in Remedy?
>
> 
>
>Such as "NOTICE: There is currently an outage on AMAACK2A102 - Use Maser
>Ticket 758658", scrolling from right to left...
>
> 
>
>Thanks,
>
>Jason Niu
>
>Remedy Skilled Professional
>
>Alliance Bernstein
>
>-Original Message-
>From: Action Request System discussion list(ARSList)
>[mailto:[EMAIL PROTECTED] On Behalf Of McKenzie, James J C-E LCMC
>HQISEC/L3
>Sent: Monday, July 10, 2006 5:43 PM
>To: arslist@ARSLIST.ORG
>Subject: Re: ARERR 405 exporting Display Only form to .def file
>
> 
>
>Fred: 
>  
>I might be able to test this in the near future. 
>  
>James McKenzie 
>  
>
> 
>
>From: Action Request System discussion list(ARSList)
>[mailto:[EMAIL PROTECTED] On Behalf Of Grooms, Frederick W 
>Sent: Monday, July 10, 2006 1:58 PM 
>To: arslist@ARSLIST.ORG 
>Subject: Re: ARERR 405 exporting Display Only form to .def file 
>
> 
>
>** 
>I think you might be able to change from a core field to some other
>field. 
>
> 
>
>From: Action Request System discussion list(ARSList)
>[mailto:[EMAIL PROTECTED] On Behalf Of McKenzie, James J C-E LCMC
>HQISEC/L3
>
>Sent: Monday, July 10, 2006 3:53 PM 
>To: arslist@ARSLIST.ORG 
>Subject: Re: ARERR 405 exporting Display Only form to .def file 
>
> 
>
>** 
>
>Fred: 
>
>Will this work with a core field? 
>
>James McKenzie 
>  
>[Information on ARCHGID deleted] 
>
>__20060125___This posting was submitted with HTML in
>it___
>
>-
>The information contained in this transmission may be privileged and
>confidential and is intended only for the use of the person(s) named
>above. If you are not the intended recipient, or an employee or agent 
responsible
>for delivering this message to the intended recipient, any review, 
dissemination,
>distribution or duplication of this communication is strictly prohibited. 
If you are
>not the intended recipient, please contact the sender immediately by reply 
e-mail
>and destroy all copies of the original message. Please note that we do not 
accept
>account orders and/or instructions by e-mail, and therefore will not be 
responsible
>for carrying out such orders and/or instructions.  If you, as the intended 
recipient
>of this message, the purpose of which is to inform and update our clients, 
prospects
>and consultants of developments relating to our services and products, 
would not
>like to receive further e-mail correspondence from the sender, 
please "reply" to the
>sender indicating your wishes.  In the U.S.: 1345 Avenue of the Americas, 
New York,
>NY 10105.
>
>___

>UNSUBSCRIBE or access ARSlist Archives at http://www.wwrug.org

___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org ARSlist:"Where the 
Answers Are"


Re: scrolling message in remedy

2006-10-27 Thread Herb Partlow
What you can do to allow, say and app admin to change the text 
Anytime they want..

1) Create a form to hold the text you want to use.
2) Create a view field on the form where you want the text to appear
3) Create an active link that does a set field action to the field
   in step 2. Make the set field action something like
   Read from form that hold the text
   Set field if Status = Active

   Set field with the text.


Herb

-Original Message-
From: Action Request System discussion list(ARSList)
[mailto:[EMAIL PROTECTED] On Behalf Of Clary, Bill
Sent: Friday, October 27, 2006 9:42 AM
To: arslist@ARSLIST.ORG
Subject: Re: scrolling message in remedy

Yes you can do it on Display forms.

Make an entry in a regular form and store the html in a field.

Then make a activelink on the display form on Open or Display that does
a set fields action from the regular form and puts the value into the
view field.

Bill Clary
Remedy Developer, Tech Solutions
FTS | Customer Support Center



"Sokol, Brian" <[EMAIL PROTECTED]> wrote in message
news:<[EMAIL PROTECTED]
nc.local>...
I would like to add this to some Display Only forms. Is there a way to
get a view field to read a value from another form? The problem with the
Display Only form is that when you close it the message will go away for
everyone.



From: Action Request System discussion list(ARSList)
[mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED]
Sent: Friday, October 27, 2006 5:07 AM
To: arslist@ARSLIST.ORG
Subject: Re: scrolling message in remedy


** 
Hi Jason
 
You can do this in View field. Put your text as a html formatted code in
this view field, view fields will translate html tags like web browser.
 
 
Regards
 
Abdul Ghani
Pune,India



From: Action Request System discussion list(ARSList)
[mailto:[EMAIL PROTECTED] On Behalf Of Niu, Jason
Sent: Friday, October 27, 2006 2:37 AM
To: arslist@ARSLIST.ORG
Subject: scrolling message in remedy


** ** 

Does anyone know a way to display scrolling message in Remedy?

 

Such as "NOTICE: There is currently an outage on AMAACK2A102 - Use Maser
Ticket 758658", scrolling from right to left...

 

Thanks,

Jason Niu

Remedy Skilled Professional

Alliance Bernstein

-Original Message-
From: Action Request System discussion list(ARSList)
[mailto:[EMAIL PROTECTED] On Behalf Of McKenzie, James J C-E LCMC
HQISEC/L3
Sent: Monday, July 10, 2006 5:43 PM
To: arslist@ARSLIST.ORG
Subject: Re: ARERR 405 exporting Display Only form to .def file

 

Fred: 
  
I might be able to test this in the near future. 
  
James McKenzie 
  

 

From: Action Request System discussion list(ARSList)
[mailto:[EMAIL PROTECTED] On Behalf Of Grooms, Frederick W 
Sent: Monday, July 10, 2006 1:58 PM 
To: arslist@ARSLIST.ORG 
Subject: Re: ARERR 405 exporting Display Only form to .def file 

 

** 
I think you might be able to change from a core field to some other
field. 

 

From: Action Request System discussion list(ARSList)
[mailto:[EMAIL PROTECTED] On Behalf Of McKenzie, James J C-E LCMC
HQISEC/L3

Sent: Monday, July 10, 2006 3:53 PM 
To: arslist@ARSLIST.ORG 
Subject: Re: ARERR 405 exporting Display Only form to .def file 

 

** 

Fred: 

Will this work with a core field? 

James McKenzie 
  
[Information on ARCHGID deleted] 



-
The information contained in this transmission may be privileged and
confidential and is intended only for the use of the person(s) named
above. If you are not the intended recipient, or an employee or agent
responsible
for delivering this message to the intended recipient, any review,
dissemination,
distribution or duplication of this communication is strictly
prohibited. If you are
not the intended recipient, please contact the sender immediately by
reply e-mail
and destroy all copies of the original message. Please note that we do
not accept
account orders and/or instructions by e-mail, and therefore will not be
responsible
for carrying out such orders and/or instructions. If you, as the
intended recipient
of this message, the purpose of which is to inform and update our
clients, prospects
and consultants of developments relating to our services and products,
would not
like to receive further e-mail correspondence from the sender, please
"reply" to the
sender indicating your wishes. In the U.S.: 1345 Avenue of the Americas,
New York,
NY 10105. __20060125___This posting was submitted
with HTML in it___ __20060125___This posting was
submitted with HTML in it___ 

The information contained in this electronic message and any attachments
to this message are intended for the exclusive use of the addressee(s)
and may contain proprietary, confidential or privileged information. If
you are not the intended recipient, you should not disseminate,
distrib

Re: scrolling message in remedy

2006-10-27 Thread McKenzie, James J C-E LCMC HQISEC/L3
Title: RE: scrolling message in remedy
**



Jason:
 
When you 'tag' along a new topic onto an existing message 
as a reply, this will cause message threading (the abililty to follow a series 
of messages on a single topic) to break.  It is best that you start with a 
new message to the list.  The list address has not changed for several 
years and is arslist@arslist.org.
 
James McKenzie
 


From: Action Request System discussion 
list(ARSList) [mailto:[EMAIL PROTECTED] On Behalf Of Niu, 
JasonSent: Friday, October 27, 2006 6:35 AMTo: 
arslist@ARSLIST.ORGSubject: Re: scrolling message in 
remedy
** ** 




James, 

 
This request is for 
rolling text in remedy user tool for now. 
 
Just so I can better 
understand, what message threading are you referring to? 
 
Thanks for the 
reply,
 

Jason Niu
 
Email:    
[EMAIL PROTECTED]
-Original 
Message-From: Action 
Request System discussion list(ARSList) [mailto:[EMAIL PROTECTED] On Behalf Of McKenzie, James J C-E LCMC 
HQISEC/L3Sent: 
Thursday, October 26, 
2006 6:17 
PMTo: arslist@ARSLIST.ORGSubject: Re: [ARSLIST] scrolling message in 
remedy
 
Jason:   On the Web?   Also, Please start a NEW topic with a NEW message.  
It messes up message threading and could result in your message being skipped 
over or automatically deleted.
James McKenzie L-3 GSI   
 
From: Action Request System discussion list(ARSList) [mailto:arslist@ARSLIST.ORG] On Behalf Of 
Niu, Jason Sent: 
Thursday, October 26, 2006 2:07 PM To: arslist@ARSLIST.ORG Subject: scrolling message in 
remedy 
 
** ** 
Does anyone know a way to display scrolling message in 
Remedy? 
 
Such as "NOTICE: There is currently an outage on 
AMAACK2A102 - Use Maser Ticket 758658", scrolling from right to 
left... 
 
Thanks, 
Jason Niu 
Remedy Skilled Professional 
Alliance Bernstein 
-The information 
contained in this transmission may be privileged andconfidential and is 
intended only for the use of the person(s) namedabove. If you are not the 
intended recipient, or an employee or agent responsiblefor delivering this 
message to the intended recipient, any review, dissemination,distribution or 
duplication of this communication is strictly prohibited. If you arenot the 
intended recipient, please contact the sender immediately by reply e-mailand 
destroy all copies of the original message. Please note that we do not 
acceptaccount orders and/or instructions by e-mail, and therefore will not 
be responsiblefor carrying out such orders and/or instructions. If you, as 
the intended recipientof this message, the purpose of which is to inform and 
update our clients, prospectsand consultants of developments relating to our 
services and products, would notlike to receive further e-mail 
correspondence from the sender, please "reply" to thesender indicating your 
wishes. In the U.S.: 1345 Avenue of the Americas, New York,NY 10105. 
__20060125___This posting was submitted with HTML in it___ 
__20060125___This posting was submitted with HTML in 
it___
__20060125___This posting was submitted with HTML in it___


Re: scrolling message in remedy

2006-10-27 Thread Clary, Bill
Yes you can do it on Display forms.

Make an entry in a regular form and store the html in a field.

Then make a activelink on the display form on Open or Display that does
a set fields action from the regular form and puts the value into the
view field.

Bill Clary
Remedy Developer, Tech Solutions
FTS | Customer Support Center



"Sokol, Brian" <[EMAIL PROTECTED]> wrote in message
news:<[EMAIL PROTECTED]
nc.local>...
I would like to add this to some Display Only forms. Is there a way to
get a view field to read a value from another form? The problem with the
Display Only form is that when you close it the message will go away for
everyone.



From: Action Request System discussion list(ARSList)
[mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED]
Sent: Friday, October 27, 2006 5:07 AM
To: arslist@ARSLIST.ORG
Subject: Re: scrolling message in remedy


** 
Hi Jason
 
You can do this in View field. Put your text as a html formatted code in
this view field, view fields will translate html tags like web browser.
 
 
Regards
 
Abdul Ghani
Pune,India



From: Action Request System discussion list(ARSList)
[mailto:[EMAIL PROTECTED] On Behalf Of Niu, Jason
Sent: Friday, October 27, 2006 2:37 AM
To: arslist@ARSLIST.ORG
Subject: scrolling message in remedy


** ** 

Does anyone know a way to display scrolling message in Remedy?

 

Such as "NOTICE: There is currently an outage on AMAACK2A102 - Use Maser
Ticket 758658", scrolling from right to left...

 

Thanks,

Jason Niu

Remedy Skilled Professional

Alliance Bernstein

-Original Message-
From: Action Request System discussion list(ARSList)
[mailto:[EMAIL PROTECTED] On Behalf Of McKenzie, James J C-E LCMC
HQISEC/L3
Sent: Monday, July 10, 2006 5:43 PM
To: arslist@ARSLIST.ORG
Subject: Re: ARERR 405 exporting Display Only form to .def file

 

Fred: 
  
I might be able to test this in the near future. 
  
James McKenzie 
  

 

From: Action Request System discussion list(ARSList)
[mailto:[EMAIL PROTECTED] On Behalf Of Grooms, Frederick W 
Sent: Monday, July 10, 2006 1:58 PM 
To: arslist@ARSLIST.ORG 
Subject: Re: ARERR 405 exporting Display Only form to .def file 

 

** 
I think you might be able to change from a core field to some other
field. 

 

From: Action Request System discussion list(ARSList)
[mailto:[EMAIL PROTECTED] On Behalf Of McKenzie, James J C-E LCMC
HQISEC/L3

Sent: Monday, July 10, 2006 3:53 PM 
To: arslist@ARSLIST.ORG 
Subject: Re: ARERR 405 exporting Display Only form to .def file 

 

** 

Fred: 

Will this work with a core field? 

James McKenzie 
  
[Information on ARCHGID deleted] 



-
The information contained in this transmission may be privileged and
confidential and is intended only for the use of the person(s) named
above. If you are not the intended recipient, or an employee or agent
responsible
for delivering this message to the intended recipient, any review,
dissemination,
distribution or duplication of this communication is strictly
prohibited. If you are
not the intended recipient, please contact the sender immediately by
reply e-mail
and destroy all copies of the original message. Please note that we do
not accept
account orders and/or instructions by e-mail, and therefore will not be
responsible
for carrying out such orders and/or instructions. If you, as the
intended recipient
of this message, the purpose of which is to inform and update our
clients, prospects
and consultants of developments relating to our services and products,
would not
like to receive further e-mail correspondence from the sender, please
"reply" to the
sender indicating your wishes. In the U.S.: 1345 Avenue of the Americas,
New York,
NY 10105. __20060125___This posting was submitted
with HTML in it___ __20060125___This posting was
submitted with HTML in it___ 

The information contained in this electronic message and any attachments
to this message are intended for the exclusive use of the addressee(s)
and may contain proprietary, confidential or privileged information. If
you are not the intended recipient, you should not disseminate,
distribute or copy this e-mail. Please notify the sender immediately and
destroy all copies of this message and any attachments. 

WARNING: Computer viruses can be transmitted via email. The recipient
should check this email and any attachments for the presence of viruses.
The company accepts no liability for any damage caused by any virus
transmitted by this email.

www.wipro.com

__20060125___This posting was submitted with HTML in
it___


___
UNSUBSCRIBE or access ARSlist Archives at www.

Re: scrolling message in remedy

2006-10-27 Thread Urbanek, Clint
Title: RE: ARERR 405 exporting Display Only form to .def file
**



You can paste the following text into a set fields 
action in an active link. Replace $xTMP4$ with any field on any form that you 
wish to retrieve the message from. The field that you are pulling from will more 
than likely be a character field, but the field you are setting has to be a view 
field.
 
 
( "" + 
$xTMP4$) +  ""


From: Action Request System discussion 
list(ARSList) [mailto:[EMAIL PROTECTED] On Behalf Of Sokol, 
BrianSent: Friday, October 27, 2006 7:29 AMTo: 
arslist@ARSLIST.ORGSubject: Re: scrolling message in 
remedy
** 

I would like to add this to some Display Only forms. Is 
there a way to get a view field to read a value from another form? The problem 
with the Display Only form is that when you close it the message will go away 
for everyone.


From: Action Request System discussion 
list(ARSList) [mailto:[EMAIL PROTECTED] On Behalf Of 
[EMAIL PROTECTED]Sent: Friday, October 27, 2006 5:07 
AMTo: arslist@ARSLIST.ORGSubject: Re: scrolling message in 
remedy
** 

Hi Jason
 
You can do this in 
View field. Put your text as a html formatted code in this view field, view 
fields will translate html tags like web browser.
 
 
Regards
 
Abdul 
Ghani
Pune,India


From: Action Request System discussion 
list(ARSList) [mailto:[EMAIL PROTECTED] On Behalf Of Niu, 
JasonSent: Friday, October 27, 2006 2:37 AMTo: 
arslist@ARSLIST.ORGSubject: scrolling message in 
remedy
** ** 




Does anyone know a way 
to display scrolling message in Remedy?
 
Such as 
“NOTICE: 
There is currently an outage on AMAACK2A102 - Use Maser Ticket 
758658”, scrolling from right 
to left…
 
Thanks,

Jason Niu
Remedy Skilled 
Professional
Alliance 
Bernstein
-Original 
Message-From: Action 
Request System discussion list(ARSList) [mailto:[EMAIL PROTECTED] On Behalf Of McKenzie, James J C-E LCMC 
HQISEC/L3Sent: 
Monday, July 10, 
2006 5:43 
PMTo: arslist@ARSLIST.ORGSubject: Re: ARERR 405 exporting Display 
Only form to .def file
 
Fred:   I might be able to test this in the near 
future.   James McKenzie   
 
From: Action Request System discussion list(ARSList) [mailto:arslist@ARSLIST.ORG] On Behalf Of 
Grooms, Frederick W Sent: Monday, July 10, 2006 1:58 PM To: arslist@ARSLIST.ORG Subject: Re: ARERR 405 exporting Display 
Only form to .def file 
 
** I think you might be able to change from a core field to 
some other field. 
 
From: Action Request System discussion list(ARSList) [mailto:arslist@ARSLIST.ORG] On Behalf Of 
McKenzie, James J C-E LCMC HQISEC/L3
Sent: Monday, July 10, 2006 3:53 PM To: arslist@ARSLIST.ORG Subject: Re: ARERR 405 exporting Display 
Only form to .def file 
 
** 
Fred: 
Will this work with a core field? 
James McKenzie   [Information on ARCHGID deleted] 
-The information 
contained in this transmission may be privileged andconfidential and is 
intended only for the use of the person(s) namedabove. If you are not the 
intended recipient, or an employee or agent responsiblefor delivering this 
message to the intended recipient, any review, dissemination,distribution or 
duplication of this communication is strictly prohibited. If you arenot the 
intended recipient, please contact the sender immediately by reply e-mailand 
destroy all copies of the original message. Please note that we do not 
acceptaccount orders and/or instructions by e-mail, and therefore will not 
be responsiblefor carrying out such orders and/or instructions. If you, as 
the intended recipientof this message, the purpose of which is to inform and 
update our clients, prospectsand consultants of developments relating to our 
services and products, would notlike to receive further e-mail 
correspondence from the sender, please "reply" to thesender indicating your 
wishes. In the U.S.: 1345 Avenue of the Americas, New York,NY 10105. 
__20060125___This posting was submitted with HTML in it___ 
__20060125___This posting was submitted with HTML in it___ 

  
  
The information contained in 
  this electronic message and any attachments to this message are intended 
  for the exclusive use of the addressee(s) and may contain proprietary, 
  confidential or privileged information. If you are not the intended 
  recipient, you should not disseminate, distribute or copy this e-mail. 
  Please notify the sender immediately and destroy all copies of this 
  message and any attachments. WARNING: Computer viruses can be 
  transmitted via email. The recipient should check this email and any 
  attachments for the presence of viruses. The company accepts no liability 
  for any damage caused by any virus transmitted by this 
  email.www.wipro.com__20060125___This 
posting was submitted with HTML in it___ __20060125

Re: scrolling message in remedy

2006-10-27 Thread Halstead, Robert
Title: RE: ARERR 405 exporting Display Only form to .def file
**



Had this problem with view fields as well on display 
forms.  What I did was create an active link that sets the view form 
contents to what I need them to be.  This was the only way I could get a 
view form to display on a display only page.
 
Bob Halstead
 


From: Action Request System discussion 
list(ARSList) [mailto:[EMAIL PROTECTED] On Behalf Of Sokol, 
BrianSent: Friday, October 27, 2006 8:29 AMTo: 
arslist@ARSLIST.ORGSubject: Re: scrolling message in 
remedy
** 
I would like to 
add this to some Display Only forms. Is there a way to get a view field to read 
a value from another form? The problem with the Display Only form is that when 
you close it the message will go away for everyone.


From: Action Request System discussion 
list(ARSList) [mailto:[EMAIL PROTECTED] On Behalf Of 
[EMAIL PROTECTED]Sent: Friday, October 27, 2006 5:07 
AMTo: arslist@ARSLIST.ORGSubject: Re: scrolling message in 
remedy
** 
Hi Jason
 
You can do this in 
View field. Put your text as a html formatted code in this view field, view 
fields will translate html tags like web browser.
 
 
Regards
 
Abdul 
Ghani
Pune,India


From: Action Request System discussion 
list(ARSList) [mailto:[EMAIL PROTECTED] On Behalf Of Niu, 
JasonSent: Friday, October 27, 2006 2:37 AMTo: 
arslist@ARSLIST.ORGSubject: scrolling message in 
remedy
** ** 

Does anyone know a way to 
display scrolling message in Remedy?
 
Such as “NOTICE: There is currently an outage on AMAACK2A102 
- Use Maser Ticket 758658”, 
scrolling from right to left…
 
Thanks,

Jason Niu
Remedy 
Skilled Professional
Alliance 
Bernstein
-Original 
Message-From: Action Request System discussion list(ARSList) 
[mailto:[EMAIL PROTECTED] On Behalf Of McKenzie, James J C-E LCMC 
HQISEC/L3Sent: Monday, July 10, 
2006 5:43 
PMTo: 
arslist@ARSLIST.ORGSubject: Re: ARERR 405 exporting Display Only form 
to .def file
 
Fred:   I might be able to test this in the near 
future.   James 
McKenzie   
 

From: Action Request System discussion 
list(ARSList) [mailto:arslist@ARSLIST.ORG] On Behalf Of 
Grooms, Frederick W Sent: Monday, 
July 10, 2006 1:58 PM To: arslist@ARSLIST.ORG Subject: Re: ARERR 405 
exporting Display Only form to .def file 
 
** I think you 
might be able to change from a core field to some other field. 
 

From: Action Request System discussion 
list(ARSList) [mailto:arslist@ARSLIST.ORG] On Behalf Of 
McKenzie, James J C-E LCMC HQISEC/L3
Sent: Monday, July 
10, 2006 3:53 PM To: arslist@ARSLIST.ORG Subject: Re: ARERR 405 
exporting Display Only form to .def file 
 
** 
Fred: 
Will this work with a core field? 

James McKenzie   [Information on ARCHGID deleted] 
-The information 
contained in this transmission may be privileged andconfidential and is 
intended only for the use of the person(s) namedabove. If you are not the 
intended recipient, or an employee or agent responsiblefor delivering this 
message to the intended recipient, any review, dissemination,distribution or 
duplication of this communication is strictly prohibited. If you arenot the 
intended recipient, please contact the sender immediately by reply e-mailand 
destroy all copies of the original message. Please note that we do not 
acceptaccount orders and/or instructions by e-mail, and therefore will not 
be responsiblefor carrying out such orders and/or instructions. If you, as 
the intended recipientof this message, the purpose of which is to inform and 
update our clients, prospectsand consultants of developments relating to our 
services and products, would notlike to receive further e-mail 
correspondence from the sender, please "reply" to thesender indicating your 
wishes. In the U.S.: 1345 Avenue of the Americas, New York,NY 10105. 
__20060125___This posting was submitted with HTML in it___ 
__20060125___This posting was submitted with HTML in it___ 

  
  
The information contained in 
  this electronic message and any attachments to this message are intended 
  for the exclusive use of the addressee(s) and may contain proprietary, 
  confidential or privileged information. If you are not the intended 
  recipient, you should not disseminate, distribute or copy this e-mail. 
  Please notify the sender immediately and destroy all copies of this 
  message and any attachments. WARNING: Computer viruses can be 
  transmitted via email. The recipient should check this email and any 
  attachments for the presence of viruses. The company accepts no liability 
  for any damage caused by any virus transmitted by this 
  email.www.wipro.com__20060125___This 
posting was submitted with HTML in it___ __20060125___This 
posting was submitted with HTML in it___ 
__20060125___Th

Re: scrolling message in remedy

2006-10-27 Thread Sokol, Brian
Title: RE: ARERR 405 exporting Display Only form to .def file
**



I would like to add this to some Display Only forms. Is 
there a way to get a view field to read a value from another form? The problem 
with the Display Only form is that when you close it the message will go away 
for everyone.


From: Action Request System discussion 
list(ARSList) [mailto:[EMAIL PROTECTED] On Behalf Of 
[EMAIL PROTECTED]Sent: Friday, October 27, 2006 5:07 
AMTo: arslist@ARSLIST.ORGSubject: Re: scrolling message in 
remedy
** 

Hi Jason
 
You can do this in 
View field. Put your text as a html formatted code in this view field, view 
fields will translate html tags like web browser.
 
 
Regards
 
Abdul 
Ghani
Pune,India


From: Action Request System discussion 
list(ARSList) [mailto:[EMAIL PROTECTED] On Behalf Of Niu, 
JasonSent: Friday, October 27, 2006 2:37 AMTo: 
arslist@ARSLIST.ORGSubject: scrolling message in 
remedy
** ** 




Does anyone know a way 
to display scrolling message in Remedy?
 
Such as 
“NOTICE: 
There is currently an outage on AMAACK2A102 - Use Maser Ticket 
758658”, scrolling from right 
to left…
 
Thanks,

Jason Niu
Remedy Skilled 
Professional
Alliance 
Bernstein
-Original 
Message-From: Action 
Request System discussion list(ARSList) [mailto:[EMAIL PROTECTED] On Behalf Of McKenzie, James J C-E LCMC 
HQISEC/L3Sent: 
Monday, July 10, 
2006 5:43 
PMTo: arslist@ARSLIST.ORGSubject: Re: ARERR 405 exporting Display 
Only form to .def file
 
Fred:   I might be able to test this in the near 
future.   James McKenzie   
 
From: Action Request System discussion list(ARSList) [mailto:arslist@ARSLIST.ORG] On Behalf Of 
Grooms, Frederick W Sent: Monday, July 10, 2006 1:58 PM To: arslist@ARSLIST.ORG Subject: Re: ARERR 405 exporting Display 
Only form to .def file 
 
** I think you might be able to change from a core field to 
some other field. 
 
From: Action Request System discussion list(ARSList) [mailto:arslist@ARSLIST.ORG] On Behalf Of 
McKenzie, James J C-E LCMC HQISEC/L3
Sent: Monday, July 10, 2006 3:53 PM To: arslist@ARSLIST.ORG Subject: Re: ARERR 405 exporting Display 
Only form to .def file 
 
** 
Fred: 
Will this work with a core field? 
James McKenzie   [Information on ARCHGID deleted] 
-The information 
contained in this transmission may be privileged andconfidential and is 
intended only for the use of the person(s) namedabove. If you are not the 
intended recipient, or an employee or agent responsiblefor delivering this 
message to the intended recipient, any review, dissemination,distribution or 
duplication of this communication is strictly prohibited. If you arenot the 
intended recipient, please contact the sender immediately by reply e-mailand 
destroy all copies of the original message. Please note that we do not 
acceptaccount orders and/or instructions by e-mail, and therefore will not 
be responsiblefor carrying out such orders and/or instructions. If you, as 
the intended recipientof this message, the purpose of which is to inform and 
update our clients, prospectsand consultants of developments relating to our 
services and products, would notlike to receive further e-mail 
correspondence from the sender, please "reply" to thesender indicating your 
wishes. In the U.S.: 1345 Avenue of the Americas, New York,NY 10105. 
__20060125___This posting was submitted with HTML in it___ 
__20060125___This posting was submitted with HTML in it___ 

  
  
The information contained in 
  this electronic message and any attachments to this message are intended 
  for the exclusive use of the addressee(s) and may contain proprietary, 
  confidential or privileged information. If you are not the intended 
  recipient, you should not disseminate, distribute or copy this e-mail. 
  Please notify the sender immediately and destroy all copies of this 
  message and any attachments. WARNING: Computer viruses can be 
  transmitted via email. The recipient should check this email and any 
  attachments for the presence of viruses. The company accepts no liability 
  for any damage caused by any virus transmitted by this 
  email.www.wipro.com__20060125___This 
posting was submitted with HTML in it___
__20060125___This posting was submitted with HTML in it___


Re: scrolling message in remedy

2006-10-27 Thread Dunn, Eric
Title: RE: ARERR 405 exporting Display Only form to .def file
**



What I have done in the past is to create the scrolling 
message on a HTML page and use a view field on the page to display 
it...
 
Eric W 
Dunn
Programmer Analyst III - 
Remedy/Collaboration
(281)465-1265
 


From: Action Request System discussion 
list(ARSList) [mailto:[EMAIL PROTECTED] On Behalf Of Niu, 
JasonSent: Thursday, October 26, 2006 4:07 PMTo: 
arslist@ARSLIST.ORGSubject: scrolling message in 
remedy
** ** 




Does anyone know a way 
to display scrolling message in Remedy?
 
Such as 
“NOTICE: 
There is currently an outage on AMAACK2A102 - Use Maser Ticket 
758658”, scrolling from right 
to left…
 
Thanks,

Jason Niu
Remedy Skilled 
Professional
Alliance 
Bernstein
-Original 
Message-From: Action 
Request System discussion list(ARSList) [mailto:[EMAIL PROTECTED] On Behalf Of McKenzie, James J C-E LCMC 
HQISEC/L3Sent: 
Monday, July 10, 
2006 5:43 
PMTo: arslist@ARSLIST.ORGSubject: Re: ARERR 405 exporting Display 
Only form to .def file
 
Fred:   I might be able to test this in the near 
future.   James McKenzie   
 
From: Action Request System discussion list(ARSList) [mailto:arslist@ARSLIST.ORG] On Behalf Of 
Grooms, Frederick W Sent: Monday, July 10, 2006 1:58 PM To: arslist@ARSLIST.ORG Subject: Re: ARERR 405 exporting Display 
Only form to .def file 
 
** I think you might be able to change from a core field to 
some other field. 
 
From: Action Request System discussion list(ARSList) [mailto:arslist@ARSLIST.ORG] On Behalf Of 
McKenzie, James J C-E LCMC HQISEC/L3
Sent: Monday, July 10, 2006 3:53 PM To: arslist@ARSLIST.ORG Subject: Re: ARERR 405 exporting Display 
Only form to .def file 
 
** 
Fred: 
Will this work with a core field? 
James McKenzie   [Information on ARCHGID deleted] 
-The information 
contained in this transmission may be privileged andconfidential and is 
intended only for the use of the person(s) namedabove. If you are not the 
intended recipient, or an employee or agent responsiblefor delivering this 
message to the intended recipient, any review, dissemination,distribution or 
duplication of this communication is strictly prohibited. If you arenot the 
intended recipient, please contact the sender immediately by reply e-mailand 
destroy all copies of the original message. Please note that we do not 
acceptaccount orders and/or instructions by e-mail, and therefore will not 
be responsiblefor carrying out such orders and/or instructions. If you, as 
the intended recipientof this message, the purpose of which is to inform and 
update our clients, prospectsand consultants of developments relating to our 
services and products, would notlike to receive further e-mail 
correspondence from the sender, please "reply" to thesender indicating your 
wishes. In the U.S.: 1345 Avenue of the Americas, New York,NY 10105. 
__20060125___This posting was submitted with HTML in it___ 
__20060125___This posting was submitted with HTML in 
it___




NOTICE: This electronic mail transmission may contain confidential information and is intended only for the person(s) named.  Any use, copying or disclosure by any other person is strictly prohibited. If you have received this transmission in error, please notify the sender via e-mail.



__20060125___This posting was submitted with HTML in it___


Re: scrolling message in remedy

2006-10-27 Thread Niu, Jason
Title: RE: ARERR 405 exporting Display Only form to .def file
**


**









Abdul,

 

What you said is working. Thanks a lot!

 

To benefit others who might be interested
in this - Use html Marquee tag as the text in view field. Following is a
example.

 







Email Server is down - Please use master
ticket 934827 for creating duplicate tickets.







 

To further improve this, I am thinking how
to make a form, so user can enter the text and control the scrolling speed etc.

 

Thanks!

 



Jason Niu

Remedy System &
Operation

GETS
- Enterprise Systems Management 


Office:
212-823-6893

Fax:212-887-3090
Email:    [EMAIL PROTECTED]

Intranet:   http://monitorweb



-Original Message-
From: Action Request System
discussion list(ARSList) [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED]
Sent: Friday, October 27, 2006
5:07 AM
To: arslist@ARSLIST.ORG
Subject: Re: [ARSLIST] scrolling
message in remedy

 

Hi Jason

 

You
can do this in View field. Put your text as a html formatted code in this view
field, view fields will translate html tags like web browser.

 

 

Regards

 

Abdul
Ghani

Pune,India

 







From: Action Request System discussion
list(ARSList) [mailto:[EMAIL PROTECTED] On
Behalf Of Niu, Jason
Sent: Friday, October 27, 2006
2:37 AM
To: arslist@ARSLIST.ORG
Subject: scrolling message in
remedy

** ** 

Does anyone know a way to
display scrolling message in Remedy?

 

Such as “NOTICE: There is currently an outage on AMAACK2A102
- Use Maser Ticket 758658”, scrolling from
right to left…

 

Thanks,



Jason Niu

Remedy Skilled Professional

Alliance Bernstein



-Original Message-
From: Action Request System
discussion list(ARSList) [mailto:[EMAIL PROTECTED] On Behalf Of McKenzie, James J C-E LCMC
HQISEC/L3
Sent: Monday, July 10, 2006 5:43
PM
To: arslist@ARSLIST.ORG
Subject: Re: ARERR 405 exporting
Display Only form to .def file

 

Fred: 
  
I might be able to test this in the
near future. 
  
James McKenzie 
  

 

From: Action Request System discussion list(ARSList) [mailto:arslist@ARSLIST.ORG] On Behalf Of
Grooms, Frederick W 
Sent: Monday, July 10, 2006 1:58 PM

To: arslist@ARSLIST.ORG

Subject: Re: ARERR 405 exporting
Display Only form to .def file 

 

** 
I think you might be able to change
from a core field to some other field. 

 

From: Action Request System discussion list(ARSList) [mailto:arslist@ARSLIST.ORG] On Behalf Of
McKenzie, James J C-E LCMC HQISEC/L3

Sent: Monday, July 10, 2006 3:53 PM 
To: arslist@ARSLIST.ORG

Subject: Re: ARERR 405 exporting
Display Only form to .def file 

 

** 

Fred: 

Will this work with a core field? 

James McKenzie 
  
[Information on ARCHGID deleted]




-
The information contained in this transmission may be privileged and
confidential and is intended only for the use of the person(s) named
above. If you are not the intended recipient, or an employee or agent
responsible
for delivering this message to the intended recipient, any review,
dissemination,
distribution or duplication of this communication is strictly prohibited. If
you are
not the intended recipient, please contact the sender immediately by reply
e-mail
and destroy all copies of the original message. Please note that we do not
accept
account orders and/or instructions by e-mail, and therefore will not be
responsible
for carrying out such orders and/or instructions. If you, as the intended
recipient
of this message, the purpose of which is to inform and update our clients,
prospects
and consultants of developments relating to our services and products, would
not
like to receive further e-mail correspondence from the sender, please
"reply" to the
sender indicating your wishes. In the U.S.: 1345 Avenue of the Americas, New
York,
NY 10105. __20060125___This posting was submitted with HTML
in it___ __20060125___This posting was submitted with HTML
in it___



-The information contained in this transmission may be privileged andconfidential and is intended only for the use of the person(s) namedabove. If you are not the intended recipient, or an employee or agent responsiblefor delivering this message to the intended recipient, any review, dissemination,distribution or duplication of this communication is strictly prohibited. If you arenot the intended recipient, please contact the sender immediately by reply e-mailand destroy all copies of the original message. Please note that we do not acceptaccount orders and/or instructions by e-mail, and therefore will not be responsiblefor carrying out such orders and/or instructions.  If you, as the intended recipientof this message, the purpose of which is to inform and update our clients, prospectsand consultants of developments relating to our services and products, would notlike to receive 

Re: scrolling message in remedy

2006-10-27 Thread Niu, Jason
Title: RE: scrolling message in remedy
**


**









James, 

 

This request is for rolling text in remedy
user tool for now. 

 

Just so I can better understand, what message
threading are you referring to? 

 

Thanks for the reply,

 



Jason Niu

 

Email:   
[EMAIL PROTECTED]



-Original Message-
From: Action Request System
discussion list(ARSList) [mailto:[EMAIL PROTECTED] On Behalf Of McKenzie, James J C-E LCMC
HQISEC/L3
Sent: Thursday,
 October 26, 2006 6:17 PM
To: arslist@ARSLIST.ORG
Subject: Re: [ARSLIST] scrolling
message in remedy

 

Jason: 
  
On the Web? 
  
Also, Please start a NEW topic with
a NEW message.  It messes up message threading and could result in your
message being skipped over or automatically deleted.

James McKenzie 
L-3 GSI 
  

 

From: Action Request System discussion list(ARSList) [mailto:arslist@ARSLIST.ORG] On Behalf Of
Niu, Jason 
Sent: Thursday, October 26, 2006
2:07 PM 
To: arslist@ARSLIST.ORG

Subject: scrolling message in
remedy 

 

** ** 

Does anyone know a way to display scrolling message in
Remedy? 

  

Such as "NOTICE: There is currently an outage on
AMAACK2A102 - Use Maser Ticket 758658", scrolling from right to left...


  

Thanks, 

Jason Niu 

Remedy Skilled Professional 

Alliance Bernstein 



-The information contained in this transmission may be privileged andconfidential and is intended only for the use of the person(s) namedabove. If you are not the intended recipient, or an employee or agent responsiblefor delivering this message to the intended recipient, any review, dissemination,distribution or duplication of this communication is strictly prohibited. If you arenot the intended recipient, please contact the sender immediately by reply e-mailand destroy all copies of the original message. Please note that we do not acceptaccount orders and/or instructions by e-mail, and therefore will not be responsiblefor carrying out such orders and/or instructions.  If you, as the intended recipientof this message, the purpose of which is to inform and update our clients, prospectsand consultants of developments relating to our services and products, would notlike to receive further e-mail correspondence from the sender, please "reply" to thesender indicating your wishes.  In the U.S.: 1345 Avenue of the Americas, New York,NY 10105.


__20060125___This posting was submitted with HTML in it___
__20060125___This posting was submitted with HTML in it___

Re: scrolling message in remedy

2006-10-27 Thread abdul . ghani
Title: RE: ARERR 405 exporting Display Only form to .def file
**



Hi Jason
 
You can do this in
View field. Put your text as a html formatted code in this view field, view
fields will translate html tags like web browser.
 
 
Regards
 
Abdul
Ghani
Pune,India


From: Action Request System discussion
list(ARSList) [mailto:[EMAIL PROTECTED] On Behalf Of Niu,
JasonSent: Friday, October 27, 2006 2:37 AMTo:
arslist@ARSLIST.ORGSubject: scrolling message in
remedy
** **




Does anyone know a way
to display scrolling message in Remedy?
 
Such as
“NOTICE:
There is currently an outage on AMAACK2A102 - Use Maser Ticket
758658”, scrolling from right
to left…
 
Thanks,

Jason Niu
Remedy Skilled
Professional
Alliance
Bernstein
-Original
Message-From: Action
Request System discussion list(ARSList) [mailto:[EMAIL PROTECTED] On Behalf Of McKenzie, James J C-E LCMC
HQISEC/L3Sent:
Monday, July 10,
2006 5:43
PMTo: arslist@ARSLIST.ORGSubject: Re: ARERR 405 exporting Display
Only form to .def file
 
Fred:   I might be able to test this in the near
future.   James McKenzie   
 
From: Action Request System discussion list(ARSList) [mailto:arslist@ARSLIST.ORG] On Behalf Of
Grooms, Frederick W Sent: Monday, July 10, 2006 1:58 PM To: arslist@ARSLIST.ORG Subject: Re: ARERR 405 exporting Display
Only form to .def file 
 
** I think you might be able to change from a core field to
some other field. 
 
From: Action Request System discussion list(ARSList) [mailto:arslist@ARSLIST.ORG] On Behalf Of
McKenzie, James J C-E LCMC HQISEC/L3
Sent: Monday, July 10, 2006 3:53 PM To: arslist@ARSLIST.ORG Subject: Re: ARERR 405 exporting Display
Only form to .def file 
 
** 
Fred: 
Will this work with a core field? 
James McKenzie   [Information on ARCHGID deleted]
-The information
contained in this transmission may be privileged andconfidential and is
intended only for the use of the person(s) namedabove. If you are not the
intended recipient, or an employee or agent responsiblefor delivering this
message to the intended recipient, any review, dissemination,distribution or
duplication of this communication is strictly prohibited. If you arenot the
intended recipient, please contact the sender immediately by reply e-mailand
destroy all copies of the original message. Please note that we do not
acceptaccount orders and/or instructions by e-mail, and therefore will not
be responsiblefor carrying out such orders and/or instructions. If you, as
the intended recipientof this message, the purpose of which is to inform and
update our clients, prospectsand consultants of developments relating to our
services and products, would notlike to receive further e-mail
correspondence from the sender, please "reply" to thesender indicating your
wishes. In the U.S.: 1345 Avenue of the Americas, New York,NY 10105.
__20060125___This posting was submitted with HTML in it___
__20060125___This posting was submitted with HTML in
it___


The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments. 

WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus transmitted by this email.
 
www.wipro.com

__20060125___This posting was submitted with HTML in it___

Re: scrolling message in remedy

2006-10-26 Thread Thomas Bean
Title: RE: ARERR 405 exporting Display Only form to .def file
**



Check the community downloads section of the AR System 
Developer Community site for an application named "RavellingText".  I 
believe this should do it...
 
HTH,
 
Thomas
 

  - Original Message - 
  From: 
  Niu, Jason 
  Newsgroups: 
  gmane.comp.crm.arsystem.general
  Sent: Thursday, October 26, 2006 
  16:06
  Subject: scrolling message in 
remedy
  ** ** 
  
  

  
  Does anyone know a 
  way to display scrolling message in Remedy?
   
  Such as 
  “NOTICE: 
  There is currently an outage on AMAACK2A102 - Use Maser Ticket 
  758658”, scrolling from 
  right to left…
   
  Thanks,
  
  Jason Niu
  Remedy Skilled 
  Professional
  Alliance 
  Bernstein
  -Original 
  Message-From: Action 
  Request System discussion list(ARSList) [mailto:[EMAIL PROTECTED] On Behalf Of McKenzie, James J C-E LCMC 
  HQISEC/L3Sent: 
  Monday, July 10, 
  2006 5:43 
  PMTo: arslist@ARSLIST.ORGSubject: Re: ARERR 405 exporting Display 
  Only form to .def file
   
  Fred:   I might be able to test this in the near 
  future.   James McKenzie   
   
  From: Action Request System discussion list(ARSList) 
  [mailto:arslist@ARSLIST.ORG] On 
  Behalf Of Grooms, Frederick W Sent: Monday, July 10, 2006 1:58 PM To: arslist@ARSLIST.ORG Subject: Re: ARERR 405 exporting Display 
  Only form to .def file 
   
  ** I think you might be able to change from a core field 
  to some other field. 
   
  From: Action Request System discussion list(ARSList) 
  [mailto:arslist@ARSLIST.ORG] On 
  Behalf Of McKenzie, James J C-E LCMC HQISEC/L3
  Sent: Monday, July 10, 2006 3:53 PM To: arslist@ARSLIST.ORG Subject: Re: ARERR 405 exporting Display 
  Only form to .def file 
   
  ** 
  Fred: 
  Will this work with a core field? 
  James McKenzie   [Information on ARCHGID deleted] 
  -The information 
  contained in this transmission may be privileged andconfidential and is 
  intended only for the use of the person(s) namedabove. If you are not the 
  intended recipient, or an employee or agent responsiblefor delivering this 
  message to the intended recipient, any review, dissemination,distribution 
  or duplication of this communication is strictly prohibited. If you arenot 
  the intended recipient, please contact the sender immediately by reply 
  e-mailand destroy all copies of the original message. Please note that we 
  do not acceptaccount orders and/or instructions by e-mail, and therefore 
  will not be responsiblefor carrying out such orders and/or instructions. 
  If you, as the intended recipientof this message, the purpose of which is 
  to inform and update our clients, prospectsand consultants of developments 
  relating to our services and products, would notlike to receive further 
  e-mail correspondence from the sender, please "reply" to thesender 
  indicating your wishes. In the U.S.: 1345 Avenue of the Americas, New 
  York,NY 10105. __20060125___This posting was submitted 
  with HTML in it___ __20060125___This posting was submitted 
  with HTML in it___
__20060125___This posting was submitted with HTML in it___


Re: scrolling message in remedy

2006-10-26 Thread McKenzie, James J C-E LCMC HQISEC/L3
Title: RE: scrolling message in remedy
**





Jason:
 
On the Web?
 
Also, Please start a NEW topic with a NEW message.  It messes up message threading and could result in your message being skipped over or automatically deleted.

James McKenzie
L-3 GSI
 





From: Action Request System discussion list(ARSList) [mailto:arslist@ARSLIST.ORG] On Behalf Of Niu, Jason
Sent: Thursday, October 26, 2006 2:07 PM
To: arslist@ARSLIST.ORG
Subject: scrolling message in remedy



** ** 


Does anyone know a way to display scrolling message in Remedy?


 


Such as "NOTICE: There is currently an outage on AMAACK2A102 - Use Maser Ticket 758658", scrolling from right to left...


 


Thanks,


Jason Niu


Remedy Skilled Professional


Alliance Bernstein




__20060125___This posting was submitted with HTML in it___

scrolling message in remedy

2006-10-26 Thread Niu, Jason
Title: RE: ARERR 405 exporting Display Only form to .def file
**


**









Does anyone know a way to display
scrolling message in Remedy?

 

Such as “NOTICE: There is currently an outage on AMAACK2A102
- Use Maser Ticket 758658”, scrolling from
right to left…

 

Thanks,



Jason Niu

Remedy Skilled
Professional

Alliance
Bernstein



-Original Message-
From: Action Request System
discussion list(ARSList) [mailto:[EMAIL PROTECTED] On Behalf Of McKenzie, James J C-E LCMC
HQISEC/L3
Sent: Monday, July
 10, 2006 5:43 PM
To: arslist@ARSLIST.ORG
Subject: Re: ARERR 405 exporting
Display Only form to .def file

 

Fred: 
  
I might be able to test this in the
near future. 
  
James McKenzie 
  

 

From: Action Request System discussion list(ARSList) [mailto:arslist@ARSLIST.ORG] On Behalf Of
Grooms, Frederick W 
Sent: Monday, July 10, 2006 1:58 PM 
To: arslist@ARSLIST.ORG

Subject: Re: ARERR 405 exporting
Display Only form to .def file 

 

** 
I think you might be able to change
from a core field to some other field. 

 

From: Action Request System discussion list(ARSList) [mailto:arslist@ARSLIST.ORG] On Behalf Of
McKenzie, James J C-E LCMC HQISEC/L3

Sent: Monday, July 10, 2006 3:53 PM 
To: arslist@ARSLIST.ORG

Subject: Re: ARERR 405 exporting
Display Only form to .def file 

 

** 

Fred: 

Will this work with a core field? 

James McKenzie 
  
[Information on ARCHGID deleted]




-The information contained in this transmission may be privileged andconfidential and is intended only for the use of the person(s) namedabove. If you are not the intended recipient, or an employee or agent responsiblefor delivering this message to the intended recipient, any review, dissemination,distribution or duplication of this communication is strictly prohibited. If you arenot the intended recipient, please contact the sender immediately by reply e-mailand destroy all copies of the original message. Please note that we do not acceptaccount orders and/or instructions by e-mail, and therefore will not be responsiblefor carrying out such orders and/or instructions.  If you, as the intended recipientof this message, the purpose of which is to inform and update our clients, prospectsand consultants of developments relating to our services and products, would notlike to receive further e-mail correspondence from the sender, please "reply" to thesender indicating your wishes.  In the U.S.: 1345 Avenue of the Americas, New York,NY 10105.


__20060125___This posting was submitted with HTML in it___
__20060125___This posting was submitted with HTML in it___