I have a customer who has a unique code at the end of each item in a Project Type list that relates to the beginning portion of the related Project #. Using Workflow, they are wanting to use the Project # field to automatically fill in the non-dynamic Project Type list field based on these two portions of the fields matching. Another catch is that their Project Type list is ever growing and they do not want to update Workflow every time they add a new Project Type to the drop-down list.
Thus for a document with a Project # of "ABC-123-456" I would want to be able to assign the second option below from the drop-down list to the template without having to hard code in a path for each of the options.
- Construction XYZ
- Mechanical ABC
- Demolition QRS
I know there is an activity to add items to a list field, but is there an activity to retrieve the available items from a list field? If not, using built in activities but not script activities (customer does not want any custom scripting), does anyone know how to assign a value from a list field based on a partial match from another field? I'm afraid this is not currently possible without scripting but I am hoping someone has found a way to do this.