Siebel Java SDK
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.