cancel
Showing results for 
Search instead for 
Did you mean: 

Problem in Accepting 64000 characters in Remarks field

Former Member
0 Kudos

Hi Friends,

In Business Partner Master Data>General Tab>Click on Activity button then the activity screen appears in that-->Content Tab, when you enter some values in the content it shows that it accepts 64000 characters and when add button is pressed it gets added in the database and where only 256 characters gets stored in the database. What should be done for this as it gets stored in the demo database.

Please advise me friends.

Thanks and Regards,

S. Tamizharasi

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi...

It works fine in my B1. I am using B1 2005 PL32 and MSSQL 2005.add once and check.

Regards...

Billa 2007

Former Member
0 Kudos

Hi billa,

Can I know which version You are using? 2005A or 2005B?

I am using 2005A Patch 14.

Regards,

Tamizharasi.S

Former Member
0 Kudos

hi..

iam using 2005B

Former Member
0 Kudos

Hi Billa,

When I enter in the activity type remarks (64000 Chrs) ,it accepts as it is. When I put the formatted search for the existing record with existing values (while inserting date, user name, contact person) then the old values, if more than 255 characters it cuts off. Not when I enter directly in the field.

In BP mastrer - Activity Screen : Activity Contact Person

The formatted search query is as follows:


DECLARE @DT Varchar(10)
SET @DT = (SELECT CONVERT(VARCHAR(10), GETDATE(), 104) AS [dd/MM/yy])
SET @DT = (SELECT LEFT(@dt,6) + right(@dt,2))
SELECT T0.Name + ' / ' + @DT + '  /  ' + (Select T2.U_Name FROM OUSR T2 where T2.Internal_k 
= $[USER]) + CHAR(13) + $[$25.1.0]
FROM OCPR T0 WHERE T0.CntctCode = $[$17.1.N] and T0.cardcode=$[$9.1.0]

Former Member
0 Kudos

Hi..

Post the query SAP B1 partner.

Regards...

Billa 2007

YatseaLi
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hello,

It works fine in my B1. I am using B1 2007 PL30 and MSSQL 2005.

The date type of the conent field(Table: OCLG, Field: Notes) is ntext in my company db, it supposes to be support 64000 chars

What version are you working with?

Kind Regards

-Yatsea