Skip to main content
Nintex Community Menu Bar

Creating a SmartObject in a specific Service Instance?

  • July 18, 2019
  • 1 reply
  • 8 views

I'm going thru K2 Tutorial: Sales Order Application

I created the Advanced SmartObjects in a specific Service Instance by creating the tables first in SQL Server

Is it possible to create the Regular (non-Advanced) SmartObjects in the same specific Service Instance INSTEAD of the default K2 database?

 

TIA

1 reply

  • December 30, 2019

Hello  @tsw, 


 


Regular (non-advanced) SmartObjects get created in the K2 database which cannot be changed, so in a sense I believe the answer here is no. However, you can create some relativly simple SmartObjects by creating tables in your SQL database and then generating SmartObjects based off these tables. This will create SmartObjects that look fairly similar to SmartBox SmartObjects or "regular" SmartObjects. All you need to do is track down your Service Instance in management, then select the 'Generate SmartObjects' option, and select the tables you would like to create SmartObjects for. 


 


Thanks, 


Samuel