how to create new req in PF with RQ10.3 AGS call.

 1 Replies
 0 Subscribed to this topic
 52 Subscribed to this forum
Sort:
Author
Messages
Scooter
Veteran Member
Posts: 83
Veteran Member
    Has anyone had success in creating a RQ10.3 AGS call?
    In processflow, we want to copy a requisition to a new req and are trying to do so with RQ10.3.
    Maybe there is another way to copy a req to a new req with all lines from the old req.
    I can create a new req with RQ10.1 but lines are not copied over, only the header info is copied to the new req.
    David Williams
    Veteran Member
    Posts: 1127
    Veteran Member
      You could add the new header via RQ10 and then use a DME to query the lines and use an AGS call within the query loop to add each new line one at a time. The problem with RQ10.3 is that you have to select the lines you want to add, page by page. I'm sure it could be done but using the query loop would be much easier.
      David Williams