Report job to csv

Sort:
You are not authorized to post a reply.
Author
Messages
Justin R
Posts: 7
    I have an AR250 job. Is there a way I can automically ouput that as a csv file?
    Greg Moeller
    Veteran Member
    Posts: 1498
    Veteran Member
      Depends.

      I am sure you can do this via IPA (although we haven't got that installed yet).

      I'd use a unix script on our end to call
      bldxffiles -SC user print-dir AR250.prt
      Greg Moeller
      Veteran Member
      Posts: 1498
      Veteran Member
        You could run the bldxffiles command in a LID session to get exact syntax
        Baloy
        Basic Member
        Posts: 4
        Basic Member
          you can create a shell script and wtsubmit it in the AR250 program at the end of the program in that print directory. The only thing is that you have to modify AR250 program.
          Greg Moeller
          Veteran Member
          Posts: 1498
          Veteran Member
            @Baloy: Why do that? If you are going to the trouble of writing a shell script and wtsubmit, why not just put a call to
            bldxffiles -SC $user $print-dir AR250.prt 

            at the end of the script? That way you wouldn't have to modify any of the stock Lawson/Infor programs.
            You are not authorized to post a reply.