balaji_xp a user of SiebelUnleashed forum posted a top Siebel tip few days ago. I feel that is worth sharing with everybody.
We have seen a Status Indicator Icon for Server Components in Server Management Screen and now with the help of tip given by balaji_xp it is possible for us to add that to any entitiy. For example if I want a Service Request to display different colors for different severities or Quotes to display different color based on status. You can use the example given below by balaji_xp and adapt it according to your needs.
We can implement the same behavior in a list applet. Please follow the below steps:
- Select a List applet (e.g., Activity List Applet) and its BC (e.g., Action).
- In the business component, create a new calculated field.
- In the calculated value (e.g., Status Indicator), frame the logic that returns any of the status value as mentioned above(e.g., IIF([TimeDiff] >0, “Unavailable”, IIF(([TimeDiff] > -24), “Offline”,”Online”))
- Go to the List Applet. and create a new List Column “Status Indicator” and set the following properties as below.
HTML Icon Map = Server Administration Icon
HTML Type = Label
HTML List Edit = FALSE
Run Time = TRUE - In the List Applet, add the control “Status Indicator”.
- Compile the BC and Applet.
- In the application, go to the list applet and observe that the column “Status Indicator” is displayed as in server administrator screen.
You can add to this or post your comments by visting the forum thread.

3 Comments at "Adding status indicator to Siebel entities"
it is usefull indeed, and it can be extended to use any icon you want if you create a custom icon map and a calculated field or any bounded picklist field for that matter.
users tend to love that kind of indicators.
Thanks so much Balaji for such an informative post; looking forward for such more posts.
would you please let me know whether there is any article clearly explaining the Visibility control at BC/View/Applet levels.
Thanks
Parasuram m
Comment Now!