CiviCRM Community Forums (archive)

*

News:

Have a question about CiviCRM?
Get it answered quickly at the new
CiviCRM Stack Exchange Q+A site

This forum was archived on 25 November 2017. Learn more.
How to get involved.
What to do if you think you've found a bug.



  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using CiviEvent (Moderator: Yashodha Chaku) »
  • Substituting an event registrant
Pages: [1]

Author Topic: Substituting an event registrant  (Read 486 times)

tmccartney

  • I post frequently
  • ***
  • Posts: 154
  • Karma: 9
  • CiviCRM version: 4.5.5
  • CMS version: Drupal 7.34
  • MySQL version: 5.5.34-cll-lve
  • PHP version: 5.3.28
Substituting an event registrant
February 18, 2011, 11:11:28 am
We have a transaction wherein two people were registered for our event, and the fee for both was paid via Paypal Website Payments Pro.  The company who paid now wants to substitute someone for one of those attendees.  What's the best way to do that so that Civi reflects that the new attendee was registered at the same time as the other (non-substituted) attendee who's on the same transaction?

Or do I need to give up on that and just register the new person and delete the old?

Thanks!

Donald Lobo

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 15963
  • Karma: 470
    • CiviCRM site
  • CiviCRM version: 4.2+
  • CMS version: Drupal 7, Joomla 2.5+
  • MySQL version: 5.5.x
  • PHP version: 5.4.x
Re: Substituting an event registrant
February 18, 2011, 04:37:31 pm
the easiest way to do this might be directly in the database. approx steps:

1. create a contact record for the new contact and note the contact id

2. replace the old contact id in civicrm_participant table with the new contact id

lobo
A new CiviCRM Q&A resource needs YOUR help to get started. Visit our StackExchange proposed site, sign up and vote on 5 questions

xavier

  • Forum Godess / God
  • I’m (like) Lobo ;)
  • *****
  • Posts: 4453
  • Karma: 161
    • Tech To The People
  • CiviCRM version: yes probably
  • CMS version: drupal
Re: Substituting an event registrant
February 20, 2011, 12:09:04 pm
Hi,

I'd register manually the new person, and either use the status "canceled" or create a new one "replaced" and change the old one.

In the source of the second participant, add "replacing {name of the old participant}"

Obviously, set the status replaced as not counted

X+
-Hackathon and data journalism about the European parliament 24-26 jan. Watch out the result

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using CiviEvent (Moderator: Yashodha Chaku) »
  • Substituting an event registrant

This forum was archived on 2017-11-26.