Thursday, May 27, 2010

Update any ReadOnly Siebel view

Here is the solution :
Just copy paste the below text into Address bar :

javascript: alert(theApplication().ActiveBusObject().GetBusComp("Account").SetFieldValue("Local Name", "Rakeshtest"))

javascript: alert(theApplication().ActiveBusObject().GetBusComp("Account").WriteRecord())

No comments:

Post a Comment