Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

Add message to activity stream portal

Snow Tomcal
Tera Expert

Hi All,

When a user (not an admin) opens a record from the portal that was not created by him, there is no option for adding a new message in the activity stream (even though they are in the same group).

Does anyone knows how to fix it?

 

Thanks in advance 🙂

10 REPLIES 10

Hi @Snow Tomcal 
You could create new one, remember first user should have read access and user should have write access to edit/update etc.

@Harish Murikina How can I specify the ACL so that only the group members of the user who created the form will be able to write and update?

Hi @Snow Tomcal 

Please refer doc. https://www.servicenow.com/docs/bundle/xanadu-platform-security/page/administer/contextual-security/...

 

answer = (gs.getUser().isMemberOf(current.assignment_group)) ? true : false;

// here current.assignment_group is variable name if Assignment Group, please check your table and give correct variable name
// below screen shot i chose "Incident" table, please choose your table where you want to give edit access to user

 

HarishMurikina_0-1732095772562.png

 

@Harish Murikina Thanks!
One last thing, I need the ACL to run when its on of the group members of the created by user not the assignment group users.

Hi @Snow Tomcal 
Sorry i didnt get it, can you explain bit more