Hi List,

      I am experiencing a problem with triggering workflow
in a synchronised manner.

Suppose I have
Form 1 (1 record)    Order
Form 2 (3 records)   Product
Form 3 (12 records)  Question To Product Mapping
Form 4 (36 records)  Question To Order Mapping

Each order will have n products
and each product will have n questions

1.  I am reading all questions for that product
   into a char field in Form 2 via a table loop on Form 3

The problem I am facing is, I have to set a flag in Form 2
indicating that all the questions for all the products have
been read in Form 2.

When this flag is set, a record is created in one more form(say Form X),
which inturn reads the data from Form 2 via a Table Loop and
once the data is read a flag has to set over there also, which
in turn pushes data from Form X into Form Y(a form which acts as a
interface for VQSM)


I am not able to synchronize these events, to make them happen one after
the other.

This code was written by some one else so I cant change the forms since the
data
for these forms are coming from webservices, and am
stuck up with this synchronization thing. Tried all options (including
creating a different
form which acts as a trigger) and am running out of ideas.

Any pointers in this regard would be a great help.

Cheers,
Chandru

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

Reply via email to