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 4 Next »

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

  • When an Animal is created in AnimalOS it will sync the Animal to EzyVet and create an active Animal record.

  • When specific supported fields are updated in AnimalOS, this data will sync to EzyVet and update the Animal record.

  • Animal data will sync between the 2 systems on a nightly scheduled sync. It will queue records to be updated between the 2 systems based on the Last Modified Date.

  • From an Animal Record in AnimalOS you can also click a quick action to sync the data in real time.

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 if a Microchip Number is available.

  • All Animal updates will sync from EzyVet to Salesforce.

  • All created animals will sync from Salesforce to EzyVet if they’re associated to a Shelter where Sync Animals = TRUE and a Microchip Number is available.

    • 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

animalos__Animal_Name__c

code

EzyVet_Code__c

sex_id

animalos__Gender__c

is_dead

Is_Deceased__c

is_hostile

Is_Hostile__c

animalcolour_id

animalos__Colour__c

species_id

animalos__Type__c

breed_id

animalos__Breed__c

microchip_number

Microchip_Number__c

contact_id

 Relate to Animal via Animal Contact Relationships record.

date_of_birth

animalos__Date_of_Birth__c

is_estimated_date_of_birth

Estimated_Date_of_Birth__c

date_of_death

animalos__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

animalos__Current_Weight__c

notes

EzyVet_Notes__c

notes_important

EzyVet_Important_Notes__c

  • No labels