My Vendor List ("parent") contains information about each company- address, vendor type, ID number, etc. On this list, each vendor is a unique item that only appears once, and its ID number only appears once.
My Vendor Contact List ("child") contains information about the people who work at these companies. Each list item contains the matching vendor ID number of the company for whom they work.
When a new list item is created, only the ID number and the person's name are needed- all the other fields populate via workflow off the "parent" list using the vendor ID as a point of commonality. Each person's name is unique to this list, but a company (therefore a vendor number) may appear more than once.
I am stuck trying to ensure that all "child" items on the Contact list which share the "parent's" vendor number will update accordingly should the "parent" item change (for the fields they share). I created a workflow that worked, but only for one ID number per vendor on the child list.
For example, Vendor A has 3 managers listed on the Contact list. If Vendor A is changed from "active" to "inactive", my workflow only pushed that change out to the first manager listed on the Contact list.
Is this doable using only SPD capability (it's all I have). Thanks!