That would work, except the workflow that tells them the submit happened is a filter, not an AL, and 'Close Window' isn't one of the available Filter actions.
I've got an AL that does what I want as far as window management, but if I have it fire on 'Modify' it fires before the request gets saved, and the user gets the error about closing the window before they've saved. If I have fire 'After Modify' I can't figure out how to tell the AL that we've just set this request to 'Complete' and close the window, without having it also fire any other time we modify and save a 'Complete' request. Thanks, Ron Tools Admin -----Original Message----- From: Action Request System discussion list(ARSList) [mailto:[EMAIL PROTECTED] On Behalf Of Michiel Beijen Sent: Wednesday, May 10, 2006 1:15 PM To: [email protected] Subject: Re: Closing a window after save You can use the Close Window action as the next action in the AL that shows the message telling the submit happened. Regards, Michiel On 5/10/06, Ron Legters <[EMAIL PROTECTED]> wrote: > ** > > In the app I'm working on, there's a form wherein if the user fills in > the 'Completion Date' and saves, a filter fires that changes the > Status to 'Complete' and a message fires that tells the user this has > happened. What my customer would like is when she clicks 'OK' on that > message, it's just like clicking on the 'Return to Home' button (an AL > closes the current window and opens a new instance of the 'Control Panel' window). > > As far as I can tell, I can't just run al AL on the 'OK' click on the > message box, so I'm not sure how best to make this work. I'm thinking > an AL that does the same actions as the 'Return to Home' AL, but I'm > not sure how to get it to fire when I want and not when I don't. I've > thought about 'After Modify', but I don't want to close the window > every time someone saves any change, and it seems to me that after a > modify 'DB' value would equal what's on the form, so I can't use that > to tell me if the completion Date has changed. > > Should I just fire on 'Modify' with a Run If that checks for a change > in the 'Completion Date' by comparing DB to TR? Any other ideas? > > I guess I'm not real clear on the difference between execute on 'Modify' vs. > 'After Modify' so I'll dive into the manuals while y'all think about this. > > Thanks, > Ron Legters > Tools Administrator > Production Systems Services > Univar USA Inc. > 425.889.3952 Office > 425.889.4111 Fax > __20060125_______________________This posting was submitted with HTML > in it___ ________________________________________________________________________ _______ UNSUBSCRIBE or access ARSlist Archives at http://www.wwrug.org _______________________________________________________________________________ UNSUBSCRIBE or access ARSlist Archives at http://www.wwrug.org

