Skip to main content
Nintex Community Menu Bar

Dynamic SQL - List method

  • March 14, 2008
  • 1 reply
  • 5 views

Forum|alt.badge.img

Is it required to pass all input properties to the List method in a smart object. When using Dynamic SQL, the List method takes all fields in the table as input and output properties.


Thanks

1 reply

Forum|alt.badge.img+7
  • March 15, 2008

Do you mean the GetList method? or have you devised your own 'list' method.


If you've done either, you dont need any input parameters unless you wish to filter the list, as any input parameters will be used to filter the list to make sure each row in the returned rowset contains the input parameters.


Martin