Update Activity Node

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

    Has anyone created a flow to update using the Resource Update Activity NODE from  external file? 

    John Henley
    Posts: 3353
      Yes, I have used it to remove users based on input from a CSV file.
      Thanks for using the LawsonGuru.com forums!
      John
      nlmoran
      Veteran Member
      Posts: 53
      Veteran Member
        Great!
        Are you using Data Iterator ? I am trying to figure out how data into my variables ID & Name
        I reading a tab delimited file 10 tabs.
        David Williams
        Veteran Member
        Posts: 1127
        Veteran Member

          You could use the method I outline in my blog entry: http://consultdavidw.blog...andle-arrays-in.html

          David Williams
          John Henley
          Posts: 3353
            Posted By Norm Moran on 7/24/2008 10:18 AM
            Are you using Data Iterator ? I am trying to figure out how data into my variables ID & Name
            I reading a tab delimited file 10 tabs.
            I would use a FileAccess node to read each record, and then a DataIterator to read the delimited fields within each record.
            Thanks for using the LawsonGuru.com forums!
            John