- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2020 05:31 PM
I am trying to mass subscribe 400+ user to a communities forum by taking excel file in with their names and then (through script i guess) add them to the forum in the sn_actsub_subobject_stream table, but I can't use the sn_actsub_subobject_stream as a target table. So how am I supposed to subscribe these people to this forum without having to do a ton of approvals, etc. I was just hoping to write a transform to make it easy.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2020 06:11 PM
One extra thought, is the table part of a scoped app?
You may need to be within the scope before you can access the table via transform.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2020 06:39 PM
When I am importing records to a table and just pulling the user's name. What script should I use becuase I will be pulling just the name and then I will need to fill out the rest of Target's table info.