Archive for the 'Configuration' Category...
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…)
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 (4) Posted by Sridhar on Tuesday, September 9th, 2008
Filed under Tips&Tricks, All, Configuration
If you look into Site Map->Administration-Application->System Preferences there is a parameter defined “Universal Time Coordinated”. This parameter can either be TRUE or FALSE. By default this value is set to TRUE during Siebel Installation. The decision to set this parameter to either TRUE or FALSE is decided depending on whether your Siebel deployment is Global or Local.
Let me try to explain this by setting this parameter “Universal Time Coordinated” to different values. (more…)
Comments (3) Posted by Sridhar on Friday, September 5th, 2008
Filed under How To, All, Configuration
One of our Siebel Forum member by name Priyanka has explained on how to configure email notification in Siebel using Workflow. The detailed steps are in the forum section. Check this Link. Leave a comment for Priyanka. Thanks. (more…)
Filed under Tips&Tricks, All, Configuration
The purpose of this blog is to describe the use of Transcode Business service and how to use it while working with Siebel Workflow process.
I was developing a Siebel workflow process and as usual I was developing on my local. The purpose of my Siebel workflow process was get an XML message as a string data and log the incoming XML into a table and then process the XML to insert an Opportunity using Siebel EAI Adapter. Below is what the workflow process looked like. (more…)
Filed under How To, Tips&Tricks, eScript, All, Configuration
This is a very common requirement that Siebel Developer stumble upon. The requirement is to make the field read only based on the view so that the people who are assigned to this view using responsibilities are given read or write access.
Example Requirement: Make the field “Status” readonly for the view “Opportunity List Admin View” but all other views should have this field non-readonly. (more…)
Filed under How To, Tips&Tricks, All, Configuration
Siebel Workflows can be tested using Simulators. Using simulators we set the input process properties to some valid values and execute the simulator. Siebel provides two types of Simulator to test Workflows: Process Simulators and Business Service Simulators. (more…)
Filed under How To, Tips&Tricks, All, Configuration
Predefined Query, also called as PDQs in Siebel are very handy for end users. The end users often execute the same query multiple times or also the requirement could be such that as soon as the person navigates a particular view a default set of records should be displayed. Instead of redoing the query again and again we setup PDQs for this. (more…)
Filed under Tips&Tricks, All, Configuration
Before we start to debug any Business Service or simulate any Workflow we need to provide Siebel Tools with some runtime parameters otherwise Tools will throw errors.
Below are the setup details for Siebel Tools. (more…)
Filed under Demos, All, Configuration
I came across this blog posted by NanPats. I went through the power point presentation that he has attached and I was impressed. You can download the presentation from his blog. It had everything that a developer needs to get started in developing Siebel Task UI. NanPats, Thanks a lot for sharing with us. (more…)