C
charles14
I have a long process that brings in information from Oracle then converts it
into the correct format and compares to see if it is a new task, existing
task with deadline change or completed tasks.
I looked through the code on this site and got have got the tasks.add down.
All the right fields get updated.
My problem is the next time I find a new task to add and do the "tasks.add
(name)" all of the information writes over the information I previously added
so instead of adding 50 activities, only one is added and has all the
information of the 50th addition.
This is probably easy for you guys but I have spent hours trying to no
avail, Help, please.
into the correct format and compares to see if it is a new task, existing
task with deadline change or completed tasks.
I looked through the code on this site and got have got the tasks.add down.
All the right fields get updated.
My problem is the next time I find a new task to add and do the "tasks.add
(name)" all of the information writes over the information I previously added
so instead of adding 50 activities, only one is added and has all the
information of the 50th addition.
This is probably easy for you guys but I have spent hours trying to no
avail, Help, please.