cancel
Showing results for 
Search instead for 
Did you mean: 

Agentry - display app version number

former_member231132
Participant
0 Kudos

I there a way to display the app's version number?  I'm looking for a function that will give me access to the version number but don't see one available.

Thanks

Tim

Accepted Solutions (1)

Accepted Solutions (1)

bill_froelich
Product and Topic Expert
Product and Topic Expert
0 Kudos

The app version number is available on the about screen but there is no rule function for accessing this value.

--Bill

Answers (1)

Answers (1)

Former Member
0 Kudos

Tim,

As Bill said there is no standard function to get the app version number. you can see it from about screen.

If your requirement is to display the app version number on main screen then you could do following things to display.

1. Create a global which will tell you the version number of app(you have to update this global every time when you publish the new version of app)

2. write a rule to display the app version number from global.

Hope this makes you clear.

Thanks

Ajitesh