I'm looking to find a way to update multiple selected items with a lookup value that would be selected by the user. I first looked into the user input functions in the dialog function, but it seems that can only work for 1 record at a time. In a workflow, is there a way to have a user select a value from a lookup field to apply to several records in a separate entity?
For some additional structural information, I have a custom entity that is built to track hardware shipment details (used in conjunction with the Order entity). There is a separate entity for the specific hardware items as multiple unique parts could go in a single shipment. I want a user to be able to check off several items and then simultaneously assign them all to one hardware shipment record. There is a 1:N relationship between these entities and the hardware shipments have a sub grid of all hardware items that are assigned to the current hardware shipment item.
I picture this being where the user views a grid of all unassigned hardware items and then checks them off and assigns them to a single shipment, however I'm open to other ideas that would accomplish the same results if there is a better way of going about this. Thanks!