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

MOSC Banner

Need Clarification on NewRecord

edited Oct 11, 2013 3:58AM in Siebel Open UI, Tools, Scripting and EAI (MOSC) 2 commentsAnswered
Hi All,
I have a following code snippet,
this.BusComp().NewRecord(NewAfter);
this.BusComp().SetFieldValue("Name","SomeValue");
this.BusComp().WriteRecord();

Now my question is,
How does Siebel selects the columns in the INSERT/UPDATE statements which is triggered during NewRecord?? In other words, what are the Fields in BC (or) Columns in Table that will be selected by default by Siebel while performing a NewRecord???

I could guess a few criteria like,
 - System Columns
 - Columns set as Required to Y
 - Fields set as Required to Y

Other than these are there any conditions???

Regards,
Maggi.

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