Page 1 of 1

Chatter FeedItem at mention

Posted: Tue 23 Aug 2016 18:17
by yonto
I am trying to create an SSIS package that will post to an Account's Chatter feed and @mention the account owner. I have been able to create the package and post something to an account's chatter feed. I have not been able to create the at mention. I have tried using derived columns to concatenate "@"+"[UsersName]" and "{@userID}" but neither have worked.

Any help would be appreciated.

Re: Chatter FeedItem at mention

Posted: Wed 24 Aug 2016 20:00
by yonto
It wasn't the way I intended to resolve the issue, but it works.
I created a custom object to load my accountID, userID, and chatter post text from my local database via SSIS.
From there I created an APEX trigger on the custom object using the ConnectApi that references the fields in the custom object to build out the acutal chatter posts.

Re: Chatter FeedItem at mention

Posted: Mon 29 Aug 2016 09:11
by Shalex
Please confirm that the issue is solved, and no investigation from our side is required.

Re: Chatter FeedItem at mention

Posted: Mon 29 Aug 2016 15:11
by yonto
My issue has been resolved, though I did not find a way to do it through the devart tool.