IPA Version 10 and GEN Product Line

 2 Replies
 0 Subscribed to this topic
 52 Subscribed to this forum
Sort:
Author
Messages
JimY
Veteran Member
Posts: 510
Veteran Member
    I am attempting to create a flow that checks for jobs that went into the Waiting Que.  I set up the GEN productline in the login, but when I click on the Build button for the Lawson Query Node it only shows my application productline PROD.  Am I  using the wrong node or is there something else I am missing?  Thank you.

      Product version is:  10.0.6.0..6101 2014-02-11 03:37:11
    John Henley
    Posts: 3353
      The builders only work with "application" product lines, and don't give you access to the GEN product line.
      Easiest way to figure out the syntax for queries of GEN data is to run the queries in the browser first to figure out what fields, selections, etc. you want.
      Start with this to see what fields are available:
      http://server.example.com...LE=QUEUEDJOB&OUT=XML

      For jobs in recovery, add:
      &SELECT=Status=34

      Once you have the query the way you want, replace &OUT=XML with &OUT=CSV&DELIM=~ and use it in Process Flow.

      Thanks for using the LawsonGuru.com forums!
      John
      JimY
      Veteran Member
      Posts: 510
      Veteran Member
        Thank you John for the info.