Hi Team,
Seeking your assistance to identify the character limit of document and line notes in every transaction screen in acumatica. It seems this information is not available in DAC Schema Browser for inquiry.
Thank you
Hi Team,
Seeking your assistance to identify the character limit of document and line notes in every transaction screen in acumatica. It seems this information is not available in DAC Schema Browser for inquiry.
Thank you
Hi
In SQL, the data type of the "NoteText" field is specified as "nvarchar(MAX)". This data type allows for storing variable-length Unicode character data of potentially large size. With "nvarchar(MAX)", you can store a significant amount of text without a specific length limitation.
Hope, it helps!
Regards,
Sweta
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.