How To: Get Current EPM Cloud Version
Summary:
This article helps to retrieve current EPM Cloud version without using Help -> About UI.
Content (please ensure you mask any confidential information):
There is a simple way to find EPM Cloud version. And you can automate it as well. Use REST API documented here. The "serverVersion" field in response payload is your EPM Cloud current version.
Since this is a REST API, you can very well warp this into a nice Groovy On Demand Rule and get required information. Hope this helps.
Version (include the version you are using, if applicable):
Code Snippet (add any code snippets that support your topic, if applicable):
1