In regards to:
"Add a display only field that you use to signal workflow on Window Open( 
or is it Window loaded for after the values are set in the fields after an 
Open Window action?)"

Its probably best just to add both.  Oh, and throw in "On Display" too for 
good measure.  :-)

Thad
P.S. Yes, someone other than you is being teased/taunted here.




"Carey Matthew Black" <[EMAIL PROTECTED]> 
Sent by: "Action Request System discussion list(ARSList)" 
<[email protected]>
02/01/2007 02:23 PM
Please respond to
[email protected]


To
[email protected]
cc

Subject
Re: Problem when converting macro to "open window" active link action - 
last chance






Yo,

Actually I think you could do one more thing and fully emulate what you 
want...

Do what Frank said...
> >Add field 1005 (Search Bar) to the form your are searching.
> >Create an active link on button click that does the following:
> >
> >   - Open Window: Search, Form Name, set the Search Bar field to the
> >   query

( I am a bit skeptical about the PERFORM-ACTION-SET-PREFERENCE 23203 1
part, but I doubt it will hurt this functionally. It just might
confuse users when their preferences change unexpectedly.)

And...

Add a display only field that you use to signal workflow on Window
Open( or is it Window loaded for after the values are set in the
fields after an Open Window action?)

Add an active link that also fires on Window Open (or was it Window
Loaded?) that sees this special value in the display only field that
causes two things to happen.
  1) Clear the display only field
  2) Perform the search ( VIA the special function PERFORM-ACTION-APPLY)

I think that will leave the user in a modify window (if matching
records are found) or it will give the normal no match error msg. And
I think that method should leave the "Search information" in the
client as the "last search the user did" too.

HTH

-- 
Carey Matthew Black
Remedy Skilled Professional (RSP)
ARS = Action Request System(Remedy)

Love, then teach
Solution = People + Process + Tools
Fast, Accurate, Cheap.... Pick two.


On 2/1/07, yo yo <[EMAIL PROTECTED]> wrote:
> Thank you. I will have to ask my users if they agree with this solution
> since I'm opening my form in a "Modify" Window type.
>
> Since I'm opening my regular form from a button on another form, I 
should
> use a "push field" in order to populate the field 1005 (Search Bar). 
Since
> this field is "special", what would you think I should put in the "Push
> Field If" criterias? Do you think "1-1" could do the work?
>
> >From: Frank Caruso <[EMAIL PROTECTED]>
> >Reply-To: [email protected]
> >To: [email protected]
> >Subject: Re: Problem when converting macro to "open window" active link
> >action - last chance
> >Date: Thu, 1 Feb 2007 15:39:35 -0500
> >
> >Add field 1005 (Search Bar) to the form your are searching.
> >Create an active link on button click that does the following:
> >
> >   - Run Process: PERFORM-ACTION-SET-PREFERENCE 23203 1
> >   - Open Window: Search, Form Name, set the Search Bar field to the
> >   query
> >
> >The run process ensures the Advanced Tool bar is visible.
> >
> >
> >
> >
> >On 2/1/07, Shellman, David <[EMAIL PROTECTED]> wrote:
> >>
> >>Because it's an Active Link with Window Open functionality instead of 
a
> >>Macro.  Both fire search functions but I think how the client reacts 
to
> >>the search is different between the 2 methods.
> >>
> >>
> >>Dave
> >>-----Original Message-----
> >>From: Action Request System discussion list(ARSList)
> >>[mailto:[EMAIL PROTECTED] On Behalf Of yo yo
> >>Sent: Thursday, February 01, 2007 3:33 PM
> >>To: [email protected]
> >>Subject: Re: Problem when converting macro to "open window" active 
link
> >>action - last chance
> >>
> >>It's set to "keep previous values".
> >>
> >>
> >> >From: "Sullivan, Neil G CTR USAF AFRL/SNOX"
> >><[EMAIL PROTECTED]>
> >> >Reply-To: [email protected]
> >> >To: [email protected]
> >> >Subject: Re: Problem when converting macro to "open window" active 
link
> >>
> >> >action - last chance
> >> >Date: Thu, 1 Feb 2007 15:27:41 -0500
> >> >
> >> >Is it possible that the user's preferences, under Tools/Options, are
> >>set
> >> >to "clear all fields" on a search window instead of "keep previous
> >> >values"?
> >> >
> >> >Neil "Sully" Sullivan
> >> >Remedy Developer/Administrator
> >> >AFRL/SNOX
> >> >Wright Patterson AFB, OH 45433
> >> >937-904-9788
> >> >
> >> >
> >> >-----Original Message-----
> >> >From: Action Request System discussion list(ARSList)
> >> >[mailto:[EMAIL PROTECTED] On Behalf Of yo yo
> >> >Sent: Thursday, February 01, 2007 3:13 PM
> >> >To: [email protected]
> >> >Subject: Problem when converting macro to "open window" active link
> >> >action - last chance
> >> >
> >> >I've posted this question some days ago but I did not receive any
> >> >answers
> >> >that could resolve the question...
> >> >
> >> >Anybody have an idea?
> >> >
> >> > >From: Renaude Roy-Drouin <[EMAIL PROTECTED]>
> >> > >Reply-To: [email protected]
> >> > >To: [email protected]
> >> > >Subject: Problem when converting macro to "open window" active 
link
> >> >action
> >> > >Date: Mon, 22 Jan 2007 16:42:40 -0500
> >> > >
> >> > >Hi all,
> >> > >
> >> > >I have a problem when converting a macro to an "open window" 
active
> >> >link
> >> > >action.
> >> > >
> >> > >Here is the macro :
> >> > >1) Set Current Working Schema to PR-Problem ($_SERVER$)
> >> > >2) No match error -- 10000 (ERROR)
> >> > >  Message text - Non existent problem number for this query.
> >> > >3) Suppress empty lists optin -- TRUE
> >> > >4) Perform Query
> >> > >  Query bar -- '3' > $DATE$
> >> > >5) Open Query List window
> >> > >6) Window positioning
> >> > >  x - 0, y - -47 with - 808, height - 542
> >> > >   (UNIX only)
> >> > >
> >> > >It is fire from a button on an display-only from. It opens a 
window
> >>of
> >> >the
> >> > >PR-Problem (regular) form, listing all records that match the
> >> > >condition : '3' > $DATE$.
> >> > >
> >> > >When I convert the macro to an active link, it creates an "open
> >>window"
> >> > >active link action. The new active link works correctly but when 
my
> >> >user
> >> > >clicks on "new search" on PR-Problem, the above condition is not
> >>shown
> >> >on
> >> > >the "advanced
> >> > >search bar" (at the bottom of the window). When the macro was 
used,
> >>the
> >> > >condition was shown and the user could add some more 
qualifications.
> >> > >
> >> > >Is there a simple way I can make that happen again?
> >> > >
> >> > >Thanx,
> >> > >
> >> > >Renaude Roy-Drouin
> >> > >
> >> >
> >> 
>_______________________________________________________________________
> >> >________
> >> > >UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
> >> >ARSlist:"Where
> >> > >the Answers Are"
> >> >
> >> >_________________________________________________________________
> >> >Essayez Windows Live Messenger: le futur de MSN Messenger!
> >> >http://imagine-msn.com/messenger/launch80/default.aspx?locale=fr-ca
> >> >
> >> 
>_______________________________________________________________________
> >>_
> >> >_______
> >> >UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
> >>ARSlist:"Where
> >> >the Answers Are"
> >> >
> >> 
>_______________________________________________________________________
> >>________
> >> >UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
> >>ARSlist:"Where
> >> >the Answers Are"
> >>
> >>_________________________________________________________________
> >>Ne perdez pas de temps dans les files d'attente... magasinez en ligne.
> >>http://magasiner.sympatico.msn.ca
> >>
> 
>>________________________________________________________________________
> >>_______
> >>UNSUBSCRIBE or access ARSlist Archives at www.arslist.org 
ARSlist:"Where
> >>the Answers Are"
> >>
> >>
> 
>>_______________________________________________________________________________
> >>UNSUBSCRIBE or access ARSlist Archives at www.arslist.org 
ARSlist:"Where
> >>the Answers Are"
> >>
> >
> >
> >
> >--
> >Frank Caruso
> >Specific Integration, Inc.
> >Senior Remedy Engineer, ITIL Foundation Certified
> >www.specificintegration.com
> >703-376-1249
> >
> 
>_______________________________________________________________________________
> >UNSUBSCRIBE or access ARSlist Archives at www.arslist.org 
ARSlist:"Where
> >the Answers Are"
>
> _________________________________________________________________
> Windows Live Spaces: partagez vos photos du Nouvel An!
> http://discoverspaces.live.com/?loc=fr-CA
>
> 
_______________________________________________________________________________
> UNSUBSCRIBE or access ARSlist Archives at www.arslist.org ARSlist:"Where 
the Answers Are"
>

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



***IMPORTANT NOTICE: This communication, including any attachment, contains 
information that may be confidential or privileged, and is intended solely for 
the entity or individual to whom it is addressed.  If you are not the intended 
recipient, you should delete this message and are hereby notified that any 
disclosure, copying, or distribution of this message is strictly prohibited.  
Nothing in this email, including any attachment, is intended to be a legally 
binding signature.***

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

Reply via email to