Jump to content

timeline updates table


Everton1878

Recommended Posts

@Everton1878 you'll find the updates in the table h_buz_activities however this also contains workspace posts and timelines for other entities depending on which apps you have available on your instance. You can filter this down per request, by providing the parent activity stream ID stored in h_target.

To find the value for this, you'll need to find the ID of the activity stream from table h_buz_activity_streams where you can match h_owner_ref with a where clause as follows:

WHERE
	h_owner_ref LIKE '%:IN00000001'

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...