Siebel Open UI, Tools, Scripting and EAI (MOSC)

MOSC Banner

Display User Login in OpenUI Toolbar

edited Nov 30, 2018 12:47AM in Siebel Open UI, Tools, Scripting and EAI (MOSC) 7 commentsAnswered ✓

We're developing a Proof Of Concept OpenUI implementation in our 8.1.1.9 environment. One of the customizations that has been implemented in the HI client is to display the users current login and position in the Toolbar. See attachment for an example.

We use straightforward code in the CCFrameViewbar.swt template:

<!--  Start Tier2 Nav & Toolbars-->

    <table width="100%" border="0" cellspacing="0" cellpadding="0">

    <tr>

<!--  Display user login-->

<td>

    <b>User:</b>

    <SPAN ID="spnLogin"></SPAN>

    <script>

        document.all["spnLogin"].innerText = " " + top.theApplication().GetProfileAttr("Login Name");

    </script>

</td>

This doesn't work when the UI is rendered in OpenUI.

Can anyone help me replicate this functionality in OpenUI please?

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center