PX for updating attribute inside change order – current date

Hello,

could anyone help with PX for updating attribute inside change order – current date ?

 

Thank you.

Agile User Asked on February 15, 2021 in Engineering Collaboration.
Add Comment
1 Answer(s)

Hello

Once you get the IDataobject, you can do a setValue

For example

iwf.setValue(ChangeConstants.ATT_COVER_PAGE_DATE_ORIGINATED, new Date());

Hope this helps

Raj

Agile Angel Answered on February 21, 2021.
Add Comment

Your Answer

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