BPM help updating UD field from one table to another

Hi all. I’m sure this is simple stuff for a bunch of you, but I’m new to Epicor so I hope you would be kind enough to point me in the right direction. I am trying to update a UD field on the orderRel table with the MtlQueuSeq field when the mtlqueue record is created. Specifically, when the mtlqueue record is created from Fulfillment Workbench. Is this something that can be done without the need of C# code? I dont know C#

Hey Tim, welcome aboard!

The way to find out if this is possible is to turn on the Tracing functionality when you create the MtlQueue record. Reading the trace will tell you which Business Object(s) kick off, and if one of those objects contains all the data you need (I haven’t done such a trace and don’t have an environment to try it in right now). If one does, you can (probably) write a BPM to do this just using widgets. If not, then code will be necessary.