Avatar

Level 10

Hi,

I am not sure if we have discussed this before, but there if a global binding property. You would use this where you want any number of fields to display the same value.

  1. Make sure all of the fields that you want to display the same value have the exact same name in  the hierarchy.
  2. Select one of the fields and go to the Object > Binding palette. Then change the binding to global.

If you have a few fields you can script the values of the fields to make an existing field(s). There is an example here for duplicating postal addresses: https://acrobat.com/#d=xlp1fdqbrseULbRJpw6u9g.

You could also script a loop to look through all of the objects and set the value accordingly. However this is more involved. What is your comfort level?

Niall