I need to be able to select a group of person documents and then run an agent that will take the address listed in each user’s Internet address field and copy that to the Forwarding address field.
Can this be done using Simple action(s)? Any help would be greatly appreciated. Thanks!
Subject: Copy Internet address field to Forwarding address via an Agent
One-line formula agent run against selected documents should suffice:
FIELD MailAddress := InternetAddress;
Subject: RE: Copy Internet address field to Forwarding address via an Agent
Thank you so mcuh for your help! I really appreciate it.