Tag: jQuery

IP 2014: Adding Presentation Model Properties That Siebel Servers Send to Client side

In earlier Siebel Open UI versions, we are missing this feature to set user properties from server side (or tools) which we can use directly  in our Presentation Model and Physical Renderer files. In Innovation Pack 2014, Oracle has extended this feature. Now we can set properties in Applet/Views User Properties and can access in PM/PR files. For Applets Tools…

Siebel Open UI and Object Oriented Javascript Programming

In my last post, I had explained OOPs concept in Javascript. Now, I will pick one sample PR file of Siebel Open UI and try to explain its relevance with Object Oriented Programming. Please check my last post first to understand this one better. In this post, below are the well defined snapshots of a sample PR with all its…

Siebel OpenUI: Adding FilterToolbar in List Applet using JqGrid

Hope you guys like my last post, exploring further I got more interesting feature we can have in our Siebel List Applets with a single line of code only. For all new buddies, let me explain here that with Siebel OpenUI upgrade we have a lot of jQuery plugins used as vanilla files in Siebel. JQGrid is one of them…

Siebel OpenUI: Hide column in List Applet using JQGRID methods

This post is related to my last post. Requirement: Hide a column permanently in a List Applet which is mandatory to expose on Applet. Possible Solutions: Check Show in List property in applet list control. By checking this, column will be not be visible but available in Column Displayed option. Check Hidden property in applet list control. Using this, control…

Siebel OpenUI: Hiding a Column in List Applet

It seems to be pretty simple and may be stupid  requirement but its a possiblity that you need to expose some Field on applet web layout and in same time you don’t want it to be visible. Well in OpenUI enhancements, we can access only those fields in PM/PR which are mapped in web layout of applet or you can…