• I met this problem many times, everytime I removed all the installed file that not installed successfully and clear the registry. That made me mad everytime. Today I found a solution for the problem, and excerpt to my blog. I haven't tried if this work...
  • Siebel Web Client by default shows only the first 7 rows. I guess all of us would have observed that. Today, I will share a Siebel tip as to how we can control increasing or descreasing this default number. There are two kinds of settings in Siebel ...
  • 1- Create a Image object in in Siebel Tools and point it to your company logo. 2- Place company logo to image directory. 3- change referecne in CCFrameBanner.swt file. If you application is in SI mode and change dCCFrameBanner.swt. I got the SB...
  • Version: 7.8.2.6

    现象:The customer running into a strange issue in Production when trying to add attachments that are greater than 500 KB to any entity (Accounts, Contacts, etc) via Siebel Web Client. Siebel will actually create a record in ...
  • 有时候根据用户的要求,需要将日期和时间的显示方式进行变更,比如从12小时时钟改为24小时时钟等。

    步骤:

    Site Map(场地图) > Administration – Data(管理数据)> Locale(场所) 在Locale List Applet中选择使用的版本语言,如CHS 在Locale Form Applet中, 可以对货币、数值、日期、时间的显示格式进行修改。
    ...

  • 相对于使用方法TheApplication().ActiveXXX(),更推荐使用对象引用“this”。它基本上是事件处理器的当前对象的速记,而不只是活动的对象。例如:在BC的事件处理器中,this代表放置代码的BC的事件。如果绝对需要在运行时(runtime)使用ActiveXXX,那么必须要考虑到代码在UI(如通过COM、CORBA或者JDB)来运行的可能性。

    可以适当使用ActiveBusObject()方法的地方包括:

    ...