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