Input validations: Ideal Size Set
Columns | Validations |
---|---|
category | channel, store_code, category and sub_category combination must be unique. (category, subcategory) combination should be present in catsubcatstylemap. |
subcategory | channel, store_code, category and sub_category combination must be unique. (category, subcategory) combination should be present in catsubcatstylemap. |
channel | channel, store_code, category and sub_category combination must be unique. (channel, store_code) combination should be present in storemap. |
store_code | channel, store_code, category and sub_category combination must be unique. (channel, store_code) combination should be present in storemap. |
store | No special characters (', \, null) are allowed. |
pivotal_quantity_cummulative_contribution | Invalid integer validation should not raise. value cannot be negative. has to be greater than zero and cannot be less than zero. |
exit_quantity_contribution | Invalid integer validation should not raise. value cannot be negative. has to be greater than zero and cannot be less than zero. exit_quantity_contribution should be less than the pivotal_quantity_contribution. |
pivotal_quantity_contribution | Invalid integer validation should not raise. value cannot be negative. has to be greater than zero and cannot be less than zero. pivotal_quantity_contribution should be less than the pivotal_quantity_cummulative_contribution. |