I am trying to get the dimension name/description to show up on the purchase line so that someone reviewing it and sees the description "Pensacola" instead of just the code "2000". I had followed the guidance from ZHU here https://yzhums.com/5007/ but when I tried to add the name to the table for Shortcut 3, but when I tried to go into table=39 to see if it was showing up on the table before adding it to the page, I get an error "A flow field is part of the query column list, this is not supported. So I am looking as to what I would need to change to this:
field(50102; "SubProperty"; text[50])
{
Caption = 'SubProperty';
FieldClass = FlowField;
Editable = false;
CalcFormula = lookup("Dimension Set Entry"."Dimension Value Name"
where("Dimension Set ID"= field("Dimension Set ID"), "Dimension Code" = const('SubProperty')));
}