Configuration

Configuration is done in the Lime CRM web client under Administration page -> Miscellaneous -> Addon Lime Event. The configuration is stored in the sys_data table.

The editor lets you map the tables and fields to the corresponding fields in the actual database. In the best of worlds, this doesn't need to be touched. Editing is done in YAML format.

The add-on can also be enabled or disabled by changing the enabled boolean. This makes the endpoints respond with a 403 error.

Configure Lime CRM

An Example on how a valid config may can be found on Example config page

Using event invite emails

To be able to send event invite emails with feedback to Lime CRM you must have the Lime Newsletter integration set up. This integration will still work as a stand alone package but you will not be able to see event invite mailings in Lime.

See here for installation instructions

Campaigntypes and campaignstatuses

You can filter which types and statuses of campaigns you want to sync to BizWizard under the campaign table:

campaign:
    name: campaign
    campaigntypes:
        - type: event
    campaignstatuses:
        - status: planned
        - status: ongoing
    properties:....

The LIP package should an event type for campaigns/marketing activites, you might have to add this manually.

Formresponses on participant card

It is possible to see form response data on the participant card. All you have to do is add the fields matching the names of the BizWizard formfields to the participant card. If there is a form field with the name "food", you add a food field to the participant card in LISA and to the config.

The full formresponse will be also be shown in the misc field if another isn't specified in the config under formresponse (you can set this to any text field on the participant card).

Example:

participant:
    name: participant
    properties:
        person: person
        participantstatus: participantstatus
        campaign: campaign
        formresponse: misc