[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Suitable for artisan?
- Subject: Re: Suitable for artisan?
- From: Jeff Kowalczyk <..hidden..>
- Date: Wed, 19 Nov 2008 11:22:34 -0500
On Wed, 19 Nov 2008 07:45:50 -0800, Chris Travers wrote:
> One way to automate this would be to create a trigger which creates a
> warehouse for every customer. The only problem is that if she ever
> does have direct sales...
Or use a field in the Customer schema to indicate a direct or consignment
classification for the customer. The Trigger could examine that value to
decide whether to add a warehouse of the same name.
Jeff