FileAccess passing data

 8 Replies
 0 Subscribed to this topic
 52 Subscribed to this forum
Sort:
Author
Messages
nlmoran
Veteran Member
Posts: 53
Veteran Member

    I am pulling data  from Resource Module  that's working file I have connected to File Access module

    I assume I need another Parameter in the Input data BOX on the File Access Properties.  I have been able to key into and write a file.

    I want to pass Data from my resource extract.  I have been to 8.0 class but no 9.0 I have tried to find this in manuals .  

    .

     

     

    John Henley
    Posts: 3353
      That is actually a bug in the ProcessFlow Designer (which I reported over a year ago and which is STILL not fixed!). You just have to know what the output variables from the ResourceQuery are named, and enter that manually into the INPUT of the subsequent node. For example, if I have a ResourceQuery called rsrcLookup, all of the ATTRIBUTES returned by the ResourceQuery will be prefixed 'rsrcLookup_', e.g., rsrcLookup_ID, rsrcLookup_DOMAIN_USER, etc.
      Thanks for using the LawsonGuru.com forums!
      John
      nlmoran
      Veteran Member
      Posts: 53
      Veteran Member

        I am still missing something I entered query name followed by name from output query  IE

        rd30Q_ID

        that's what it will write to file rd30Q_ID  not thae actual id.

        Is there any other character's I need to include?

        John Henley
        Posts: 3353

          You need to use the PF syntax:

          Thanks for using the LawsonGuru.com forums!
          John
          nlmoran
          Veteran Member
          Posts: 53
          Veteran Member



            This is what I am using in the Input Properties of File Access
            nlmoran
            Veteran Member
            Posts: 53
            Veteran Member
              Posted By Norm Moran on 4/02/2008 4:23 PM
              <!--30Q_EMPLOY-->
              <!--30Q_COMPA-->
              <!--30Q_-->
              This is what I am using in the Input Properties of File Access


               

              John Henley
              Posts: 3353

                Here's one I just did, which works:

                Attachments
                Thanks for using the LawsonGuru.com forums!
                John
                nlmoran
                Veteran Member
                Posts: 53
                Veteran Member
                  Thanks
                  Interesting:
                  I was using Write to File vs Append to File and was I keying name's directly into input data (syntax correct)
                  that does not work.
                  John Henley
                  Posts: 3353
                    "Write To File" should work fine as well, although it will only write one line...
                    Thanks for using the LawsonGuru.com forums!
                    John