wpf_get_lookup_field()

#Overview

This function retrieves the field name of the primary field that is used for contact record look-ups. This is usually the email address.

#Return

(string) The field name.

#Get the primary CRM field name

$field_label = wpf_get_lookup_field();

Was this helpful?