11-29-2018 12:22 AM
Dear all,
In Mapp Enterprise 16.1.4,
I made an action in a workflow to open a website as: google.com as follows:
But when I try this action button it gives me the follwoing error:
as you see it prefix my url automatically with my device name -which is something I don't want-
Is it something related to web.config or the iis?
Note: I am using windows server 2016.
Any help in this issue would be appreciated.
Best Regards
Khaled
Solved! Go to Solution.
11-29-2018 05:59 AM - edited 11-29-2018 06:02 AM
Hi Khaled,
This is a known bug fixed in 16.5 release.
EDIT: I may be wrong actually. The issue states fix version 16.5.2 and is still in Open status. Same problem on GMSC was already fixed.
Regards,
Jan
12-02-2018 02:23 AM
Thanks Jan,
I tested the this case in version 16.1.2 and it worked fine,
Also as a workaround in the other versions that have this bug, I want to share the following way till this bug is fixed:
And it worked
Best Regards
Khaled
03-27-2020 11:57 AM
Is this still an open issue at present?
I can't seem to make the browseInNativeBrowser work.
I get url undefined error
Thanks in advance
Kind regards
Elodie
03-30-2020 02:10 AM
Hi Elodie,
Seems to work fine on 2019 Update 3. I have not tested with a real URL though:
Can you perhaps add alert({FORM.URL}); before the SC.Media.browse.... ?
03-30-2020 02:21 AM
Ok, I re-verified with an URL field and it works too. I only noticed that the field must be present in the Form, but it may be hidden by setting visible="hidden" property (attribute). Otherwise it's not getting resolved.
03-30-2020 04:02 AM - edited 03-30-2020 04:10 AM
I was testing an url and i still get the strange behaviour with my www.google.fr URL.
However with my field it does work, but only when the field is visible.
Not when it's hidden
Here is what i get with the simple google url
03-30-2020 07:49 AM
Interesting... how about if you use the complete URI - i.e. https://www.google.fr
03-30-2020 07:57 AM
It does work with the complete URI https://www.google.fr