I was doing some development for a custom screen that copies Customer notes over to Sales Orders when saved. Part of the code used a call in which the Snote.sNoteText for the customer is fetched, and passed as a parm to a SQL insert statement into the SNote table. In doing this for larger notes, the following message was returned.
I have since figured out a different way to accomplish the notes copy, but never ran into this before. Is there a physical limit to the size of a string parameter? If so, where is it defined?
*This post is locked for comments