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