BPM get contact emailAddress

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • item
    Active Community Member
    • Mar 2017
    • 1476

    BPM get contact emailAddress

    Hello (Yuri),
    i need the emailAddress of contact in BPM

    $contactEmailAddress = record\attribute('Contact', $contactId, 'emailAddress'),

    i try this bu no luck

    one tips ?

    Best Regards

    Edit : resolved : , => ; at the end of $contactEmailAddress = record\attribute('Contact', $contactId, 'emailAddress'),

    Sorry
    Last edited by item; 10-04-2021, 04:42 PM.
    If you could give the project a star on GitHub. EspoCrm believe our work truly deserves more recognition. Thanks.​
  • Katia
    Junior Member
    • Jul 2021
    • 20

    #2
    Hi!

    I tried to use another formula to get contact email address, maybe it'll be useful:

    Code:
    description = targetEntity\attribute('emailAddress');

    Comment


    • item
      item commented
      Editing a comment
      Thanks
      i forget a ; at the end
Working...