Skip to content

Can the timeline component be used for showing records from remote system? #234

Answered by deejay-hub
srinivasan-kr asked this question in Q&A
Discussion options

You must be logged in to vote

The packaged version of Time Warp on the AppExchange can support External Objects (https://developer.salesforce.com/docs/atlas.en-us.object_reference.meta/object_reference/sforce_api_objects_external_objects.htm) which would allow you to view information stored outside Salesforce. You would just have to be careful to only include the minimal amount of data necessary.

You can also modify the code yourself to support an Apex callout to an external system. Since all the code is here you could add the features you need then package your own version of Time Warp. Someone has included a pull request that has the necessary code to use an Apex class to get information (#108)

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@srinivasan-kr
Comment options

Answer selected by deejay-hub
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
question Further information is requested
2 participants