Setting a beforeload Item Fulfillment Workflow's S...
# general
a
Setting a beforeload Item Fulfillment Workflow's State Field to Line : Location : Location Category on Entry or BeforeLoad, during a Create event trigger, sets the workflow state field to null, or at least it says null when I reference it in the text of a Show Message action later during Before User Submit. But you can see after the Item Fulfillment creation page loads, that each line has its Location column set to something, not to null. Location Category is a custom Other field on Location records. It references just fine in saved searches, but I can't use those to handle this workflow action's conditional because the Item Fulfillment does not exist yet (being created and hasn't been saved) and we're trying to use this workflow to set another field conditionally on this, to a certain default when the Item Fulfillment creation page appears. I can't do a Sublist Action Group on Before User Submit, and outside a sublist action group, I'm not able to reference the individual Lines to see what their Inventory Location is. So I don't know how to tell if it's coming up null because it's running on a Create event's beforeload or what the reason is.