Displaying Record using Stored Procedure from Smartform

  • 30 November 2017
  • 2 replies
  • 3 views

Badge +8

I am trying to load record based on Id (@id as parameter) from my stored procedure using smartform but to no avail.

If I used list view it works but if I used Item View no return data.

 

Please guide as I am new to K2.

 

Regards

Dabuskol


2 replies

Badge +3

Hello Dabuskol ,

 

For item view to display data you need to call view initailize method and there need to execute particular smartobject list method and pass id as an input .

 

Please update me if this works for you.

 

Regards,

CHiru

Badge +8

Thanks for the help.

I got also the solution when I used my views into Form.

You are right I missed the initialize from my view.

 

Initialize then execute smart object the from the output, mapped the fields.

 

Best Regards

Reply