Skip to main content
Nintex Community Menu Bar

Introduction to SmartObjects - Tutorial problems - Step 9

  • August 30, 2007
  • 2 replies
  • 10 views

Forum|alt.badge.img+1

Working on Step 9:Creating an ASP.NET Form to manage SmartObjects of the Introduction to SmartObjects tutorial.


I have completed all the steps(double checked twice) and when I run the page it's blank I don't get an error in either the BP Server Console or in the event log.


The previous steps work fine, I can update, retreive regions, and expenses. Has anyone experiences this problem. How can I debug this?


Thanks in advance.


Sanjay Malhotra


 

2 replies

Forum|alt.badge.img+4
  • August 31, 2007

HI,


Yes, there are few steps missing there :-) which I could barely remember. But the obvious one is here....


Please make sure you make this change to the "SqldataSource" control for the GetList() method to the Expense Smart Object:


 Under Properties, Set "CancellationOnNullParameter" from 'True' to 'False'


Hope this helps,


Marco


Forum|alt.badge.img+1
  • Author
  • September 1, 2007

Thanks Marco,

I needed to change the SqlDataSource 'ManageEmpl' property CancellationOnNullParameter from 'True' to 'False' and it worked.