Siebel Business Process & Functionality (MOSC)

MOSC Banner

XML Command Block - Certain views give error "Cannot find Could not find 'Applet' named 'Com Contact

edited Mar 12, 2012 6:25AM in Siebel Business Process & Functionality (MOSC) 2 commentsAnswered ✓
Hello All,
Using socket connection to send XML Command blocks to Siebel to create new records.  This works fine if view is a standard list view,  for example the following will create a new contact record :

login, gotoview, then

<?xml version='1.0'?>
<EXEC PATH='/callcenter_enu/start.swe'>
  <CMD NAME='SWECmd' VALUE='InvokeMethod'>
    <ARG NAME='SWEApplet'>Contact Form Applet</ARG>
    <ARG NAME='SWEView'>Contact List View</ARG>
    <ARG NAME='SWEMethod'>NewRecord</ARG>
    <ARG NAME='SWESetMarkup'>XML</ARG>
    <ARG NAME='SWEDataOnly'>TRUE</ARG>
    <ARG NAME='SWESetNoTempl'>TRUE</ARG>
  </CMD>
</EXEC>

Then call WriteRecord, using the RowID retrieved from the return from the NewRecord call.

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