Announcement

Collapse
No announcement yet.

Enable Contact to update his User Info via Portal

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

  • Enable Contact to update his User Info via Portal

    Is there a way to enable a Contact, when a Contact is logged via a Portal, to update his info?



  • #2
    The best way is to manage the portal user from the contact using formula script, you can sync data from contact to portal user.

    Code:
    record\update('User', portalUserId, ATTRIBUTE1, VALUE1, ATTRIBUTE2, VALUE2);
    ​​​​​​​
    CEO & Founder of Eblasoft.
    Professional EspoCRM development & extensions.

    Comment

    Working...
    X