Hi All,
how can I activate the link drilldown for serial numbers and batch numbers in a user defined matrix column? the link button appears in the required column but when I click on it, it says 'No matching record found 'Serial Number for items...'.even if the column contains some existing internal serial number. same happens for batch number. The code I am using is:
oLinkDB = omat.Columns.Item("col_srno").ExtendedObject
oLinkDB.LinkedObject = SAPbouiCOM.BoLinkedObject.lf_SerialNumbersForItems
any one has done it?
thanks,
Binita
Edited by: Paul Finneran on May 12, 2009 2:36 PM