with Tags:
smart
X

Calling Maximo External System Export data function from Java
For some integrations it is useful to be able to automate the Export Data function of the External System Application. For example to export XML files for multiple Interfaces from a button click or cron task. The Java code to achieve this is quite straight forward: ((MicServiceRemote)MXServer.getMXServer().lookup("MIC")).exportData(ifaceName, extSysName, exportWhereClause , getUserInfo(), maxRecordCount);
Tags:  data maximo tsrm external control tamit system java smart cloud export desk |