Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
C
Core
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 933
    • Issues 933
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Operations
    • Operations
    • Incidents
  • Analytics
    • Analytics
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
  • Development
  • Core
  • Issues
  • #1828

Closed
Open
Opened Jun 19, 2020 by sunil@sunil

Generate Geo Codes for Specific Contact Type only

Overview

When civicrm address have millions of address record without geo codes, We don't want geo code for all contacts because of free api quota per day/month, for that we want to restrict geo code for certain contact type, e.g Organization.

Currently We don't have control on choosing specific type of Contact Type of Geo code.

Current available options

geocoding=[1 or 0] required

parse=[1 or 0] required

start=[contact ID] optional-begin with this contact ID

end=[contact ID] optional-process contacts with IDs less than this

throttle=[1 or 0] optional-1 adds five second sleep

Proposed New option along with existing options

ct=[Individual or Household or Organization] optional-process contacts with these type


https://github.com/civicrm/civicrm-core/pull/17658

Edited Jun 19, 2020 by sunil
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
Reference: dev/core#1828