Hello,
Is it possible to replace a mergefield by another mergefield when executing it ?
My goal is to show the user the result of the mergefield but to keep the ability to do a mergefield later.
Something like :
string field_name = "mergield_code"
string[] fieldNames = {field_name}
field_value = new MergeField(field_name, "New field value")
string[]fieldValues = {field_value}
document.MailMerge.Execute(fieldNames, fieldValues)
Thanks,
Tuan