Great Idea and It works for me. Thanks Frederick and Thanks everybody. Prakash.
On Thu, Feb 7, 2013 at 4:51 PM, Grooms, Frederick W < [email protected]> wrote: > How about this ... Forget form C, you don't need it. On the button of > form B do an Active Link SERVICE action to form B. You can have filters > that fire on Service of form B do the web service call. The data will then > be passed back to the Dialog of form B thru the service action. > > Fred > > > -----Original Message----- > From: Action Request System discussion list(ARSList) [mailto: > [email protected]] On Behalf Of prakash kodali > Sent: Thursday, February 07, 2013 4:34 PM > To: [email protected] > Subject: Re: Open Window - Dialog - Commit Changes. > > ** Thanks for the replies. > > But here is my actual scenario. > > I have display-only form A (Parent window) and opening a regular form B in > a new window of Dialog type(Child window). > Child window B has some fields and a button. On click of button I need to > execute a Web service and parse the results back to the child window > fields. > For this I have created another regular form C and created filters on form > C to call the Webservice and stored returning result in a field. > Now when I do > 1. AL Push the values from Form B to Form C which in turn filters will > execute RFC. > 2. After push, reading the results from Form C. > But the AL pushes and tries to read the results from Form C before filters > executes RFC on Form C. My ALs on Form B should wait after push and until > the Form C executes filters . Then It should read the results from Form C. > > Hope it is clear and help me with any ideas to over come this problem. > > Prakash. > > > -----Original Message----- > On Thu, Feb 7, 2013 at 7:19 AM, Longwing, LJ CTR MDA/IC wrote: > Prakash, > A Dialog window cannot, and shouldn't fire Filters on Commit. A Dialog > window is NOT a record, it as a console. If you want to fire Filters that > fire on Modify, you need to be modifying a record (which a Dialog window > isn't doing)....so you could in theory do an AL Push to the record in > question which would cause the filters to fire on Modify...that would be > the simplest way to get where you want to go from where you are I think. > > > -----Original Message----- > From: Action Request System discussion list(ARSList) [mailto: > [email protected]] On Behalf Of Prakash Kodali > Sent: Wednesday, February 06, 2013 5:14 PM > To: [email protected] > Subject: Open Window - Dialog - Commit Changes. > > ** Hello Listers, > > I have end up with a strange behavior of Open Window of DIALOG type and > commit changes has no effect. > I have even tried "PERFORM-ACTION-ACTIVE-LINK 4" / > "PERFORM-ACTION-ACTIVE-LINK 8" to submit the form to trigger the filters. > But of NO use. > Any ideas/suggestions are highly appreciated on how to submit a Dialog > window and trigger the filters? > > Please let me know, If I am not clear. > > Thanks > > Prakash. > > > _______________________________________________________________________________ > UNSUBSCRIBE or access ARSlist Archives at www.arslist.org > "Where the Answers Are, and have been for 20 years" > _______________________________________________________________________________ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org "Where the Answers Are, and have been for 20 years"

