is Member

Document Actions

Each Business or Individual (Adherent, for short) has a method called isMember that returns:

  • True if the Adherent has a paying membership associated, False otherwise (where otherwise is either a non paying membership or not membership at all).

For Businesses, this method has its correspondence with the tiny Balle flower showed in search results' tables, and in business view page.

In order to override the returned value explained above, an appropriate custom field has to be defined. If this special custom field is defined, then isMember method will return the value of that field but only for Businesses.

How to define the appropriate custom field to override isMember defaults

Following the documentation that explains how to add a custom field (Manage Customized Fields), the admin user has to set as key of the new field exactly this: SPECIAL_isMember. The field has to be:

  • non visible
  • non editable
  • searchable (so this field is a boolean one)

Then, the admin user can edit businesses as needed in order to accommodate isMember result to his/her needs.

Personal tools