SiebelGuide.com/siebelblogs

Siebel Blogs, News, Events, Tips and Tricks
Filed under Tips&Tricks, eScript

While I was working on one of my Siebel requirements I realized that my script would become very accurate and less confusing to business if I could script based on Server Name. So I had to access the Server Name using eScript. I thought about this for sometime and after 10 minutes I suddenly realized that it is easy.


I went to Site Map –Server Configuration – Enterprises. The view you would see here is definitely based on some Business Object, Business Component and stored in some table. So went to About View and found that the Enterprise server name is coming from the Business Component “Enterprise Server” and the server name is stored in the field “Enterprise Server”. So all I did was to query this BC and access column. So easy after I realized.

Similarly, it is very easy to access other server parameters that change dynamically depending on the Environment.

Share with me your experience configuring something unusual requirements like this and eventually you figured out. Lets have some fun.

Related posts(Auto Generated):

  1. How to Invoke Server Manager Utility in Siebel
  2. eScripting Best Practices - Part1
  3. eScript Best Practices - Part6
  4. View not Visible in Siebel - Top 6 Reasons
  5. Siebel FAQs.

Posted by Sridhar on Tuesday, March 25th, 2008


Page copy protected against web site content infringement by Copyscape
You can follow any responses to this entry through the magic of "RSS 2.0" and leave a trackback from your own site.

3 Responses to “How to Access Server Parameters using eScript”

Post A Comment

Recent Posts 

Recent Comments:

  • Mahesh: Very Excellent yaar. i didnt know the basic concept of this though i am writing the script for years. Blindly we...
  • Anonymous: Use this but only in Browser Script The SetProperty method sets visual properties of a control. Syntax...
  • Gurdeep: The examples for a search in a query field are: ”.Search = “[Id] IS NOT NULL” .Sort=”"...
  • Sridhar: I have updated.
  • Sridhar: Peter, I agree. Was available from 7.8 onwards.