I've loaded the RIM 2.0 objects and am trying to import the Wholesale.xml file into the setup questionairre form and get the following error
This automation variable has not been instantiated. You can instantiate it by either creating or assigning it.
I've loaded the latest MSXML 6.0 components, but no luck.
](*,)
0
Comments
Run the debugger and find out which variable its failing on.
Just before that call, write this
where autovar is the name of your automation variable.
First thing you need to do is run "Company Setup" form where you specify the WholeSale.xml for generic settings, after this in "Setup Questionnaire" form you will see a row. This will be the questionnaire which you can export to xls, fill it with answers from the customer and after import back using "Import from Excel". Hope this solve your problem.