entity update proposal

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
9 messages Options
Reply | Threaded
Open this post in threaded view
|

entity update proposal

Hans Bakker
I would like to add the optional field 'websiteId' to the contactlist to
be able to separate emailists by website.

any objections or other solutions?

Regards,
Hans


--
http://www.antwebsystems.com :
Quality OFBiz support for competitive rates....

Reply | Threaded
Open this post in threaded view
|

Re: entity update proposal

BJ Freeman
I would like to see it at the productStore, since many productstores
with thier own list under one website. Especially at Ecommerce or
publicFace level.
 a one to many relationship.
If not acceptable then a many to many relationship setup so same
mailinglist can be used different ways.

Hans Bakker sent the following on 8/10/2011 12:03 AM:
> I would like to add the optional field 'websiteId' to the contactlist to
> be able to separate emailists by website.
>
> any objections or other solutions?
>
> Regards,
> Hans
>
>
Reply | Threaded
Open this post in threaded view
|

Re: entity update proposal

Varun Bhansaly
We had a similar requirement and for that we had setup many to many
relationship between product store & contact list.

On Wed, Aug 10, 2011 at 3:28 PM, BJ Freeman <[hidden email]> wrote:

> I would like to see it at the productStore, since many productstores
> with thier own list under one website. Especially at Ecommerce or
> publicFace level.
>  a one to many relationship.
> If not acceptable then a many to many relationship setup so same
> mailinglist can be used different ways.
>
> Hans Bakker sent the following on 8/10/2011 12:03 AM:
> > I would like to add the optional field 'websiteId' to the contactlist to
> > be able to separate emailists by website.
> >
> > any objections or other solutions?
> >
> > Regards,
> > Hans
> >
> >
>



--
Regards,
Varun Bhansaly
Reply | Threaded
Open this post in threaded view
|

Re: entity update proposal

hans_bakker
In reply to this post by BJ Freeman
How about 'content' websites with no product store.?

Since there is a one to one between website and product store, this
should be no problem?

That the contact list currently is dependent on the product store is
wrong anyway.

Regards,
Hans

On Wed, 2011-08-10 at 02:58 -0700, BJ Freeman wrote:

> I would like to see it at the productStore, since many productstores
> with thier own list under one website. Especially at Ecommerce or
> publicFace level.
>  a one to many relationship.
> If not acceptable then a many to many relationship setup so same
> mailinglist can be used different ways.
>
> Hans Bakker sent the following on 8/10/2011 12:03 AM:
> > I would like to add the optional field 'websiteId' to the contactlist to
> > be able to separate emailists by website.
> >
> > any objections or other solutions?
> >
> > Regards,
> > Hans
> >
> >

--
Ofbiz on twitter: http://twitter.com/apache_ofbiz
Myself on twitter: http://twitter.com/hansbak
Antwebsystems.com: Quality services for competitive rates.

Reply | Threaded
Open this post in threaded view
|

Re: entity update proposal

hans_bakker
In reply to this post by BJ Freeman
sure, a many to many relationship between contact list and website is an
option. However I would like to keep the productstore out of this
relationship.

Regards,
Hans

--
Ofbiz on twitter: http://twitter.com/apache_ofbiz
Myself on twitter: http://twitter.com/hansbak
Antwebsystems.com: Quality services for competitive rates.

On Wed, 2011-08-10 at 02:58 -0700, BJ Freeman wrote:

> I would like to see it at the productStore, since many productstores
> with thier own list under one website. Especially at Ecommerce or
> publicFace level.
>  a one to many relationship.
> If not acceptable then a many to many relationship setup so same
> mailinglist can be used different ways.
>
> Hans Bakker sent the following on 8/10/2011 12:03 AM:
> > I would like to add the optional field 'websiteId' to the contactlist to
> > be able to separate emailists by website.
> >
> > any objections or other solutions?
> >
> > Regards,
> > Hans
> >
> >



Reply | Threaded
Open this post in threaded view
|

Re: entity update proposal

Adrian Crum-3
In reply to this post by Hans Bakker
I would recommend a contact list category entity with a many-to-many
relationship. Then it could be used for categories other than websites.

-Adrian

On 8/10/2011 8:03 AM, Hans Bakker wrote:
> I would like to add the optional field 'websiteId' to the contactlist to
> be able to separate emailists by website.
>
> any objections or other solutions?
>
> Regards,
> Hans
>
>
Reply | Threaded
Open this post in threaded view
|

Re: entity update proposal

hans_bakker
In reply to this post by Hans Bakker
with comments to the original proposal committed:
http://svn.apache.org/viewvc?rev=1158558&view=rev

create a many to many relationship between contactlist and website, and
update demo data

Regards,
Hans

On Wed, 2011-08-10 at 14:03 +0700, Hans Bakker wrote:
> I would like to add the optional field 'websiteId' to the contactlist to
> be able to separate emailists by website.
>
> any objections or other solutions?
>
> Regards,
> Hans
>
>

--
Ofbiz on twitter: http://twitter.com/apache_ofbiz
Myself on twitter: http://twitter.com/hansbak
Antwebsystems.com: Quality services for competitive rates.

Reply | Threaded
Open this post in threaded view
|

Re: entity update proposal

Jacopo Cappellato-4
Hi Hans,

fromDate should be part of the pk.

Kind regards,

Jacopo

On Aug 17, 2011, at 10:14 AM, Hans Bakker wrote:

> with comments to the original proposal committed:
> http://svn.apache.org/viewvc?rev=1158558&view=rev
>
> create a many to many relationship between contactlist and website, and
> update demo data
>
> Regards,
> Hans
>
> On Wed, 2011-08-10 at 14:03 +0700, Hans Bakker wrote:
>> I would like to add the optional field 'websiteId' to the contactlist to
>> be able to separate emailists by website.
>>
>> any objections or other solutions?
>>
>> Regards,
>> Hans
>>
>>
>
> --
> Ofbiz on twitter: http://twitter.com/apache_ofbiz
> Myself on twitter: http://twitter.com/hansbak
> Antwebsystems.com: Quality services for competitive rates.
>

Reply | Threaded
Open this post in threaded view
|

Re: entity update proposal

hans_bakker
Thanks jacopo,

corrected in http://svn.apache.org/viewvc?rev=1159508&view=rev

regards,
Hans

On Wed, 2011-08-17 at 18:29 +0200, Jacopo Cappellato wrote:

> Hi Hans,
>
> fromDate should be part of the pk.
>
> Kind regards,
>
> Jacopo
>
> On Aug 17, 2011, at 10:14 AM, Hans Bakker wrote:
>
> > with comments to the original proposal committed:
> > http://svn.apache.org/viewvc?rev=1158558&view=rev
> >
> > create a many to many relationship between contactlist and website, and
> > update demo data
> >
> > Regards,
> > Hans
> >
> > On Wed, 2011-08-10 at 14:03 +0700, Hans Bakker wrote:
> >> I would like to add the optional field 'websiteId' to the contactlist to
> >> be able to separate emailists by website.
> >>
> >> any objections or other solutions?
> >>
> >> Regards,
> >> Hans
> >>
> >>
> >
> > --
> > Ofbiz on twitter: http://twitter.com/apache_ofbiz
> > Myself on twitter: http://twitter.com/hansbak
> > Antwebsystems.com: Quality services for competitive rates.
> >
>

--
Ofbiz on twitter: http://twitter.com/apache_ofbiz
Myself on twitter: http://twitter.com/hansbak
Antwebsystems.com: Quality services for competitive rates.