From: Michael M. <mi...@gn...> - 2003-09-18 10:19:05
|
I am jus tworking on a set of import scripts which are being run on a daily basis to synchronise a database with AA. I have noticed that when I call StoreItem I have to pass status_code which specifies the folder the new item is going to. Now, I want to import everyting into holding bin first, then remove all items from active, and then move everything from holding bin to the active bin. In the mySQL table item there is a field status_code. My question is: is it sufficient to change this status_code to 1 or are there any other places where I need to change the status_code to get the imported items/articles into teh active bin? Thanks mm |