Skip to content
English - Belgium
  • There are no suggestions because the search field is empty.

Profile properties

All codes that can be used to export profile properties

{{COLLABORATOR_PROFILE_PROPERTY_GROUP}}

Profile Property Group

{{COLLABORATOR_PROFILE_PROPERTY_NAME}}

Profile Property Name

{{COLLABORATOR_PROFILE_PROPERTY_OWN_VALUE}}

Value of the profile property entered by the collaborator

{{COLLABORATOR_PROFILE_PROPERTY_OWN_REMARK}}

Remark by the collaborator

{{COLLABORATOR_PROFILE_PROPERTY_OWN_EXPIRATION_DATE}}

Expiration date of the collaborator

{{COLLABORATOR_PROFILE_PROPERTY_ADMIN_VALUE}}

Value of the profile property entered by the administration

{{COLLABORATOR_PROFILE_PROPERTY_ADMIN_REMARK}}

Remark by the administration

{{COLLABORATOR_PROFILE_PROPERTY_ADMIN_EXPIRATION_DATE}}

Expiration date of the administration

{{COLLABORATOR_PROFILE_PROPERTY_ACTUAL_VALUE}}

Value of the profile property in use. This is the value of the collaborator before verification, otherwise the value of the admin verification

{{COLLABORATOR_PROFILE_PROPERTY_ACTUAL_EXPIRATION_DATE}}

Expiration date in use. This is the expiration date of the collaborator before verification, otherwise the value of the admin verification


Important:

The placeholder 'PROFILE_PROPERTY' must be replaced with the specific code you have chosen for the profile property you wish to export. This code can be found next to 'Name in dictionaries' within the settings of the relevant profile property. Ensure the code is in all capital letters, contains no spaces, and uses underscores ( _ ) as separators if needed.

Accessing Collaborator Property Values

To retrieve the values associated with a collaborator's profile property group, use the following format:

  • Default Code: {{COLLABORATOR_PROFILE_PROPERTY_GROUP}}
  • Example (based on "Drinks" property group): {{COLLABORATOR_DRINKS_GROUP}}
    • This would export the value "Drinks".

If you need to access values specifically added by the collaborators themselves for a profile property, use this format:

  • Default Code: {{COLLABORATOR_PROFILE_PROPERTY_OWN_VALUE}}
  • Example (based on "Drinks" property): {{COLLABORATOR_DRINKS_OWN_VALUE}}