Skip to Content
0
Former Member
Dec 01, 2006 at 03:57 AM

CEC Replaced By

36 Views

Hi

In the CEC screen, there is a 'ReplacedBySN' field. Just say the current CEC have a value in the 'ReplacedBySN'. But i want to remove the 'ReplacedBySN' using DI-API using code something like this

        Dim cec As SAPbobsCOM.CustomerEquipmentCards
        cec.ReplacedBySN = 0 

The question is, how do you make the cec.ReplacedBySN as blank and the update the CEC.

Thanks