- Mark as New
- Bookmark
- Subscribe
- Permalink
- Email to a Friend
- Report Inappropriate Content
Question: How do I check my RevPro version and/or see what version/patch set level my system is set at?
Solved! Go to Solution.
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Email to a Friend
- Report Inappropriate Content
To check your RevPro version, login to application and navigate to top right corner, click on User Name. Click About.
View About window with version information.
Version indicates standard patch version number and Combo Build indicates one-off patches after standard release.
To get this information from database level run sql > select VER_NUM,CMB_BLD_NUM,BLD_NUM FROM RPRO_SETUP_G;
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Email to a Friend
- Report Inappropriate Content
To check your RevPro version, login to application and navigate to top right corner, click on User Name. Click About.
View About window with version information.
Version indicates standard patch version number and Combo Build indicates one-off patches after standard release.
To get this information from database level run sql > select VER_NUM,CMB_BLD_NUM,BLD_NUM FROM RPRO_SETUP_G;