Hi
I am using SAP B1 SP01 PL36. I have added some fields to the rows of a marketing document.
In the sales order screen I have set these columns to be display only.
The problem I have is in when I try and update the values with the following lines of code
loCol = loMatrix.Columns.Item("U_TMCost")
loCol.Editable = True
loCol.Cells.Item(pVal.Row).Specific.value = ldCostKg
loCol.Editable = False
I get a message saying 'The item is not a user defined item'
Can anyone help please ?
Thanks
Regards Andy