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

MOSC Banner

this.WriteRecord()

edited May 19, 2017 12:02AM in Siebel Open UI, Tools, Scripting and EAI (MOSC) 2 commentsAnswered

Hello Team,

I have below escript code where in I am making an update on current record using the "this". After which I have Write record and then copying the current record to create a new record.

  this.SetFieldValue("SR Number", sSRNum);

   this.WriteRecord();

  // Copy the Activity Record & Update the Copy

  this.NewRecord(NewAfterCopy);

Issue: I did the code debug and noticed the issue... that is when the code reaches "this.WriteRecord();" the control is going directly to "WriteRecord" but not Pre_WriteRecord. is that expected.

Note: The above code is on custom function "createcopyaccount" which is triggerred from Pre_WriteRecord event.

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