Archive for the 'Tips&Tricks' Category...
Filed under How To, Tips&Tricks, All
This blog is a contribution from Priyanka. Many thanks for her post. This post describes How to Change the lost or forgotten Local DB Password in Siebel. This post also shows how to change the local DB password.
Click Here to Download this document. Thanks again Priyanka!
(more…)
Comments (0) Posted by Sridhar on Saturday, November 29th, 2008
Filed under How To, Tips&Tricks, eScript, All, Configuration
There are many ways to invoke an Internet Explorer on a button click in Siebel. I will post two ways of doing it in two different posts.
Requirement: When a custom button is clicked it should invoke Internet Explorer and navigate to a given URL.
(more…)
Comments (4) Posted by Sridhar on Monday, November 10th, 2008
Filed under How To, Tips&Tricks, eScript, All, Configuration
Handling Date and Time functions is very puzzling in eScript. Lot of developers mess around with the code to reach the result.
In this post I will explain the simplest way to find the time difference between two different times in Seconds using Siebel eScript.
(more…)
Comments (0) Posted by Sridhar on Friday, October 24th, 2008
Filed under How To, Tips&Tricks, All, Configuration
Invoking workflows in Siebel has become very easy since the introduction of Runtime Events. Runtime events saves a lot of time for developers. We no longer have to create triggers or workflow policies to invoke workflows on certain record events.
In this post I will explain how easy it is to invoke a workflow using Runtime Events.
(more…)
Comments (2) Posted by Sridhar on Thursday, October 16th, 2008
Filed under How To, Tips&Tricks, All, Configuration
This post is the contribution by Sachin Mittal. He has shared a document which beautifully explains on how to create a Symbolic URL in Siebel to display external webpage. Thanks Sachin.
Click Here to download this word document. (more…)
Comments (2) Posted by Sridhar on Sunday, September 21st, 2008
Filed under Tips&Tricks, All, Configuration
This tip will enable you to login into Siebel thin client automatically. You could save it as a shortcut or save the link as your browser favorite.
To do this all you have to do this to append execute command, username and password to the URL as shown below.
(more…)
Comments (3) Posted by Sridhar on Friday, September 19th, 2008
Filed under Tips&Tricks, eScript, All
During many circumstances especially while using web services, we traverse through the property sets to check for different things and take appropriate action. One of those checks could be to check the expected property exists. PropertyExists method in Siebel eScript ensures that the specified property exists in a property set. This is a very useful method. The check is similar to using an if statement after ExecuteQuery() to make sure that it returns at least one record. This PropertyExists method is be used with if statements. This post can also fall under one of the best practices while writing eScript.
(more…)
Comments (0) Posted by Sridhar on Tuesday, September 16th, 2008
Filed under How To, Tips&Tricks, eScript, All, Configuration
While I was working on eScript I came across the method GetMVGBusComp which is one of Best Practices in eScripting and I thought of posting it here. Details about this method below.
Tip 11:Use GetMVGBusComp Method to get the MVG records
As the method name suggests it gets the Business Component of the record that MVG is based on. This is a very helpful Method that would save a several lines of unnecessary code.
(more…)
Comments (0) Posted by Sridhar on Monday, September 15th, 2008
Filed under How To, Tips&Tricks, eScript, All, Configuration
In this post I will explain what a property set is, how it looks and how to build a property set using eScript.
Property set is a set of data containing Type, Property and Value. It is stored in a form of XML. For example, when you write a business service a script under Service_PreInvokeMethod and Inputs to this is a property set and it could something like this. (more…)
Comments (2) Posted by Sridhar on Friday, September 12th, 2008
Filed under Tips&Tricks, All, Configuration
This post is contributed by Lakshmi. She is a regular visitor of SiebelGuide.com blogs. On behalf of all our visitors I thank Lakshmi for her participation and sharing her knowledge.
Assume there 2 IC fields (Field1, Field 2) for an IC.
Field 2 has to be update only after Field1 is updated.
Then FieldDependency User Property should use on IC Field as – (more…)
Comments (0) Posted by Sridhar on Tuesday, September 9th, 2008