码迷,mamicode.com
首页 > 其他好文 > 详细

Siebel Error:SBL-DAT-00322 Why "RefreshRecord" does not work

时间:2014-09-19 19:42:57      阅读:773      评论:0      收藏:0      [点我收藏+]

标签:sbl-dat-00322

Here is what happened today that I rewrite "DeleteRecord "Method. I used InvokeMethod("RefreshBusComp") on a Applet.

code: this.BusComp().InvokeMethod("RefreshBusComp");

I get this error:

SBL-DAT-00322: The specialized method ‘RefreshBusComp‘ is not supported on Business Component ‘A‘ used by Business Object ‘B‘. 

The Solution:

Most likely your BusComp A is based on CSSBusComp class. Change the base class of our buscomp to CSSBCBase and RefreshBusComp or RefreshRecord should work.



Siebel Error:SBL-DAT-00322 Why "RefreshRecord" does not work

标签:sbl-dat-00322

原文地址:http://9876543.blog.51cto.com/7267894/1555175

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!