Skip to main content
Question

Can we add export button to Part Usage screen

  • January 26, 2025
  • 1 reply
  • 34 views

kawsikan_k
Do Gooder (Partner)
Forum|alt.badge.img

 

Hi,

Can we add export to excel button as in Task screen to Part usage screen in IFS FSM.

 

Task screen

Part usage screen

 

Thanks In Advance,

Kawsikan

1 reply

Forum|alt.badge.img+10
  • Hero (Employee)
  • 109 replies
  • January 27, 2025

Hi ​@kawsikan_k ,

I believe that the export button on the task screen is a custom button, as that is not a baseline option.  It would seem that an button was added to the screen that then would execute a XML. The xml likely looks like the following

<perform_export_tablemap>
  <parameters>
    <map_name>Sample_map_name</map_name>
    <constraints></constraints>
  </parameters>
</perform_export_tablemap>

 

If I am correct then you should be able to add a blank button on the part usage screen and add the xml to it. You will first need to create a import/export map that you will then call in the xml.

 

Regards,

Morris