area(Navigation)
{
action(Dimensions)
{
ApplicationArea = All;
Caption = 'Dimensions';
Image = Dimensions;
Promoted = true;
PromotedCategory = Process;
PromotedOnly = true;
RunObject = page "Default Dimensions";
RunPageLink = "Table ID" = const(70431537), "No." = field(Code);
ShortcutKey = 'Alt+D';
ToolTip = 'View or edit the single set of dimensions that are set up for the selected record.';
}
}
I have Created a action to open dimension but it is not working showing error::= Table ID must not be 70431533 in Default Dimension Table ID='70431533',No.='MB',Dimension Code=''.
Please help me.