让product description 成为mandatory field

119 阅读1分钟

Created by Jerry Wang, last modified on Apr 16, 2014

如果需要强制让product description在product creation时成为mandatory field,可以到如下的customizing里修改system message的error type:
clipboard1
从W-warning 修改成E-error,
clipboard2
这样在UI上创建product时如果未维护product description,弹出的message类型将为error,会阻止product save。
clipboard3