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 »
  • Post-installation Setup and Configuration (Moderator: Dave Greenberg) »
  • CiviGrant
Pages: [1]

Author Topic: CiviGrant  (Read 1231 times)

ksyed

  • Guest
CiviGrant
August 06, 2008, 01:17:59 pm
Is there a way to change the CiviGrant types?
My organizations has multiple funding programs (grants)
and the terminology in CiviCRM does not fit very well.
I cannot seem to find how to change the name of the grant types

Thanks
-Kareem

Michał Mach

  • Ask me questions
  • ****
  • Posts: 748
  • Karma: 59
    • CiviCRM site
  • CiviCRM version: latest
  • CMS version: Drupal and Joomla latest
  • MySQL version: numerous
  • PHP version: 5.3 and 5.2
Re: CiviGrant
August 07, 2008, 03:54:42 am
Kareem,

As of now, this can be only done directly in the database. If you have appropriate SQL skills, you should change/add records in civicrm_option_value table.

You can find existing options using following query:
select * from civicrm_option_value where option_group_id = (select id from civicrm_option_group where name like 'grant_type');

Thx,
m
Found this reply helpful? Contribute NOW and help us improve CiviCRM with the Make it Happen! initiative.

My absolute favourite: Wordpress Integration!.

Donate Now!

ksyed

  • Guest
Re: CiviGrant
August 07, 2008, 07:08:27 am
Thank you very much for the info, worked like a charm

Quote from: Michał Mach on August 07, 2008, 03:54:42 am
Kareem,

As of now, this can be only done directly in the database. If you have appropriate SQL skills, you should change/add records in civicrm_option_value table.

You can find existing options using following query:
select * from civicrm_option_value where option_group_id = (select id from civicrm_option_group where name like 'grant_type');

Thx,
m

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Post-installation Setup and Configuration (Moderator: Dave Greenberg) »
  • CiviGrant

This forum was archived on 2017-11-26.