We are on 7.11 cloud. We have a process set up that will create a New

We are on 7.11 cloud.

We have a process set up that will create a News Feed. I have used Post Event to Feed smart service to create a news feed. In that service, the value of Viewer attribute is set dynamically based on what user had selected in the form. Now, once the feed is created, it is locked. I mean, no other participants can be added after the feed is created.

Is there a way, that user can add more participants after the feed is created? Note that the viewer will always have a value.

Thank you in advance.

Akshar.

OriginalPostID-191406

OriginalPostID-191406

  Discussion posts and replies are publicly visible

Parents
  • The way I have accomplished this in the past is to use the create group smart service. Before your news post, create a custom group, and add the user that you want to see to post to that group. Then, post the news message to the new group. Later on, if you want to add more users to that news post, add the users instead to the group and they will have the proper permissions.

    You can pass around the group as a PV and store it in the DB as part of your CDT to maintain which group needs to be updated.
Reply
  • The way I have accomplished this in the past is to use the create group smart service. Before your news post, create a custom group, and add the user that you want to see to post to that group. Then, post the news message to the new group. Later on, if you want to add more users to that news post, add the users instead to the group and they will have the proper permissions.

    You can pass around the group as a PV and store it in the DB as part of your CDT to maintain which group needs to be updated.
Children
No Data