Hi Benoit ,
Thanks for the reply . Actually I have maintain a udf column ('UpdateFlag') for those above tables . I want to update this flag by 'F' value when data are inserted /Updated in above those tables . I have write code for example of item table :
Item.GET("Item No.");
Item.UpdateFlag := 'F';
Item.MODIFY;
But I can't understand where the above code is placed for the above those tables.Have you any document where I can see which tables(Items / Customer / Shipping Address / Sales Price / Sales line Discount ) use codeunit for Insert/Update ?
Thanks
Surajit