cancel
Showing results for 
Search instead for 
Did you mean: 

Matrix Column user field value not adding

Former Member
0 Kudos

I have created a field in WOR1 as test. Table in production order rows

i have created one new tab and new matrix in it and a column test

i have given like this

oColumn = oColumns.Add("Col_test", SAPbouiCOM.BoFormItemTypes.it_EDIT)

            oColumn.TitleObject.Caption = "test1"

            oColumn.Width = 200

            oColumn = oColumns.Item("Col_test")

            oColumn.DataBind.SetBound(True, "WOR1", "U_test")

bt while addding data. data in not adding

any extra coding is needed for it?

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

please help me

former_member184146
Active Contributor
0 Kudos

Hi Nikhil ,

It seems related to SAP B1 SDK , you should post this under SAP Business one SDK forum for quick responses.

--Manish