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

MOSC Banner

Updating Contact association to new Account

edited Dec 8, 2016 2:06PM in Siebel Open UI, Tools, Scripting and EAI (MOSC) 3 commentsAnswered

I need to switch the "Contacts" associated with one account to another account on the back-end.  Is this as easy as changing the key in the s_contact table for the field pr_dept_ou_id or will that not work? Any information concerning this is appreciated. The below code is what I'm thinking will accomplish this.

update s_contact set pr_dept_ou_id='winner_row_id' where pr_dept_ou_id='loser_row_id'

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