Tempo News Feed Updation

We have an use case where a news feed is posted and has a record identifier attached to it. We were under the assumption that the unique id for this record identifier will not change. But we have encountered a business scenario wherein id can get updated by a different system, So is there a way to update the record identifier in news feed with the latest value(besides posting comments)?

OriginalPostID-257866

  Discussion posts and replies are publicly visible

Parents
  • Hi Eveyone, thanks for the replies.
    @Sathya: Unique id we are referring here is not primary key but a unique id assigned to a employee of the organisation. The same is used for display purpose which while clicking on it will take us to the particular record on NEWS feed. Now as per business requirement that unique employee id can change. So we are planning to change the historical data as well in business DB, but on news feed still it will show the old id.Now as per the replies, it is evident that news feed data cannot be changed.
    So we are planning to change the display identifier. Please let us know if this approach is correct or is there any other work around
Reply
  • Hi Eveyone, thanks for the replies.
    @Sathya: Unique id we are referring here is not primary key but a unique id assigned to a employee of the organisation. The same is used for display purpose which while clicking on it will take us to the particular record on NEWS feed. Now as per business requirement that unique employee id can change. So we are planning to change the historical data as well in business DB, but on news feed still it will show the old id.Now as per the replies, it is evident that news feed data cannot be changed.
    So we are planning to change the display identifier. Please let us know if this approach is correct or is there any other work around
Children
No Data