cancel
Showing results for 
Search instead for 
Did you mean: 

Line level Values in SBO 2007A

Former Member
0 Kudos

At AR/Invoice I am trying to set value to my UDF but it's not updating the value. After pressing add button i try to set value to UDF I can see value for some time but after saving the invoice that value does not reflect. I am using this code to set the value.

frmInvoice.Items("38").Specific.Columns("U_A_CCNO").Cells(intLoop).Specific.String = mcolResponceCollection(1).CCNO

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Pradeep,

Try this code,

oEdit = oMatrix.Columns.Item("1").Cells.Item(i).Specific

oEdit.String = Rec.Fields.Item(0).Value

Regards,

Anitha

Answers (0)