In Pega 25.x Constellation, is there a supported global extension point that can be used to execute custom logic whenever any assignment is opened across the application?

I am looking for a recommended alternative to the traditional UI extension activities Work-.PerformDefaults and Work-.OpenDefaults, which are not invoked in Constellation applications. Specifically, we need a way to implement application-wide assignment-open processing without having to configure pre-processing Data Transforms, activities, or custom logic on each individual assignment.

What is the best practice or supported approach in Constellation for executing common logic whenever an assignment is opened by a user across the application?

Hi @Rajamouli

You could have a look at Work-.pyAssignmentLoadDefaults activity which is an extension point provided in constellation when any user opens the assignment.

Pega POV: This extension point activity allows the user to incorporate customized logic that will execute when opening an assignment through the DX APIs.

Regards

JC

Adding to @JayachandraSiddipeta, please check this solution posted by @MarcCheong .