The method this.BusComp().NextSelected() does not work in Siebel 8.1.1.11 SIA 23030
I have a requirement that, when multiple records are selected in Associate Applet, I have to insert new records into other BC for each selected record in the associate applet.
When I used the this.BusComp().NextSelected() at BusComp_Associate() event or TheApplication().ActiveBusObject().GetBusComp("XYZ").NextSelected() at WebApplet_InvokeMethod (MethodName) of Associate applet,the value is returning as false.It always taking the FirstSelected Record only.
We have a Post on this saying that,Doc ID 2050019.1, it was fixed 8.1.1.11 PS 13(Doesn't mentioned the Bug number) and also mentioned an alternative solution to use the FirstRecord and NextRecord instead of FirstSelected(),NextSelected().