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?
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).
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