Siebel Open UI and Headless list applets
Well, technically they will be body less list applets but headless made a better title . As soon as you move your Open UI experiments to list applets you face this problem. As soon as you include a PR...
View ArticleSiebel Open UI – Charts and Graphs
Before Open UI the only way to get charts and graphs on Siebel UI were Siebel Analytics (in past) and OBIEE but with Open UI that has changed. I read a blog post showing how various types of data...
View ArticleSiebel Open UI Portlets – putting them to test
I have been trying to implement various features of Open UI and yesterday it was turn of Portlets. As per the bookshelf with Siebel Open UI it is possible to display Siebel Views and Applets in...
View ArticleHow to invoke business service in Siebel Open UI?
Well, when all the dust settles and novelty wears off we all have to get back to work and write code to accomplish business requirement. Open UI only changes the way you would write scripts but you...
View ArticleTop 10 things you need to know about Siebel Open UI
This article has been contributed by Aboli Kulkarni of Acrotrend. A really useful article basically forming FAQ of Open UI. Oracle Siebel CRM has been the worlds leading CRM package for more than 2...
View ArticleMVG Add All Button -Siebel Open UI
This article has been shared by Tirumalesha Dadige a reader of SiebelUnleashed. Requirement: You need to show Add All button on the MVG Applet in OpenUI. Problem: This feature was removed in OpenUI....
View ArticleSiebel Applets in Tabs- Siebel Open UI
@lex in his blog has been exploring various jQuery UI widgets and showing their application in Siebel Open UI. While going through them jQuery Tabs caught my attention and I wondered how can they be...
View ArticleSingle Applet as Tabs – Siebel Open UI
As I explained in the my last article how convert a Siebel view into tabbed view to display applets as tabs. Thanks to an idea by Jason I was able to take this a step further. Interested?? The idea is...
View ArticleExpand – Collapse Siebel Applet – Siebel Open UI
You must have seen lots of web apps where you are able to collapse a section of website by clicking on a plus icon or something similar to that. So, not waiting further I dived right in and started...
View ArticleCustom Expand Collapse Applet – Siebel Open UI
As promised in the last post, I am back with the Expand/Collapse Functionality implemented in custom way. But as expected the implementation is bit more complex than vanilla functionality and involves...
View ArticleError exporting Workflow Process in 8.1.1.10/11
We recently patched our environment to Siebel 8.1.1.11 and started getting following error while trying to export workflow process records in Siebel Tools. Error writing XML to file ‘D:\2-N93ZIX.xml’....
View ArticleReal World Experience – Siebel Open UI
Next in series >> Luckily I got a chance to work on a Siebel Open UI project (now you know the reason for my absence). As we already know there is lot of difference in doing a POC and...
View ArticleHow to learn Siebel Open UI?
A lot of people have asked me this question or a variation of this question which goes like. How do I learn Open UI? How do I start with Open UI? I want to learn Siebel Open UI, should I start with...
View ArticleSiebel Open UI- Areas to lookout for
<< Previous in series Next in series >> This is second post in the series where I share my experience of working on a Siebel Open UI project. In this post I would like to callout for...
View ArticleSiebel OUI Presentation Model- What you see is what you get!
<< Previous in series Continuing with the series I would like to explain some things about Siebel Open UI Presentation Model. 1. What you see is what you get. This is the most important...
View ArticleSiebel Open UI – asynchronous call in PM-PR
Prior to Open UI you could only call workflows in asynchronous mode. Well technically it was possible to call a business service asynchronously by wrapping it in a workflow. With Open UI Oracle has...
View ArticleSiebel Open UI – How to use BlockUI jQuery plug-in?
This is the second post in the series explaining feature in Open UI to trigger a business component method asynchronously in a PM or PR with help of a use case. This post deals with requirement where...
View ArticleSiebel Open UI – Complete Async Search functionality
This is the final part of the a case study involving newly introduced Siebel Open UI’s AI object and Block UI jQuery plugin. In the last part of the series we will see how to attach a click event to a...
View ArticleHow to bind a click event to a column in list applet?
In last post we learnt how to bind a click event to a image on the form applet. This will work on any control on form applet as long as you have right selectors but this trick will fail in the list...
View ArticleSiebel Open UI – Mouse Over Tooltips
Jason posted an article explaining how to implement Mouse Over tooltips in Siebel Open UI almost an year ago. Unfortunately I was not able to get that working due to issues with qTip plugin. A lot has...
View Article