E10: Configurator Test Inputs Error: createDynamicListArgs

That error means you have a zero or null value somewhere.  If your configurator references something that would “normally” come in from being started in the order/quote you will get that.  I have a “TEST” checkbox that allows for manual setting of these.  Ie

 

Inputs.QuoteNum.Value = (!Inputs.TEST.Value) ? (Context.QuoteNumber) : (12036);     /**** TEST VALUE ****/

Inputs.QuoteLine.Value = (!Inputs.TEST.Value) ? (Context.QuoteLineNumber) : (1);    /*** TEST VALUE ***/

 

Brenda

 

From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com]
Sent: Monday, July 20, 2015 12:58 PM
To: vantage@yahoogroups.com
Subject: [Vantage] E10: Configurator Test Inputs Error: createDynamicListArgs

 

 

Hi All,

I’m trying to Test Inputs on a configurator converted from E9 to E10.
I first of this error about “Object reference not set to an instance of an object” in the method createDynamicListArgs and I went back and reviewed each combo box to make sure they all looked good were setup correctly.
I’ve done this a few time but still get this error.

Anyone else run into this and know of a good way to debug?
Is there a complile log that might have additional details to help me figure out which combo box is giving me the problem?

[cid:6c425f.png@c7c35d8e.49b49d60]


Joe Rojas
Director of Information Technology
(781) 408-9278 Mobile
(781) 573-0291 Local
(781) 232-5191 Fax


[http://matsinc.com/images/e-mail-signatures/tagline.jpg]
[http://matsinc.com/images/e-mail-signatures/graphics/logo_matsinc.png]<http://matsinc.com> [http://matsinc.com/images/e-mail-signatures/graphics/icon_twitter.png] <http://twitter.com/Mats_Inc> [http://matsinc.com/images/e-mail-signatures/graphics/icon_facebook.png] <http://www.facebook.com/commercial.flooring> [http://matsinc.com/images/e-mail-signatures/graphics/icon_youtube.png] <http://www.youtube.com/user/MatsIncTV> [http://matsinc.com/images/e-mail-signatures/graphics/icon_pinterest.png] <http://www.pinterest.com/contractfloors/> [http://matsinc.com/images/e-mail-signatures/graphics/icon_blog.png] <http://matsinc.com/blog>


[Non-text portions of this message have been removed]

Hi All,

I’m trying to Test Inputs on a configurator converted from E9 to E10.
I first of this error about “Object reference not set to an instance of an object” in the method createDynamicListArgs and I went back and reviewed each combo box to make sure they all looked good were setup correctly.
I’ve done this a few time but still get this error.

Anyone else run into this and know of a good way to debug?
Is there a complile log that might have additional details to help me figure out which combo box is giving me the problem?

[cid:6c425f.png@c7c35d8e.49b49d60]


Joe Rojas
Director of Information Technology
(781) 408-9278 Mobile
(781) 573-0291 Local
(781) 232-5191 Fax


[http://matsinc.com/images/e-mail-signatures/tagline.jpg%5d
[http://matsinc.com/images/e-mail-signatures/graphics/logo_matsinc.png%5d<http://matsinc.com> [http://matsinc.com/images/e-mail-signatures/graphics/icon_twitter.png%5d <http://twitter.com/Mats_Inc> [http://matsinc.com/images/e-mail-signatures/graphics/icon_facebook.png%5d <http://www.facebook.com/commercial.flooring> [http://matsinc.com/images/e-mail-signatures/graphics/icon_youtube.png%5d <http://www.youtube.com/user/MatsIncTV> [http://matsinc.com/images/e-mail-signatures/graphics/icon_pinterest.png%5d <http://www.pinterest.com/contractfloors/> [http://matsinc.com/images/e-mail-signatures/graphics/icon_blog.png%5d <http://matsinc.com/blog>



[Non-text portions of this message have been removed]