You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by Si Chen <si...@opensourcestrategies.com> on 2006/08/11 20:59:58 UTC

notifications about products

If we need to set up some kind of automated service to send  
notifications regarding products to a list of people, should that be  
by using ContactList and then adding a ContactListProduct entity to  
associate that list with products, or is it better to use CustRequest  
and adding a CustRequestProduct entity to associate requests with  
products?

Si

Re: notifications about products

Posted by BJ Freeman <bj...@free-man.net>.
I am using the subscription and associating products with it.

Si Chen sent the following on 8/11/2006 11:59 AM:
> If we need to set up some kind of automated service to send 
> notifications regarding products to a list of people, should that be by 
> using ContactList and then adding a ContactListProduct entity to 
> associate that list with products, or is it better to use CustRequest 
> and adding a CustRequestProduct entity to associate requests with products?
> 
> Si
>