Currently, Business Central workflows only allow filtering and actions based on global dimensions, which restricts the flexibility of workflow automation for companies that rely heavily on shortcut dimensions for their business processes. Could business central add shortcut dimensions to the workflow condition as well? This would provide more flexibility for users in setting up workflows.
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'))); }
Category: General
