11-23-2009 02:57 AM
SalesLogix 7.5 Service Pack 1 with Hot Fix 8 bundle applied (Appears in Hot Fix 17).
Running the "Curent Activities - Sample" report when you click the Generate Report button get the following error:
Script Error
An error occurred executing global script (System:Global Reports)
Error in include script (SYSTEMLX REPORT CONDITIONS): Object required: 'mConditionBuilderController'
Followed by:
Error
Error calling method cmdGenerateClick
Error in IDispatch.Invoke(): 0x80020101
This is out of the box SalesLogix code - is there a fix for this?
11-30-2009 10:03 AM
Defect 1-67942 - fixed in 7.5 SP2
Workaround: add mstr before the Table on the offending linePublic Property Get Table() mstrTable = mConditionBuilderController.GetDisplayNameForTable(mstrTable)
12-07-2009 07:55 AM
Hi Tim,
Thanks for the suggestion unfortunately your proposed solution did not fix it.
Seems to be a problem where the mConditionBuilderController is created and passed into the other forms/scripts. mConditionBuilderController is an object when you click the cmdGenerate but by the time it is in SLX Report Conditions mConditionBuilderController is no longer an object.