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

MOSC Banner

Siebel Java SDK

edited Jul 17, 2018 5:03AM in Siebel Open UI, Tools, Scripting and EAI (MOSC) 1 commentAnswered

Hi,

Part#1.

I am using Siebel Java SDK to fetch records from the database as shown below. This is for screen pop in a Web Application based on ANI.

            m_busObject = m_dataBean.getBusObject("Contact");

            m_busComp = m_busObject.getBusComp("Contact");

Now when i am fetching City

                m_busComp.getFieldValue("City");

it returns empty string. However the record set which i receive, have City fields populated. It gets displayed in the Siebel App.

Part#2.

Also can i access Siebel database using JDBC. Does Siebel allow accessing database directly?

Regards,

Sukhadeo.

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