function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Andrew Likens 6Andrew Likens 6 

Lightning Component Inserts a Custom Object record and Updates Existing Object

Hello!

I need to create a lightning component that has a form that has two inputs: ChatterGroupId and Notification Frequency. I then need logic to find the chatter group based on the value from the ChatterGroupId input field, find all the chattergroupmembers of that chatter group and update the notification frequency for all the members based on the input from the Notification Frequency input field. Any help is greatly appreciated! Thank you!