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
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";
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,151 Super User 2024 Season 2
Martin Dráb 229,963 Most Valuable Professional
nmaenpaa 101,156