Here is my scenario. We have multiple clients that we export the documents to, whom use their own set of mergefields (such as crms).
I have a table with 3 fields (CompanyID, “OurMergeField”, “TheirMergeField”)
When a document is exported to the client, we want to update it with their preferred mergefields based on the CRM that they are using.
I believe that the mergefield.fieldname object only has get attributes. Is this true? What would be the best way to accomplish my goal?
- Change the mergefield names (is this possible?)
or - Delete the current mergefields and replace them with new mergefields (i am guessing that this is definately possible)