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 CiviMember (Moderator: Deepak Srivastava) »
  • Odd Membership Status Behavior on Import
Pages: [1]

Author Topic: Odd Membership Status Behavior on Import  (Read 1941 times)

FatherShawn

  • Ask me questions
  • ****
  • Posts: 372
  • Karma: 25
    • C3 Design
  • CiviCRM version: 4.2.11
  • CMS version: Drupal 7.23
  • MySQL version: 5.5.32
  • PHP version: 5.3.10
Odd Membership Status Behavior on Import
September 15, 2008, 11:28:15 am
I just tried my first large "Import Members"  using these fields:

External Identifier (match to contact)
Membership Type
Source
Member Since

I have an existing Membership Status Rule named "Deceased" which is set to Administrator only.

All 200+ memberships were created but they all are showing Deceased as the status  ???

Any thoughts?
Lead Developer, C3 Design.
Twitter: @FatherShawn

Kurund Jalmi

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 4169
  • Karma: 128
    • CiviCRM
  • CiviCRM version: 4.x, future
  • CMS version: Drupal 7, Joomla 3.x
  • MySQL version: 5.5.x
  • PHP version: 5.4.x
Re: Odd Membership Status Behavior on Import
September 15, 2008, 02:05:38 pm
Since Membership status was not passed. Membership status was calculated based on "joining date" (Member Since) and may be calculated status was "Deceased". Make sure you have correct Membership status rules.

HTH

Kurund
Found this reply helpful? Support CiviCRM

FatherShawn

  • Ask me questions
  • ****
  • Posts: 372
  • Karma: 25
    • C3 Design
  • CiviCRM version: 4.2.11
  • CMS version: Drupal 7.23
  • MySQL version: 5.5.32
  • PHP version: 5.3.10
Re: Odd Membership Status Behavior on Import
September 16, 2008, 04:25:40 am
I'll double check.

Aren't "Admin only" rules supposed to be excluded from all member status rule calculations?

I have another member status "Communicant" that is set to public.

Do I have to set a "default" rule check box in some rule? 
Lead Developer, C3 Design.
Twitter: @FatherShawn

Kurund Jalmi

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 4169
  • Karma: 128
    • CiviCRM
  • CiviCRM version: 4.x, future
  • CMS version: Drupal 7, Joomla 3.x
  • MySQL version: 5.5.x
  • PHP version: 5.4.x
Re: Odd Membership Status Behavior on Import
September 16, 2008, 04:36:06 am
Quote
Aren't "Admin only" rules supposed to be excluded from all member status rule calculations?

Right. This looks like a bug. Can you file an issue for this.

Thanx,

Kurund
Found this reply helpful? Support CiviCRM

FatherShawn

  • Ask me questions
  • ****
  • Posts: 372
  • Karma: 25
    • C3 Design
  • CiviCRM version: 4.2.11
  • CMS version: Drupal 7.23
  • MySQL version: 5.5.32
  • PHP version: 5.3.10
Re: Odd Membership Status Behavior on Import
September 16, 2008, 05:17:27 am
Sure.  But first let me see if 2.1 exhibits the same behavior...
Lead Developer, C3 Design.
Twitter: @FatherShawn

Kurund Jalmi

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 4169
  • Karma: 128
    • CiviCRM
  • CiviCRM version: 4.x, future
  • CMS version: Drupal 7, Joomla 3.x
  • MySQL version: 5.5.x
  • PHP version: 5.4.x
Re: Odd Membership Status Behavior on Import
September 16, 2008, 06:28:07 am
In v2.1 we already have membership type "Deceased".

For more info check: http://issues.civicrm.org/jira/browse/CRM-2613

Kurund
Found this reply helpful? Support CiviCRM

FatherShawn

  • Ask me questions
  • ****
  • Posts: 372
  • Karma: 25
    • C3 Design
  • CiviCRM version: 4.2.11
  • CMS version: Drupal 7.23
  • MySQL version: 5.5.32
  • PHP version: 5.3.10
Re: Odd Membership Status Behavior on Import
September 19, 2008, 04:00:45 am
The behavior did repeat on 2.1.  Issue filed at http://issues.civicrm.org/jira/browse/CRM-3570

On the reserved membership issue, Deceased does not appear in the status rules list on the Sandbox.  Is that intended?  Awesome addition by the way.  I was wondering if that could be added!

Also, Chris Mott, in his comment (http://issues.civicrm.org/jira/browse/CRM-2613#action_24009) on Deceased members has a really valid point.
Lead Developer, C3 Design.
Twitter: @FatherShawn

Kurund Jalmi

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 4169
  • Karma: 128
    • CiviCRM
  • CiviCRM version: 4.x, future
  • CMS version: Drupal 7, Joomla 3.x
  • MySQL version: 5.5.x
  • PHP version: 5.4.x
Re: Odd Membership Status Behavior on Import
September 19, 2008, 07:53:46 am
Quote
The behavior did repeat on 2.1.  Issue filed at http://issues.civicrm.org/jira/browse/CRM-3570
thanx, we will fix it before next tarball release.

Quote
On the reserved membership issue, Deceased does not appear in the status rules list on the Sandbox.  Is that intended?  Awesome addition by the way.  I was wondering if that could be added!
Deceased is part of "Membership Status". check: http://sandbox.civicrm.org/civicrm/admin/member/membershipStatus?reset=1
But you cannot edit it.

Quote
Also, Chris Mott, in his comment (http://issues.civicrm.org/jira/browse/CRM-2613#action_24009) on Deceased members has a really valid point.

Currently we handle this only through cron script. UpdateMembership script is bit old, we will optimize it in one of the future releases.

Kurund
Found this reply helpful? Support CiviCRM

FatherShawn

  • Ask me questions
  • ****
  • Posts: 372
  • Karma: 25
    • C3 Design
  • CiviCRM version: 4.2.11
  • CMS version: Drupal 7.23
  • MySQL version: 5.5.32
  • PHP version: 5.3.10
Re: Odd Membership Status Behavior on Import
September 19, 2008, 10:26:51 am
Quote from: Kurund Jalmi on September 19, 2008, 07:53:46 am
Deceased is part of "Membership Status". check: http://sandbox.civicrm.org/civicrm/admin/member/membershipStatus?reset=1
But you cannot edit it.

Thanks.  :-[  I would have sworn it wasn't there when I tried to test my set on the demo.
Lead Developer, C3 Design.
Twitter: @FatherShawn

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using CiviMember (Moderator: Deepak Srivastava) »
  • Odd Membership Status Behavior on Import

This forum was archived on 2017-11-26.