PickFirstField

Takes three parameters, FieldBase, Destination, SourceFields

Description:

Searches each of SourceFields in order for any content and will place the first non-blank value it finds into the Destination Field.

Syntax:

FieldBase, Destination, SourceFields

["WorkWith"], Destination, SourceFields

 Example:

PickFirstField      "Name", "Contact.Form.Name MemTab.Person.Name"