In one of our module usecase, we need to determine from which lower version of Pega it has been upgraded to Pega 7. We know which version but we donot want to harcode, it should be found out dynamically.
Is there any column/setting that can be referred after the environment is upgraded to Pega 7?
ANSWER
PR_DATA_ADMIN_PRODUCT table contains the information about the version which is upgraded from. You can use DATA_ADMIN_PRODUCT class to get the information dynamically
ANSWER
PR_DATA_ADMIN_PRODUCT table contains the information about the version which is upgraded from. You can use DATA_ADMIN_PRODUCT class to get the information dynamically
No comments:
Post a Comment