Skip to end of banner
Go to start of banner

EzyVet

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

« Previous Version 2 Current »

Animalis has a connection with EzyVet which allows specifc animal data to be shared across the two databases via an automatic sync.

Animal API Reference - https://apisandbox.trial.ezyvet.com/api/docs/?&_ezyhost=apisandbox.trial.ezyvet.com#animal

Integration Rules:

  • All Animals created will sync from EzyVet to Salesforce.

  • All Animal updates will sync from EzyVet to Salesforce.

  • All created animals will sync from Salesforce to EzyVet if they’re associated to a specific Shelter.

    • Sync_All_Animals__c field on the Location Record (with Record Type = Site) must equal TRUE.

  • All Animals in Salesforce that have an EzyVet ID will try to sync an Animal Record update in EzyVet.

  • An EzyVet ID field will be captured in Salesforce to manage duplicates.

  • A Salesforce ID field will be captured in EzyVet to manage duplicates (using Name field).

Animal Field Mapping

EZYVET

SALESFORCE

id

EzyVet_ID__c

active

EzyVet_Active__c

created_at

EzyVet_Created_Date_Time__c

modified_at

EzyVet_Modified_Date_Time__c

name

animalshelters__Animal_Name__c

code

EzyVet_Code__c

sex_id

animalshelters__Gender__c

is_dead

Is_Deceased__c

is_hostile

Is_Hostile__c

animalcolour_id

animalshelters__Colour__c

species_id

animalshelters__Type__c

breed_id

animalshelters__Breed__c

microchip_number

Microchip_Number__c

contact_id

 Relate to Animal via Animal Contact Relationships record.

date_of_birth

animalshelters__Date_of_Birth__c

is_estimated_date_of_birth

Estimated_Date_of_Birth__c

date_of_death

animalshelters__Deceased_Date__c

death_reason

Deceased_Reason__c

date_of_desex

Date_Desexed__c

referring_clinic_id

Referral Organisation

residence_contact_id

 Relate to Animal via Animal Contact Relationships record.

weight

animalshelters__Current_Weight__c

notes

EzyVet_Notes__c

notes_important

EzyVet_Important_Notes__c

  • No labels