Date and time of creation of operator

HI,

Can we get the date and time of creation of an operator ID (not the last updated date and time) ??

@Hasritha Hi Hasritha, use .pxCreateDateTime

Take advantage of LiveUI to find properties

@eddie.jm Thankyou for the information.

But I want to extract the created date of some specific operators.

In the above image, we can find the last updated date of operator Id, But I want to extract when that operator ID was created.

Thankyou in advance.

Hi @Hasritha, you can use the Dpage: D_GetOperatorDetail, here you can pass the id of the operator and get the pxCreateDateTime.

Hope this helps!

Thanks,

Saurabh

@Hasritha

If the operator is within PEGA , you can open the App explorer and search for Data-Admin-Operator-ID class

search for the operator for which you want to know the created date time. and open the same. Attached for more reference.

Once Operator is opened , Click on Action and then click on “View XML” . Search for the pxCreateDateTime

field.

@ArshadPashaMohammed Thankyou very much.

@SaurabhG7134 Thankyou very much.