Had a requirement to migrate Chatter data since we are migrating our Backlog Tool to Agile Accelerator in Org B from a Salesforce based vendor tool which resided in Org A.
Typically, for custom objects, if feed tracking is on, <object>_feed will be the object under which feed related records will be found.
Standard Objects have the feed in objects like AccountFeed, CaseFeed and so on.
Data can be exported using Dataloader.
To import, for custom objects, you need to import it back into an object called FeedItem and that should allow you to see the imported records.
For standard objects, you can import it back into it's own object i.e. AccountFeed, CaseFeed and so on.
Typically, for custom objects, if feed tracking is on, <object>_feed will be the object under which feed related records will be found.
Standard Objects have the feed in objects like AccountFeed, CaseFeed and so on.
Data can be exported using Dataloader.
To import, for custom objects, you need to import it back into an object called FeedItem and that should allow you to see the imported records.
For standard objects, you can import it back into it's own object i.e. AccountFeed, CaseFeed and so on.
No comments:
Post a Comment