Skip to main content

Hi Experts,
I need to understand where does the data under “About FSM” tab appear from when clicked on the little question mark icon (help) on top right corner of FSM screen. I have checked and modified the web.config file in FSM root directory, doesn’t work

 

 

 

Hi Komal,

the information is fetched through various API endpoints as you can see when tracing the requests via browser developer tools:

  • performGetServerInfo
  • version
  • performGetAppParam
    • App Param SUPPORT_EMAIL
    • App Param SUPPORT_PHONE
    • App Param SUPPORT_URL
    • App Param client_app_title
  • performGetDatabaseInfo
  • performGetServerInfoExtended

You are right that the source of some of the information is from the web.config. However, you shouldn’t manually change it. Maybe you can explain a bit more what you want to achieve exactly?

 

Best regards
Roman


Hi Roman,

We are doing a PoC, trying to change application Load balancer without actual installation of application, so we are trying to figure out how we can update an existing url to a new url


I recommend doing this through the Installer as the FSM Server URL is not only specified in the web.config (e.g. Smart Client manifest, Webclient appsettings.json, etc.). This way you will ensure that everything is properly adjusted.


Thank you Roman


Reply