This error usually occurs when s ript is trying to associate record to a parent record in siebel.
Scenario 1 : Active BO used in script to create association however current context does not contain child BO details.
var opty_bo = TheApplication().ActiveBusObject();
var opty_bc = opty_bo.GetBusComp("Opportunity");
var opty_con_bc = opty_bo.GetBusComp("Contact");
var opty_con_assoc_bc = opty_con_bc.GetAssocBusComp();
In this case the last instruction will error out and result into this error.
Resolution use GetMVGBusComp().GetAssocBusComp()
Scenario 2 : Parent BC has no update flag as set
Solution create thin BC which has no update flag as N, and use that bc to associate the records.
Hope it helps, please leave comments below if you face this error in some other scenario and some other trick helped you out.
Cheers!
My personal experiences and lessons I learned while working on siebel implementations.
Subscribe to:
Posts (Atom)
-
RCR stands for Repeating Component Request. This is essentially a way to schedule a workflow to run at certain time. Consider these as cron ...
-
When you have just enabled workspace and created new developer logins to get your hands dirty, this the first thing you can face 😊 Unless...
-
To answer this question let me explain you what is picklist in Siebel first. What is a picklist in Siebel? Picklist is a field is field ...
Workspace Icon Missing From Siebel Web Tools For Users Other Than SADMIN
When you have just enabled workspace and created new developer logins to get your hands dirty, this the first thing you can face 😊 Unless...
Labels
-
►
2020
(6)
- ► February 2020 (6)
-
▼
2016
(6)
- ► November 2016 (1)
- ► April 2016 (1)