Is it possible to create an option field on one table then return the selected option as a flow field on a different table? Maybe a flow field is the wrong answer to do this? I have created Option fields on the sales order header and I want those fields and the selected options to transfer or flow to the Order Header Archive table.
What you’re talking about is actually not a FlowField (that does also work with option fields).
To “flow” to the archive, you want to create a “Field Transfer”, on the Sales Order field you have created, click “Field Transfers” and select the archive table. Then Simple Object Designer will create a new option field for the archive table and connect the two.
That did exactly what I needed. Thank you!