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) »
  • Discussion »
  • Extensions »
  • CiviHR (Moderator: totten) »
  • Editing "Qualifications"
Pages: [1]

Author Topic: Editing "Qualifications"  (Read 612 times)

sraisz

  • I post occasionally
  • **
  • Posts: 52
  • Karma: 0
    • sambandha.net
  • CiviCRM version: 3.3.5
  • CMS version: Drupal 6
Editing "Qualifications"
May 28, 2015, 01:13:46 pm
Hi,

I'm hoping to use CiviHR, but I can't find any way to edit the options for the Qualifications fields. It does not show under custom fields. How do I do this?


Ashwin

  • I’m new here
  • *
  • Posts: 10
  • Karma: 1
  • CiviCRM version: 4.5.3
  • CMS version: Joomla 2.5.27
  • MySQL version: 5.5.40-percona-sure1-log
  • PHP version: 5.3.29
Re: Editing "Qualifications"
May 29, 2015, 01:59:51 am
Hi,

In CiviHR Qualification fields by default comes under reserved profile. So it is not available in custom fields.

To expose reserved fields in CiviHR you need to run below queries in your CiviHR database

Exposing reserved custom fields in CiviHR
update civicrm_custom_group set is_reserved = 0

Exposing Reserved profile in CiviHR
update civicrm_uf_group set is_reserved = 0

After running this query you can edit Qualifications fields in CiviHR.

(Take a backup of your database before you modifying it )

Regards,
Ashwin KS

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Discussion »
  • Extensions »
  • CiviHR (Moderator: totten) »
  • Editing "Qualifications"

This forum was archived on 2017-11-26.