configuring workflow from front end, how to check a record is already exist ? Please help
Announcement
Collapse
No announcement yet.
To know a record is already exist in an entity(Eg:Leads)
Collapse
X
-
Possible w/ formula function record\exists: https://github.com/espocrm/documenta...d#recordexists
Comment
-
Thanks Sir, I know this. but i want to make a check for duplicate entry and need to give a status on each duplicate entry.
And I tried this as you said
ifThen(record\exists('Contact', 'phoneNumber=', phoneNumber), flag = true). Here after a new record is created , trying to check phone number is already exists, if exists then need to update flag as true in newly created record. Please help.
Comment
-
I tried creating this workflow and it is not working. It is showing Duplicate for every record created. Can someone advise me how to use this formula. Screenshot attached.
description=ifThen(record\exists('Lead', 'phoneNumber=', phoneNumber), "Duplicate");1 Photo
Comment
Comment