Skip to main content
Nintex Community Menu Bar

SmartObject: Datatype Text / Memo

  • April 22, 2008
  • 1 reply
  • 7 views

Forum|alt.badge.img+7

Hello,


unfortunatly I can't find a desciption of the possible SmartObject Datatype.


What are the differences between Text and Memo?


How many characters can be stored in Text?

1 reply

Forum|alt.badge.img+6
  • April 22, 2008

Howdy,


By default Text is stored as varchar(100) in SmartBox and Memo is stored as varchar(max). You can change the field length for text by selecting advanced mode, click on the field and click on SmartBox settings. You can not change the field length for Memo. This obviously only applies if the fields are stored in smart box, otherwise it will depend on whatever service object and data stores you have behind it all.


Cheers,