Maximo List Archive

This is an archive of the Maximo Yahoo Community. The content of this pages may be a sometimes obsolete so please check post dates.
Thanks to the community owner Christopher Wanko for providing the content.



Auto-receive when PO is approved - help please

From: robigd2923 (2012-06-08 15:46)

I have a requirement where the client wants PO lines to be automatically received if a check box is selected on the PO.
I have done this using the MIF and a processing class. I accomplished this by using the PORemote.receive(null, polinenum, orderqty, null) method for each PO line in the PO.
The receipts are created like you would expect, but the receipt status still stays at "NONE", when normally it should be "COMPLETE".
Has anybody had any experience and/or suggestions with the kind of requirement I am trying to complete?
Thanks!