I have a question related to "no. of characters" which can be return when we call a custom DLL from Business Central 17.
Is there a limit on characters which can be return by a DLL?
My DLL returns JSON which is about 5K characters. When I call that DLL from BC17 AL, it only bring 1024 characters and truncate the rest.
I remember when we were calling Web Service there was a limit of 1024 characters but thought it's gone as now TEXT variable is practically unlimited.
Any idea about this one?