Announcement

Collapse
No announcement yet.

Obtain user signature via formula

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

  • Obtain user signature via formula

    Hello,
    Is possible to obtain user signature and use it in email send via formula?
    Click image for larger version

Name:	obraz.png
Views:	101
Size:	16.5 KB
ID:	101260

  • #2
    An error appears in the logs:
    HTML Code:
    Column not found: 1054 Unknown column 'preferences.time_zone' in 'field list'
    why does the error concern preferences.time_zone if I asked about preferences.signature?

    Comment


    • #3
      Code:
      $signature = record\attribute('Preferences', 'USER_ID', 'signature');

      Comment


      • #4
        Possible to modify this formula for users that send from multiple email addresses that require different signatures for each address?

        Comment


        • Kharg
          Kharg commented
          Editing a comment
          You could create a custom entity to store signatures and relate it to the user and then use formula to call it based on the record name and user.
      Working...
      X