function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
SUMAN KUMARI 70SUMAN KUMARI 70 

how to find the versions of the integrations in the org?

Hi All, 
Following are the integrations in my org :-
1. SAP
2. Workers app
3. ConnectedBits (new API and whatever is left of existing integration)
4. GIS
5. Payment Gateway
6. Smarty Streets

I need to know the versions of each. How can I find there versions? 
Kindly help me with this.

Thanks a lot in advance.
AbhishekAbhishek (Salesforce Developers) 
https://help.salesforce.com/articleView?id=connected_app_manage_third_party.htm&type=5

Check the version based on the above article.


Let me know if it helps you and close your query by marking it as solved so that it can help others in the future.

Thanks.
SwethaSwetha (Salesforce Developers) 
HI Suman,
As each integration is associated with an integration user, you can check the login history of the integration user from the setup menu to determine the client version 

User-added image
Alternately, you can also run a query on LoginHistory object (https://developer.salesforce.com/docs/atlas.en-us.api.meta/api/sforce_api_objects_loginhistory.htm)

Select ApiVersion,ClientVersion FROM LoginHistory where UserId='005xxxxxxxxx'

Hope this helps you. Please mark this answer as best so that others facing the same issue will find this information useful. Thank you
Gaurav Giradkar 10Gaurav Giradkar 10
Hi SUMAN KUMARI 70,
Did you got any solution for your problem. If you got please let everyone know.
Thanks.