Hello,
I have the same problem with this link.
Cannot set user-defined date for the Work Order's status date through MIF When I create a WO with MIF, the STATUSDATE becomes the sysdate.
I extend
StatefulMicSetIn class and override
changeStatus method.
How can I set the value I sent from xml (STATUSDATE) ? <STATUSDATE>2008-10-08T17:13:09</STATUSDATE>
@Override
public void changeStatus(MboRemote setMbo, String stat, String memo) throws MXException, RemoteException {
((StatefulMbo) setMbo).changeStatus(stat, struc.getCurrentDataAsDate("STATUSDATE"), memo);
}
Thank you
------------------------------
Alan Egman
------------------------------
#Maximo#AssetandFacilitiesManagement