Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

On the fifth exercise, you'll be going to be learn how to set which Profile details from User Picker fields are to be printed on an Xporter generated file.

...

If you are exporting a Single User Picker or Multiple Users Picker custom fields, you can output the Display Name using the fullname function:

${fullname:<Field name>}

Likewise, for the same custom field, you can output the email using the emailaddress function instead:

${emailaddress:<Field name>}


The custom fields with the notation are listed below.

...