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 CiviCase (Moderator: Dave Greenberg) »
  • Question about Managers roles - can we have multiple and how we switch
Pages: [1]

Author Topic: Question about Managers roles - can we have multiple and how we switch  (Read 762 times)

petednz

  • Forum Godess / God
  • I’m (like) Lobo ;)
  • *****
  • Posts: 4899
  • Karma: 193
    • Fuzion
  • CiviCRM version: 3.x - 4.x
  • CMS version: Drupal 6 and 7
Question about Managers roles - can we have multiple and how we switch
August 14, 2012, 08:23:31 pm
Use case. An Admin person creates the Case and they start therefore as Creator/Manager in Role = Intake Coordinator

There is then a meeting where all cases get discussed and 'allocated'.

Intake Coordinator then goes off to assign the cases to the 'Assigned Worker' and needs to remove themselves from the Case as they should no longer have access to it.

In the XML do I therefore need to set both
- Intake Coordinator
- Assigned Worker
thus
Code: [Select]
  <CaseRoles>
    <RelationshipType>
        <name>Intake Coordinator for</name>
        <creator>1</creator>
        <manager>1</manager>
        </RelationshipType>
    <RelationshipType>
        <name>Assigned worker for</name>
        <manager>1</manager>
    </RelationshipType>
    </CaseRoles>


ie when the Intake Worker has done their job there will be no one assigned in this role, and the Assigned Worker will be 'in charge'
Sign up to StackExchange and get free expert advice: https://civicrm.org/blogs/colemanw/get-exclusive-access-free-expert-help

pete davis : www.fuzion.co.nz : connect + campaign + communicate

Erik Hommel

  • Forum Godess / God
  • I live on this forum
  • *****
  • Posts: 1773
  • Karma: 59
    • EE-atWork
  • CiviCRM version: all sorts
  • CMS version: Drupal
  • MySQL version: Ubuntu's latest LTS version
  • PHP version: Ubuntu's latest LTS version
Re: Question about Managers roles - can we have multiple and how we switch
August 15, 2012, 01:43:54 am
I think I understand the use case...what is wrong with initially having the intaker in the case coordinator role, and then changing it to the actual assigned worker? The change is logged as a case activity? Or am I missing something?
Consultant/project manager at EEatWork and CiviCooP (http://www.civicoop.org/)

petednz

  • Forum Godess / God
  • I’m (like) Lobo ;)
  • *****
  • Posts: 4899
  • Karma: 193
    • Fuzion
  • CiviCRM version: 3.x - 4.x
  • CMS version: Drupal 6 and 7
Re: Question about Managers roles - can we have multiple and how we switch
August 15, 2012, 02:07:06 pm
Thanks for the suggestion - I will suggest that - and see if it overcomes their logic for the current approach.

Meanwhile the issue that seems more problematic is that the permission to 'Edit Case Roles' seems to be a component of 'Access all Cases and Activities' which I am hoping others agree is not how it should be and that we can get it changed.

See http://forum.civicrm.org/index.php/topic,25656
Sign up to StackExchange and get free expert advice: https://civicrm.org/blogs/colemanw/get-exclusive-access-free-expert-help

pete davis : www.fuzion.co.nz : connect + campaign + communicate

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using CiviCase (Moderator: Dave Greenberg) »
  • Question about Managers roles - can we have multiple and how we switch

This forum was archived on 2017-11-26.