Siebel: WebApplet_Load Error: This operation is not allowed..
On a drilldown, we navigate to a specific form applet. On the WebApplet_Load event of the form applet, we have written a script. The script tries to do a getfieldvalue from "this.Buscomp" field. Thie this.buscomp returns the correct business component but the getfieldvalue fails if the BO of the form applet is different than the BO of the drilldown applet. The getfieldvalue is successful is the 2 BO's are same.
My question is why does the getfieldvalue work in one case and does not work in the other?