Why do you need this change?
We are adding a new "Price/Profit Calculation" type as "Price=Cost+Markup". Therefore in the validation logic for "Price/Profit Calculation" we need to update"Unit Price" in My Item table like how "Price=Cost+Profit" is doing currently by calling UpdateMyItem()
Describe the request
Currently the UpdateMyItem is a local procedure in Item.Table.al. We would like to change it to public procedure please.

Why do you need this change?
We are adding a new
"Price/Profit Calculation"type as"Price=Cost+Markup". Therefore in the validation logic for"Price/Profit Calculation"we need to update"Unit Price"in My Item table like how"Price=Cost+Profit"is doing currently by callingUpdateMyItem()Describe the request
Currently the
UpdateMyItemis a local procedure inItem.Table.al. We would like to change it to public procedure please.