Announcement

Collapse
No announcement yet.

Extract From Name and From Email from the Email On case creation

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Extract From Name and From Email from the Email On case creation

    Hi i want to get from name and from email from the email when i create case from the email . How can i do that at the time of case creation.

    Note: I am using email to case.
    i have two custom columns on case entity
    cWebName ==> here i want the name of email sender
    cWebEmail ==> here i want the email id of the sender

    Any help is highly appriciated.

  • #2
    There is a field called originalEmail in Cases. You can take id of the originalEmail and fetch params
    Probably you can do it through formula.

    Alternative approach would be to search through formula findOne record - EspoCRM Documentation​ in Emails entity record which contain this case as a parent field.

    Comment


    • abhilash.kumar.niit
      abhilash.kumar.niit commented
      Editing a comment
      The field "originalEmail " does not have any value in this it has blank value

  • #3
    abhilash.kumar.niit it's probably notStorable field. Have you tried second way?

    Comment

    Working...
    X