Hi!
I am creating the following business process / flowchart:
Trigger: when email (on my personal mail account configured in espo) is received to a specific email address (jobs@....)
Action block 1a:
Create Record » Candidate [note: candidate are an entity of type Contact that I use to separate job candidate from business contacts in the CRM]
Email
Field: Sent By.Email
Name
Field: Sent By.Name
CV and Letter
Field: Attachments
Assigned User
xxx
Teams :Human Resources
Action block 1b:
Create Record » Application [Note: application is a custom entity]
CV, Motivation Letter, screening and interview reports
Field: Attachments
Name
Field: From Name
Description
Field: Body (Plain)
Status
Received
Assigned User
xxx
Teams: Human Resources
The part in red do not work.
The parts on green work: I can see the records having been created, and the attachments of the emails, if any, are indeed attached to the created record. Neat!
Question 1: is it normal that the email is then automatically marked as archived?
The parts in red however do not work. I did manage to have it work sometimes, I can't reproduce however. Maybe it only worked when I first did a workflow (instead of a flow chart)
Question 2: any hint why this does not work?
Action block 3:
Create User Task
Text
HR Review and link application with vacancy
Action Type
Accomplish
Assignment
Specified User
Target User
xxx
Target Team
Human Resources
This works well :-)
Question 4: can I create a task that would be visible in the "My Tasks" widget of the user? Because it is currently not. And I would also like to put a due date such as "within 3 days".
Question 5: I need to create a link between the two objects that I create (in block 1 and 2). How can I do that? The Application object has a field called "candidate" which I can easily fill in. But how can this be automated in block 2, making a link to the record that was just created in block 1?
THANKS!!!
Olivier.
I am creating the following business process / flowchart:
Trigger: when email (on my personal mail account configured in espo) is received to a specific email address (jobs@....)
Action block 1a:
Create Record » Candidate [note: candidate are an entity of type Contact that I use to separate job candidate from business contacts in the CRM]
Field: Sent By.Email
Name
Field: Sent By.Name
CV and Letter
Field: Attachments
Assigned User
xxx
Teams :Human Resources
Action block 1b:
Create Record » Application [Note: application is a custom entity]
CV, Motivation Letter, screening and interview reports
Field: Attachments
Name
Field: From Name
Description
Field: Body (Plain)
Status
Received
Assigned User
xxx
Teams: Human Resources
The part in red do not work.
The parts on green work: I can see the records having been created, and the attachments of the emails, if any, are indeed attached to the created record. Neat!
Question 1: is it normal that the email is then automatically marked as archived?
The parts in red however do not work. I did manage to have it work sometimes, I can't reproduce however. Maybe it only worked when I first did a workflow (instead of a flow chart)
Question 2: any hint why this does not work?
Action block 3:
Create User Task
Text
HR Review and link application with vacancy
Action Type
Accomplish
Assignment
Specified User
Target User
xxx
Target Team
Human Resources
This works well :-)
Question 4: can I create a task that would be visible in the "My Tasks" widget of the user? Because it is currently not. And I would also like to put a due date such as "within 3 days".
Question 5: I need to create a link between the two objects that I create (in block 1 and 2). How can I do that? The Application object has a field called "candidate" which I can easily fill in. But how can this be automated in block 2, making a link to the record that was just created in block 1?
THANKS!!!
Olivier.
Comment