I created an application using a SmartObject for the data. Now my manager would like me to change it to store and pull data from a SQL Server table. Can I create a SQL Server table, then change the SmartObject to an Advanced SmartObject and point to the table? Or will it cause errors with my views and forms? I know I would have to change the methods for creating and updating the data.
I don't expect any data to transfer from the K2 SmartObject to the new table, I just don't want to have to recreate the entire application. Thanks for any input.