Developer forum

Forum » Integration » AddInParameter options or Parameter for longer text

AddInParameter options or Parameter for longer text

Fredrik
Fredrik
Reply

Hello

(I hope this question is in the right forum part.)

I develop a custom batch job and want a parameter to support longer texts. I find no AddInParameter like "LongText" or similar, just TextParameterEditor. I wonder if there is a AddInParameter option that specify "longer text" or "multiline" or similar?

Is there a list of option somewhere? I only find https://doc.dynamicweb.com/api/html/5876e3bb-62b7-b059-c4e5-b1b22906c6d4.htm but there is no list of options there.

Best regards,
Fredrik


Replies

 
Morten Snedker Dynamicweb Employee
Morten Snedker
Reply

Hi Fredrik,

There is no practical limit, which is why there is no variant of TextParameterEditor. The string saved is saved in a lump of XML in column TaskAddInSettings of table ScheduledTask. The column is of type nvarchar(MAX). So in terms of storing data you should not encounter any problems.

Are you encountering any pratical problem?

BR
Snedker

 
Fredrik
Fredrik
Reply

Hello Morten

Thank you for the reply.

Well, it's basically just about getting a better and faster view of what's in the field.

Best regards,
Fredrik

 

// edit:

I also still would like to have a list of options for the AddInParameter.

 

You must be logged in to post in the forum