Hi
I would like to add Dimensions to my new Table 50022.
I added an action as on til ITEM-Card.
"Table ID=CONST(50022),No.=FIELD(No.)"
But gets this message :
Table ID must not be 50022 in Default Dimension Table
ID='50022',No.= 'HERNING',Dimension Code=".
Can someone help me out here - thanks
/Kenneth
Answers
You have to add your customized table(50022) in the codeunit 408 and the function SetupObjectNoList(). Then it will be resolved.
/Lakshman
Lakshman Routu
http://lakshman-routu.blogspot.in/
I see that - but I have hoped there was another way, besides customizing existing objects.
/Kenneth
I don't know the other way in NAV2016. But there is an extension in NAV2017. we can use it without modify the standard object.
Lakshman Routu
http://lakshman-routu.blogspot.in/
In NAV 2017, Microsoft added a standard event in CU408 on the function "SetupObjectNoList"
In NAV 2016, this event does not exist. But you can add it.
For me, this kind of customization I don't call it "customization" but some kind of "enhancement". because when you'll upgrade your NAV you'll find you already had the customized/standard event. I hope I'm clear enough about this point.