
Dear Friends,
I need to change the BOMVersion table " From formula size and Formula size " details.
I have so many items and Version, I need to change the one shot,
I don't know the X++ Coding, Please Write the code here.
Thanks & Regards
Chandru
*This post is locked for comments
I have the same question (0)Hi Chandru
You have use the update_recordset statement.
Take a look at msdn.microsoft.com/.../aa674382.aspx
Here you can find many examples, just change the table buffer and fields name.
For instance :
Bom bom ;
update_recordset bom
setting
formula = BOMFormula::Formula1,
FromDate = systemDateGet()
where BomId == "XXX";