Solved

How to extract the App parameter values from the FSM Application.

  • 4 December 2020
  • 3 replies
  • 132 views

Userlevel 4
Badge +8

How to extract the App parameter values from the FSM Application.?

I need to extract all the  App parameters and its values from the FSM Application. Kindly need you support.

 

icon

Best answer by athobie 8 December 2020, 16:09

View original

This topic has been closed for comments

3 replies

Userlevel 4
Badge +11

Hi,

You can use (or your FSM administrator)  the “SQL Query” transaction to make a Sql query : 
select * from metrix_app_params
and then save the result.

Regards,

Userlevel 4
Badge +8

Hi,

Is it possible to extract using Import/export functionality available in FSM? 

Userlevel 4
Badge +11

Hi,
With the Import/Export functionality, you can have the Global_Code_Table in the list, but not App_Param. I only know the way that i gave you before.


Maybe an expert +++ could answer if there is a way (customization ?) to add App_param as a table in the import/export funtionality. ?