Next thing I wanted to do today. Show the version of the app I am developing. Sure, I could create a variable in the app with the version and show that, but where’s the fun in that. My solution has a version number and each time I export from Dev to Prod I increment the solution version, so maybe I can use that?
As before, I looked to tables and found the Solutions table.
Added it. Then clicked the three dots > Edit.
And I can find my solution there.
So its easy then to get the version from there.
|
1 |
LookUp(Solutions, 'Name'="<short name of solution>").Version; |



