My question pertains to how the "Description" from the Activity Pointer stores its data. I know that custom fields that multiple lines of text fields are of data type nvarchar(max) in the database and so is the description in the activity pointer. It seems that the description in the activity pointer is not storing the "returns" a user would enter to go to a new line while the custom multiple lines of text fields are storing it.
This came about through SRS reports and I am confused as to why I am seeing these differently when they are of the same data type and size in the database.