Hi,
I have API Before-Save Script for Lead which checks few field and make sure its not duplicate.
I want to import record in bulk using import feature of espocrm.
While importing I am unchecking 'Skip searching for duplicates' and 'Silent Mode'.
But API Before-Save Script doesnt seem to be executed and duplicate records are imported too.
How can I make import features use API Before-Save Script to validate if there is duplicate?
I have API Before-Save Script for Lead which checks few field and make sure its not duplicate.
I want to import record in bulk using import feature of espocrm.
While importing I am unchecking 'Skip searching for duplicates' and 'Silent Mode'.
But API Before-Save Script doesnt seem to be executed and duplicate records are imported too.
How can I make import features use API Before-Save Script to validate if there is duplicate?
Comment