Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Submitting a form and listgrid at the same time

    Hi, were wondering if there was a way to submit a Dynamicform and a ListGrid as part of the same request.

    We have a group of Dynamic Forms and a listGrid object that we're attempting to submit as a transaction (i.e. we want the whole thing to succeed or fail all at the same time).

    Is there a means by which we could submit everything at once without manually populating all the DSRequest fields?

    What types of architecture/design would you recommend?
    Thanks

    #2
    Use Queuing (RPCManager.startQueue()). See the QuickStart Guide chapter on the Server Framework for an overview and links to samples and further documentation.

    Comment

    Working...
    X