Restricting event registration using pricing groups

With pricing groups, staff users can restrict a specific group of users from registering for events. For example, members should have full access to an event, while West Chapter members, a subset of the members group, should not be able to register.

The process is outlined below:

  1. Create an IQA query group that identifies every active member who is not a member of the West Chapter.
  2. Create a new registration option that uses the pricing group.

Creating the query group

Do the following to create a query that excludes West Chapter members:

  1. Go to RiSE > Intelligent Query Architect > New > Query.
  2. (Summary tab) Enter a Name.
  3. (Sources tab) Add the Chapter and NetContactData business objects:
    1. Create a custom relationship where Chapter.Chapter Code = NetContactData.Chapter
  4. (Filters tab) Create a filter where:
    1. [NetContactData] Chapter is Not Equal to West Chapter.
    2. [NetContactData] Is Member is Equal to Yes.
    3. [NetContactData] Status is Equal to Active.
  5. Click Save As and save the query to a non-system folder.
  6. (Group tab) Enter a group name, such as All active members not in the West Chapter.
  7. Click Create Group.

The query will now filter out all members who do not belong to the West Chapter.

Creating the pricing group

Do the following to create the pricing group that excludes West Chapter members:

  1. Go to Events > Find events.
  2. Create a new event or open an existing event for edit.
  3. Click the Pricing tab.
  4. Add a new registration option or edit an existing registration option.
  5. Navigate to the registration option Pricing tab.
  6. Select Add pricing group:
    1. Select Add new pricing group.
    2. Enter a Display name.
    3. From the Group type drop-down, select Dynamic Group.
    4. From the Group field, select All active members not in the West Chapter.
    5. Click OK.
    6. Disable the Comp option, enter Prices, and Income Account if necessary.
    7. Enable the Not Available option for the Default and Members groups.
    8. Click Save & Close to exit the registration option window.
  7. Click Save & Exit to close the edit event window.

Now, when members register for this event, only members who do not belong to the West Chapter will see the registration option.