Re: Quick Add Variants - Sequence Num - Product Assocs
Posted by
Si Chen-2 on
Jun 23, 2006; 5:09pm
URL: http://ofbiz.116.s1.nabble.com/Quick-Add-Variants-Sequence-Num-Product-Assocs-tp168691p168692.html
Does it already use the sequenceNum from the ProductFeature to order
them? I thought it did, though I can't be sure.
I don't think it's a good idea to order them implicltly with row
count. Can you pass some kind of seqNum as another parameter, like
seqNum_o_${n}?
Si
On Jun 23, 2006, at 1:45 AM, Scott Gray wrote:
> Hi All
>
> I was thinking about getting the quick add variants screen to apply
> sequence nums to product associations they create, anyone think
> this is a bad idea?
> Also since the screen seems to display the proposed variants in the
> correct order based on the sequence nums of the feature appls,
> would it be a bit too lazy if i used the rowCount variable of the
> multi form as a hidden parameter to pass on to the service as the
> new sequence num? Perhaps i should just do something similar in
> the bsh script.
>
> Thanks
> Scott