To change the referral program which the client is part of:

  1. Check that the client is a member of a group of clients, which is specified in the referral program settings in the "Client group" parameter.
  2. Check that the client is not a member of the group of clients, which is specified in the "Deny to members of the group" parameter.
  3. Under the client's account, enter ClientAffiliate program.
  4. Select the new referral program and press Save.

To check which referral program the client is connected to, send a query:

Query to DB

select * from account2project where account=<client ID>;
CODE