Change SmartObject Property Type does not work

  • 12 October 2015
  • 1 reply
  • 0 views

Badge

I have a smart object that was build in the designer and deployed, and the smart object was created in the K2 database by the Smart Box service.

 

The smart object has a property called SubAccountName and the Type is 'Text';

 

The SQL Table contains a Property, called SubAccountName, with nvarchar(100);

 

Now, the client has data that is larger than 100 Chars, and I have updated the field to 'Memo', hoping to increase the size; The smart object was saved, and the sotype was updated to 'memo', however the database was not updated.

 

Ok, so we've updated the database; Smart Object says it is of type 'memo', but is still has restriction of maxsize=100, when opening the xml definition in the K2 database.

 

How do i update/remove this dependancy? K2 Designer does not have the advanced settings as Visual Studio has.


15322iDED1B24B40809053.jpg

Reply