Announcement

Collapse
No announcement yet.

BPM get contact emailAddress

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

  • 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.

  • #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...
X