Question
Coforge DPA UK Ltd.
IN
Last activity: 30 Jun 2017 18:38 EDT
How to check all the imported Pega zips
Hi,
I want to see all the Pega zips that I have imported into my application (Product files i.e. Rule-Admin-Product). Is there any to check that?
Thank you.
Regards,
Durgarao Jeeri
***Updated by moderator: Lochan to add Categories***
-
Like (0)
-
Share this page Facebook Twitter LinkedIn Email Copying... Copied!
Accepted Solution
Verizon
IN
Pegasystems Inc.
US
Hi,
Are you looking to review all of the Rule-Admin-Product rules that exist in the system, or are you only looking for Rule-Admin-Product instances that were explicitly imported into the system?
To review all of the Rule-Admin-Product rules within a system, you can view the instance list by selecting SysAdmin>Product from the records explorer.
I'm not sure if there is an easy way to determine which Rule-Admin-Products were explicitly imported into the system, and someone else might be able to chime in if one exists. If there is not, you might be able to create a custom report that leverages the pxMoveImportDateTime property, which indicates the date and time a Rule-Admin-Product was imported. While I haven't done this myself, I suspect you could compare those dates against when you installed the system to determine what product rules were imported.
Hope this helps!
-Kurt
Coforge DPA UK Ltd.
IN
Coforge DPA UK Ltd.
IN
Hi,
pxMoveImportDateTime is of @baseclass property, So, i'm not able use it by creating the object of @baseclass as it is a n abstract class.
How can I make use this property to fetch the report?
Thank you,
Durgarao J
Pegasystems Inc.
US
Hi,
The pxMoveImportDateTime value should already be present on any imported Rule-Admin-Product instances. You can create a Report Definition in the Rule-Admin-Product class similar to below (you can adjust the display fields and filters to suit your purposes):
The output should look something like this:
Hope this helps!
-Kurt
Coforge DPA UK Ltd.
IN
Hi Kurt,
Thanks for the reply. The mentioned approach is listing the products that were created on this server but not the imported pega Zip files.
Regards,
Durgarao J
Accepted Solution
Verizon
IN
-
Uddhao Mhaske
Coforge DPA UK Ltd.
IN
Thanks Mahi. it helped me
Pegasystems Inc.
US
You could see following 2 Help Topics for "Log-PegaRULESMove":
https://community.pega.com/sites/default/files/help_v73/procomhelpmain.htm
https://community.pega.com/sites/default/files/help_v62/procomhelpmain.htm