Property Set Special from Data Transforms

Hi All,

Is there a way to set special properties (px..) directly from data transforms without using activity?

We have a framework functionality which has extension points as data transforms(to be specialized in implementation layer). I want update pxCreateDateTime property using that data transform.

Is there any way to set special properties from DT?

Thanks,

Snehasis

Hello,

I can see quite a lot of DataTransform with px properties been set. What Platform version is it?

We are using Pega 8.1.8.

Please let me know the data transform where it is done.

Can you check this Work-.pyDefault as an example:

Property-Set-Special is mainly used for Pega properties. In recent version Pega gives flexibility to use Pega properties in Data transform itself. You can refer various OOTB Data transform for reference. ( px,py values can defined directly)

Its working. Thanks