Skip to main content
Nintex Community Menu Bar
Question

button for follow" on chatter"

  • July 9, 2024
  • 2 replies
  • 5 views

Forum|alt.badge.img+8

Is there a way to create a button to allow following on chatter?

2 replies

Forum|alt.badge.img+17
  • Nintex Employee
  • July 9, 2024

The chatter following function uses a sObject called Entity Subscription.  Adding a record to that table will create a follower.  You could create a model on this object and then create  a button that runs a snippet that adds a row to the model with the subsciber ID = to the user’s ID. 


Forum|alt.badge.img+8
  • Author
  • Novice
  • July 9, 2024

Thanks Rob… will give it a try )