Building > Contact management
Managing contacts and users in your CHT Application
Contacts are organized into a hierarchy. It is not straight-forward to move contacts from one position in the hierarchy to another because many copies of this hierarchy exist. Use the move-contacts
action in cht-conf
to assign a new parent to contacts. This command will move the specified contact, all the contacts under that contact, and all reports created by any of those contacts. This action will download all documents that need to be updated, update the lineages within those documents, and then save the updated documents on your local disk. To commit those changes to the database, run the upload-docs
action.
Offline users who have contacts removed from their visible hierarchy will not automatically see those contacts disappear. The contact remains on the user’s device. Any updates made to the contact (or any reports created for that contact) will silently fail to sync. These users must be encouraged to clear cache and resync!
Also impactful, but less serious - this script can cause significant amounts of changes to the database and offline users who have contacts moved into their visible hierarchy may experience lengthy and bandwidth-intensive synchronizations.
Parameter | Description | Required |
---|---|---|
contacts | Comma delimited list of contact IDs which will be moved | Yes |
parent | ID of the new parent which will be assigned to the provided contacts | Yes |
docDirectoryPath | This action outputs files to local disk at this destination | No. Default json-docs |
Some constraints when moving contacts:
Move the contacts with the id contact_1
and contact_2
to have the parent parent_id
. The changes will be in the local folder my_folder
only for review. Run the second command to upload the changes after review.
cht --instance= move-contacts -- --contacts=contact_1,contact_2 --parent=parent_id --docDirectoryPath=my_folder
cht --local upload-docs -- --docDirectoryPath=my_folder
Move the contact with the id contact_1
to the top of the hierarchy (no parent).
cht --local move-contacts upload-docs -- --contacts=contact_1 --parent=root
Managing contacts and users in your CHT Application
Hierarchy: Setting the types of places and people in the hierarchy
Creating and editing contacts and users with cht-conf
Organizing people and places, and their relationship to one another
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.