In my application i want to store the name of the browser in which the application is logged in.How to get the browser name in outsystems web? Is there any built in function or server actions available.. Please advice
Hi Saravanan Santhanam
If you are using OutSystems UI Web , you can use the GetBrowser server action to do so, directly.
If using Silk UI Web, the GetCssGlobalContext action can provide the information you need, but you are required to manipulate the results in order to save the field for the browser
For other implementations, you can use the GetUserAgent action from the HTTPRequestHandler extension.
Hello Saravanan,
Please take a look at this post that as some references for what you are trying to do.
Best Regards
There's a built in function called GetUserAgent.
https://success.outsystems.com/Documentation/11/Reference/OutSystems_Language/Logic/Built-in_Functions/Environment#GetUserAgent