Maximo Open Forum

 View Only

 I would like to add a file selection control to an app and process that file in an automation script

  • Maximo Application Suite
Rick Viera's profile image
Rick Viera posted 03-07-2024 08:40

There isn't a control for selecting a file from the users environment in application designer, however the report administration application has this as a part of that application to upload a new BIRT report.  What I would like to do is add the ability for the user to select a file within a custom application and then have an automation script process that file.  This seems, to me, like a pretty basic need and yet I've found nothing on the web.

For background I have a custom app that takes a handful of inputs and then using automation scripting performs a number of functions relieving the users from a number of manual steps.  I want to take that to the next level and have the user create a CSV file that essentially would be the data that they would have input into the screen and the automation script would read and process that file as though it was the user entering the information and hitting the OK button.

Thoughts?

Thank you.

I was hoping for some input, any guidance would help

Srikanth Narala's profile image
Srikanth Narala

Hi Rick, I'm also attempting the same, but without success. If you find the solution, could you please share it?

Prashant Bavane's profile image
Prashant Bavane

You may use standard OOB control which is being used for file upload like images , import csv etc.
<uploadfile cancellabel="Cancel" event="uploadfile" id="itemimage_3_1" label="Specify a New File" oklabel="OK"/>