Menu

#2 when dim new product, error

open
nobody
None
5
2008-10-08
2008-10-08
No

$> r3 dimension product create generic_product
ERROR: unknown dimension 'product'

Discussion

  • Stone Li

    Stone Li - 2008-10-10

    since r3-1.4.0, there are not hard-coded built-in dimensions like "product" and "intl" by default. Instead, r3 gives users the ability to create their own dimensions. Also, it won't limit the number of dimensions to 2 like before. You can create any number of dimensions you like less than 10.

    So, since r3-1.4.0, first of all, you need to create your own dimensions by r3 command "r3 setup dimension create product" and "r3 setup dimension create intl" if you just need two dimensions with names "product" and "intl". After that, you can create product/intl by "r3 dimension product create generic_product" and "r3 dimension intl create myintl".

    Hope it helps!

     
  • Stone Li

    Stone Li - 2008-10-13

    Also, we will roll out a plan for documentation to make it updated in time.
    Thanks!

     

Log in to post a comment.