Personal signature under additional comment
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-19-2019 07:56 PM
Hi,
Does anyone know of a possible way to add a personal signature underneath an additional comment? I tried creating a business rule on update with a script. Something like
current.comments = current.comments + 'Name' + 'Department' + 'Email' + 'Phone Number';
The problem is this is adding the signature before the comment and not after.
Any recommendations? Thanks
- Labels:
-
Scripting and Coding
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-19-2019 08:58 PM
On load is not the best use case here. It will add comment every time when a form is loaded.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-19-2019 09:02 PM
On load script is not a bad solution, but then if they add a second comment then the signature is not there

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-19-2019 09:06 PM
so you want the signature only once ?
can you explain more ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-19-2019 09:08 PM
No, the signature should be on every comment
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-19-2019 09:10 PM