Basically, there is an interesting problem when an item is stamped with multiple items in that since each of the
quickentry commands have been broken apart into separate methods, they are not aware of what other commands
are being processed.
Therefore, I was thinking that each of the quick entry methods should return 2 items:
* Item that has been created
* Collection that they think it should belong to
This way, if an item is supposed to be added to the current collection, then it will get added to this collection and not the All collection (Dashboard).
--
PhilJones - 09 Aug 2007