
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-19-2020 11:49 AM
Good afternoon everyone,
I have a requirement to make the activity stream/conversation/comments field readable and writable for approver_users. I have been experimenting with ACL's to open this up and I have gotten as far as making the stream visible, and readable, but when an approver_user types a message and clicks send nothing happens. Nothing is posted, it just goes into the ether. See screenshot below of the field I am referring to.
What am I missing here? It seems like this would be a fairly straight forward ACL but I'm not getting the results I am expecting.
Solved! Go to Solution.
- Labels:
-
Service Portal Development

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-19-2020 12:23 PM
This depends on which table you are writing activity steam to.
e.g ITIL user can write to comments field from SP using activity steam.
Do you see any error in console logs when user try to write in activity steam from service portal?
You should debug widget which is showing activity stream on your service portal page.
Regards,
Sachin

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-19-2020 11:54 AM
Can you check the write ACL whether its available for the role.
Also check whether there entries created in sys_journal_field.LIST TABLE.
Regards
Pranav

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-19-2020 11:58 AM
There are the following write ACL's for approver_user:
sc_req_item
sc_req_item.*
sc_req_item.comments
There are no ACL entries on sys_journal_field

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-19-2020 12:03 PM
Are these Read or Write ACLs?
You also have to give them Write ACLs

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-19-2020 12:05 PM
Those ARE write ACL's