Friday, 20 March 2021
autanabp
One of the problems presented by Siebel Open UI, is the Greeting on the home page (Homepage) and is that the greeting does not come out correctly, a white box appears where the typical Siebel welcome message that appears in HI should go.
With Open UI we have a view like this:

While in HI, the traditional homepage view with its “Salutation Applet” correctly appears like this:

We can configure our Siebel application so that, depending on whether we are in Open UI or HI, this message appears or not.
What we will have to do is modify the Salutation Applet and include a conditional expression to identify in which context we are working, if the profile attribute IsOpenUI is 1 we are in Open UI, of the cotrario we are in HI and this is what we will have to configure:

And we will have our homepage in Siebel Open UI in this way:

