Event PX to update some values in Redline Title block when we do just edit and save

Hi

We have a requirement to initialize some default values to some fields which are in Redline table of Title block for a item, when we just do edit and do save without modifying any of these fields using PX.

We tried with update title block event, but in the above case it will not be triggered i believe.

Is there any way to achieve this?

 

Agile User Asked on September 17, 2021 in Agile PLM (v9).
Add Comment
2 Answer(s)

Hi Sabarish,

If you do not intend to actually edit and save any value, then it’s kind of meaningless to configure this as an Update Title Block event. I would suggest rather configure it as a Custom Action PX, simple click it instead of doing Edit and Save (one click instead of two).

Agile Expert Answered on September 17, 2021.

Thanks Swagoto for the reply.

on September 23, 2021.
Add Comment

Sabarish,

If you want the user experience to feel more automatic, you might try trigger on status change, such as Pending to Submitted. It would likely have to be a “Pre” event rather than “Post”, depending on what types of redline changes are allowed in Submitted. If it had to be Post, you may have to give the PX permissions to make the changes.

Steve

Agile Professional Answered on October 4, 2021.
Add Comment

Your Answer

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