Skip to main content
Nintex Community Menu Bar
Solved

Composite/Advanced SmartObject Data Source Limit

  • June 19, 2020
  • 2 replies
  • 25 views

Hello Community,

 

I have a service instance containing multiple tables. I need to combine data from 4 to 5 of the tables (in same service instance), it possible to create a Composite/Advanced SmartObject and join all the tables I need or is there a limit to how many sources/tables you can use OOTB? I have tried to do so unsuccessfully thus far. Any help or advice would be appreciated. 

Best answer by lkimberly

Hello @lilpancho1 ,


 


Is this an SQL server? You could use a Store Procedure of View in SQL to pull the data from multiple tables then create a SmartObject off that or create a SmartObject for each table and then create the associations between these SmartObjects. Please have a look at the following link for more information:


https://help.k2.com/onlinehelp/K2Five/UserGuide/5.3/default.htm#Create/SmartObjects/CreateSmOAssociations.htm


 


 


Regards,


Kimberly 



K2 will not accept any liability for any issues arising from actions taken in respect of information provided by any forum member.

2 replies

Forum|alt.badge.img+13
  • Answer
  • June 21, 2020

Hello @lilpancho1 ,


 


Is this an SQL server? You could use a Store Procedure of View in SQL to pull the data from multiple tables then create a SmartObject off that or create a SmartObject for each table and then create the associations between these SmartObjects. Please have a look at the following link for more information:


https://help.k2.com/onlinehelp/K2Five/UserGuide/5.3/default.htm#Create/SmartObjects/CreateSmOAssociations.htm


 


 


Regards,


Kimberly 



K2 will not accept any liability for any issues arising from actions taken in respect of information provided by any forum member.

  • Author
  • June 22, 2020

@lkimberly Thank you so much for the information! I will take a look and give it a try!