Support local calls (and not only remote)

Created on 20 May 2024, 6 months ago
Updated 5 June 2024, 6 months ago

Problem/Motivation

Sometimes Drupal and CiviCRM are installed in the database. That adds the option to call the CiviCRM API directly and skip the REST calls. This is offers the option to create webforms for users that work in de CiviCRM backend for specialized tasks.

Proposed resolution

Extend the connector with an extra field that stores the choice between local and remote. If local is picked, a profile is not needed any more (The profile now contains all the information a rest call needs to connect).

Remaining tasks

This solution needs to add an upgrade script to fill the new field with the value remote (because all connections before this change are remoted.

De local option should not be offered if CiviCRM (from Drupal perspective, the CiviCRM module) is not installed.

User interface changes

Data model changes

Add Connection Type to a connector.

Feature request
Status

Active

Version

2.0

Component

Code

Created by

🇳🇱Netherlands Klaas Culemborg

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.71.5 2024