Showing posts with label tools. Show all posts
Showing posts with label tools. Show all posts

Wednesday, December 19, 2007

Siebel Tools : How to perform a local lock

Problem: You need to change an object that is checked out by other user.
Solution : You need to locally lock the project that contains your object. So far, so good, but you have another problem,that project is locked by the user that performed check out. So all you have to do is this:

  • Login to your local database. Check it here.
  • UPDATE siebel.s_project SET locked_flg= 'N' where name=''
  • commit
  • Requery tools for your project
  • Lock it!

Don't forget to synchronize both projects, so you can lost all your changes.

Friday, December 14, 2007

BC : "Immediate Post Changes" field property

When this property is set to True, in a business component field, the changes made to that fiel causes an imediate roundtrip, to server, for saving data.

A TRUE or FALSE value.

Field data is posted to the server when the focus moves off of the field and then the data is refreshed.

Causes an immediate roundtrip to the server. When set to True the browser script PreSetFieldValue event is bypassed. Typically used for constrained drop-down lists and calculated fields. Excessive use affects performance.

Check here for all field properties description.

Wednesday, December 12, 2007

Siebel Tools : How to query your local database ?

You can perform some queries against your local database using an application provided with Siebel tools, this application can be found in \tools\BIN\dbisqlc.exe.