I am using CRM 2015 On Premise.
I have a form that uses FIELD A, which is a lookup field. It contains 3 options.
Due to business requirements, I need to create a new lookup field, FIELD B, which will contain 5 options...three of which are the same (both label & value) as the 3 that are in FIELD A. Once I have copied the fields on all records, I plan to remove FIELD A from the form.
Is there any way to automatically (thru a workflow) copy the value from one field to the other without having to actually open each record? In other words, when I run an advanced find to list all of the records that I want to modify, I would then like to be able to bulk run a workflow to copy the values. I know that it is fairly easy to copy a "text" value from one field over to a lookup field, but I have been unable to find a way to copy the value of one lookup field to another lookup field.
I have written JavaScript code to handle this copying process, which fires as an onLoad event...but this requires each record to be opened in order for the code to fire.
Thanks for your help,
Michelle