Defining the sequence of parties associated to a product in a given role

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

Defining the sequence of parties associated to a product in a given role

Jacopo Cappellato-4
I have to implement the following simple story: a product may have several parties associated to it with the same role; there should be a way to define the sequence of parties associated to the product in that role.

I would like to implement this by adding the sequenceNum field to the ProductRole entity (using the same pattern already used in WebSiteRole, ProductCatalogRole, ProductStoreRole).

Jacopo

Reply | Threaded
Open this post in threaded view
|

Re: Defining the sequence of parties associated to a product in a given role

Jacques Le Roux
Administrator
This sounds like the better way to me.
I can't see any drawbacks following this pattern for ProductRole

Thanks

Jacques

From: "Jacopo Cappellato" <[hidden email]>
>I have to implement the following simple story: a product may have several parties associated to it with the same role; there
>should be a way to define the sequence of parties associated to the product in that role.
>
> I would like to implement this by adding the sequenceNum field to the ProductRole entity (using the same pattern already used in
> WebSiteRole, ProductCatalogRole, ProductStoreRole).
>
> Jacopo
>
>


Reply | Threaded
Open this post in threaded view
|

Re: Defining the sequence of parties associated to a product in a given role

BJ Freeman
In reply to this post by Jacopo Cappellato-4
+1
might look at doing it for all role entities.

=========================
BJ Freeman
http://bjfreeman.elance.com
Strategic Power Office with Supplier Automation <http://www.businessesnetwork.com/automation/viewforum.php?f=93>
Specialtymarket.com <http://www.specialtymarket.com/>

Systems Integrator-- Glad to Assist

Chat  Y! messenger: bjfr33man
Linkedin
<http://www.linkedin.com/profile?viewProfile=&key=1237480&locale=en_US&trk=tab_pro>


Jacopo Cappellato sent the following on 4/26/2010 5:57 AM:
> I have to implement the following simple story: a product may have several parties associated to it with the same role; there should be a way to define the sequence of parties associated to the product in that role.
>
> I would like to implement this by adding the sequenceNum field to the ProductRole entity (using the same pattern already used in WebSiteRole, ProductCatalogRole, ProductStoreRole).
>
> Jacopo
>
>


Reply | Threaded
Open this post in threaded view
|

Re: Defining the sequence of parties associated to a product in a given role

Ashish Vijaywargiya
In reply to this post by Jacopo Cappellato-4
+1.

--
Ashish

On Mon, Apr 26, 2010 at 6:27 PM, Jacopo Cappellato
<[hidden email]> wrote:
> I have to implement the following simple story: a product may have several parties associated to it with the same role; there should be a way to define the sequence of parties associated to the product in that role.
>
> I would like to implement this by adding the sequenceNum field to the ProductRole entity (using the same pattern already used in WebSiteRole, ProductCatalogRole, ProductStoreRole).
>
> Jacopo
>
>