Created by Jerry Wang, last modified on Jan 08, 2015
在UI上创建Opportunity时遇到如下error message:
试图通过如下customizing将该message type从E更改为W:
返回UI测试发现不work,原因如下:
检测到当前raise的message有customizing 存在:
call subroutine set_type进行类型修改:
这里可以发现因为customizing试图将高priority的message category E 修改为低priority的W,系统不支持这种修改,line 31的if条件返回false,因此type并没有得到修改。