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.
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.
Best answer by athobie
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,
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.