How to change only one dimension value in DimensionDefault (Fixed Assets).

Hello all,

I would like to change by x++ one value of dimension on fixed assets (Table assetbook). Other dimensions should not be changed.

user have Form with standard DimensionDefaultingController where he pick a new value of the selected dimension

Problem 1: How to decode that dimension has been changed by the user. with DimensionDefaultingController I get immediately DimensionDefault

Problem 2: How to get DimensionDefault which will have all dimensions with the old and the new value.

Problem 3: How to generate DimensionDefault which will have all dimensions of the old and the new value.

I will be grateful for some help based on the dimensions of fixed assets.

I am already starting to miss ax2009 :).

Use the DimensionStorage class. You would already find many examples on internet if you used a search engine.

Martin,

Thx, for yours answer.

You have right calss DimensionStorage is the solution.

In that case, please mark my reply as the verified answer.

done.