Hello Everyone,
I am facing an issue with the Event History List (a!eventHistoryListField). I am not able to mention/tag users (using @, for example @ABC) while adding top-level comments.
a!eventHistoryListField
@
@ABC
Has anyone used this feature successfully with eventHistoryListField? Any inputs or suggestions would be really helpful.
eventHistoryListField
Thanks in advance!
Regards,
Discussion posts and replies are publicly visible
Did you configure the "mentionableUsers" attribute?
@mention for top-level comments only when eventStyle is set to the Comment List style, allowUsersToComment is true on a!eventData(), and mentionableUsers is populated with the users or groups allowed to be tagged. Only users within mentionableUsers will appear in the @ picker and receive email notifications when mentioned.
Stefan Helzle and Shubham Aware thanks for your inputs. Yes, it is working after adding the mentionableUsers attribute.
mentionableUsers
I initially thought this was an optional attribute used only when we need to restrict mentionable users.
Hi Stefan Helzle and Stefan Helzle ,
I have a couple of follow-up questions regarding user mentions.
When a user mentions another user using @user, Appian sends an email notification to the mentioned user. Please see the sample email below.
Could you please clarify the following:
Thanks in advance for your help.
Yogi Patel said:Can we configure or customize the email subject?
No configuration available.
Yogi Patel said:How is the word "Expense" being populated in the email body?
That comes from the title configured for the event record.
Shubham Aware thanks for the quick reply.
Yes, the Record Tile is being used in the email body. I appreciate your help.