question on number of products a assat can have

fourteen

Well-known member
I have heard that there is a limit on the number of products a asset can have what is that number? And is there a master kuid for a say a boxcar to get anything a boxcar can carey instead of indevial products? Thanks.
 
I have heard that there is a limit on the number of products a asset can have what is that number? And is there a master kuid for a say a boxcar to get anything a boxcar can carey instead of indevial products? Thanks.
You can add a queues container that doesn't include any allowed-products - only allowed-categories. See:
http://online.ts2009.com/mediaWiki/index.php/CCG/Other_Regularly_Used_Containers#Queue_Container

But note that this doesn't seem to work properly - the allowed categories that you nominate are actually not allowed.

For example:
Code:
queues
{
   load
   {
      size                                7
      Initial-count                       0
      product-kuid                        <kuid:-3:10013>
    
    allowed-categories
    {
      0                                 <kuid:-3:10091>
      1                                 <kuid:-3:10042>
      2                                 <kuid:-3:10044>
    }
  }
}
will list products in category <kuid:-3:10040>.
 
Back
Top