Mode of transport to pull through from the vendor ...
# general
m
Mode of transport to pull through from the vendor record to line level when a field is selected.. 1. how should this look on the vendor record? 2. how do I pull those values across when a drop down option is selected? Example: mode of transport - car, boat, plane each have a different lead time per supplier.. in this case 7, 10, 20 now when a purchase order for this supplier is created, Item A is coming via car and Item B is coming via plan.. so I have 2 fields at line level of the PO. field A is a dropdown when user selects mode of transport and field 2 which will be the lead time, it gets populated based on that selection.. so the leadtime should autopopulate to 7 and 20.. Hopefully this makes sense as an example.. any ideas how I can achieve this?
m
Make a custom record call mode of transport
Add 2 fields to it Vendor Lead time
Populate all the records by setting the name (plane, car, etc) Vendor And lead time
Add a customer field to the PO referencing your custom record use filtering to filter the list by vendor
Then add a second custom field to PO for lead time but use source to source the value from your custom record