Skip to main content
Nintex Community Menu Bar

Can not load data from smartobjects into blackpearn form

  • January 20, 2009
  • 7 replies
  • 21 views

Forum|alt.badge.img+2

Hi All,

I am facing a urgent problem.

I have created smartobjects named Student and Class. Then I used ASP.net form to insert data into these smartobjects.

Next, I created a process which use the smartobjects as datasource. However, I can se data in FormsGenerationEvent form. Anyone can help me???? I spent 2 days but cant find the cause of this problem

Many thanks

7 replies

Forum|alt.badge.img+10
  • Nintex Partner
  • January 20, 2009
Do you get any errors?  Are you using drop downs?  Have you tried to access the data through a generic form, or use infopath?

Forum|alt.badge.img+2
  • Author
  • January 20, 2009
I get no error, I used custom website to insert data into smartobjects and it was ok. yes, I am using drop downs, But FormsGenerationEvent load no data.

Forum|alt.badge.img+11
  • January 20, 2009

I am assuming you're using the SmartBox service for your SmartObjects.  Have you verified the data was successfully stored in the tables?


Forum|alt.badge.img+2
  • Author
  • January 20, 2009

I have tested with some cases. When I use getlist function, the data was loaded on the form.However, with load function i store value in datafield object, I got error.

 


Forum|alt.badge.img+2
  • Author
  • January 20, 2009

My problem here is unable to use Load method of my smartobjects. when I used load method, the data can be loaded on the FormsGenerationEvent while it is ok with other methods.

Anyone know my issue

Thanks


Forum|alt.badge.img+9
  • Nintex Partner
  • January 21, 2009
What is the exact error message you are hitting?

Forum|alt.badge.img+2
  • Author
  • January 22, 2009
That means that when I used Load method to load data from smartobject on form, while other method named getlist() the data was loaded successfully