Update Activity Node

 4 Replies
 0 Subscribed to this topic
 52 Subscribed to this forum
Sort:
Author
Messages
nlmoran
New Member Send Private Message
Posts: 0
New Member

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

John Henley
Send Private Message
Posts: 3351
Yes, I have used it to remove users based on input from a CSV file.
Thanks for using the LawsonGuru.com forums!
John
nlmoran
New Member Send Private Message
Posts: 0
New 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 Send Private Message
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
Send Private Message
Posts: 3351
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