0
STATUS DETAILS
Comments
Trouble here is that it'll make the table bloated for others who don't need this. You can achieve something similar if you extend the Sales Header table and add a field like below, then reference it in your workflow. field(50100; "Dim - Area"; Code[20]) { Caption = 'Dim - Area'; FieldClass = FlowField; CalcFormula = lookup("Dimension Set Entry"."Dimension Value Code" where("Dimension Set ID" = field("Dimension Set ID"), "Dimension Code" = const('AREA'))); }
