I need to group several items that are part of one shopping cart order. There could be many orgs in the order and I want to be able to group these together so I can use them in a script later on. How would I go about doing this? Tables that I am looking at (PersonWantsOrg for example) contain each item individually and events (ie insert) trigger off of each insert. I want to trigger a script when I have all items of one order in that (or some other) table.
↧