Not able to display pxMoveImportDateTime property in the report.

I need to display product files related information using reports for which I have created the report in Rule-Admin-Product class and for displaying deployed date, we need to include .pxMoveImportDateTime property which is situated in the @baseclass.

But to optimise this, I am not able to optimize this in Rule-Admin-Product class.

Is there any way that I can include this property in my report to get the values of Deployed date?

@ArpithaD you can report on properties from the Rule Admin Product class. To do this efficiently you can create report definitions that query the database view corresponding to the Data Rule Summary class. This allows you to report on rules of more than one type and those that are checked out. For reporting purposes ensure that the properties you use for selection criteria are stored as exposed columns in the PegaRULES database view that corresponds to the Data Rule Summary class.

The pxMoveImportDateTime is a timestamp property in the Pega Sales Automation API that indicates the date and time when a record was imported into the system. It is formatted in ISO 8601 format which includes the date and time down to milliseconds along with a timezone offset.

:warning: This is a GenAI-powered tool. All generated answers require validation against the provided references.

Reporting on Rules

Pega Sales Automation API