I am tring to insert a record in a table only if it doe snot exist already. Can some help me withis
Below is my code
Bom BOM
BOM.LineNum=7;
BOM.ItemId="freight";
BOM.BOMQty=1;
BOM.Calculation=1;
BOM.insert();
if there is alreayd an item with item id freight i do not want to insert if not then I should be able to insert
*This post is locked for comments
I have the same question (0)