RE: Lost data by changing extended data type
Dear Both,
First, i delete that extended data type note and sync db, but didn't work. I just simply made a job for that table and field to update all vendor detail:
static void DataDic_SetTmp123(Args _args)
{
VendTable vendtable;
;
ttsBegin;
select forUpdate vendtable
where vendtable.AccountNum == '10029'; // Account Number
vendtable.mod3VendBankNotes =" ABC the missig data for the above account"; //missing info
vendtable.update();
ttsCommit;
}
Further, I think it can be done using the" Data import export Framework" Module, or writing code for importing all data from an excel sheet or XML but i didn't take any risk.
Specially thanks to both of you again.
Best Regards,
Shabir Ahmad