Skip to main content

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 @Fie ,

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.

NoteText field

 

Hope, it helps!

Regards,

Sweta


Reply