PX’s are not triggered when Activity object is created from template, in the background

A “Save As Object” event is configured on Activity Object to update few General Info and Page Two attributes on the Program object.
Program object is created from a template and “Perform action in background” option is selected in the Create new window.
Object is created successfully and user is notified but the PX’s configured are not triggered. When “Perform action in background” is unchecked during object creation, the PX executes successfully and updates the attributes. But the attributes will not be updated if the object creation is done in background.

Is there a way to trigger PX’s while activity objects are created in the background

Add Comment
2 Answer(s)

Hi Chaitra,

If run the PX in background, the values updated by it are not shown to the user when the new object is created. So you risks anyway to overwrite PX filled fields by the user ones.
I suggest to don’t perform the action in bacground and show the new object to the user only when the PX ends to update it.

Agile Angel Answered on November 14, 2016.
Add Comment

Did you try with ‘Create Object’ event in this case?

Agile User Answered on November 22, 2016.
Add Comment

Your Answer

By posting your answer, you agree to the privacy policy and terms of service.