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 Profiles (Moderator: Dave Greenberg) »
  • Limit on number of fields in batch update
Pages: [1]

Author Topic: Limit on number of fields in batch update  (Read 1012 times)

dschafer

  • I post occasionally
  • **
  • Posts: 93
  • Karma: 3
    • Backoffice Thinking
  • CiviCRM version: 3.2.3 - 4.4.4
  • CMS version: Drupal 6.x, 7.x, Wordpress
  • MySQL version: 5.1.x - 5.5.x
  • PHP version: 5.2.x - 5.4.x
Limit on number of fields in batch update
June 29, 2010, 08:15:01 am
I've recreated this issue on the demo site.

We'd like a profile for updating multiple addresses associated with contacts.

The profile "Address Update" contains a set of fields for mulitple addresses.

When you preview the profile (individual record view) all the fields appear.

If you use this same profile for batch update only the first 9 fields are included.

-- Dave

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: Limit on number of fields in batch update
June 29, 2010, 10:42:24 am
Quote
If you use this same profile for batch update only the first 9 fields are included.

There is field limit for batch update, check CRM/Contact/Form/Task/Batch.php  
$_maxFields = 9;

Change this accordingly, this is hard-coded due to performance issues.

Kurund
Found this reply helpful? Support CiviCRM

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using Profiles (Moderator: Dave Greenberg) »
  • Limit on number of fields in batch update

This forum was archived on 2017-11-26.