Has anyone actually got the "Link" settings in the web.config to work recently? We have the following in the web.config.
I have set mine as below for testing.
When I go to the login page I only see the Privacy link in Dynamics NAV Web Client and none of the others. The Privacy one does link to mibuso so I know this config is being referred to somehow "under the hood"
<add key="FeedbackLink" value="
http://forum.mibuso.com" />
<add key="CommunityLink" value="
http://forum.mibuso.com" />
<add key="PrivacyLink" value="
http://forum.mibuso.com" />
<add key="LegalLink" value="
http://forum.mibuso.com" />
Feedback, Community and Legal never appear.
The documentation on MSDN also mentions a ForgotPasswordLink which I do not see in the Web.config.
https://msdn.microsoft.com/en-us/library/hh168732(v=nav.90).aspx
I have added it as per the below but still no joy with getting this to appear at all on the sign in page.
<add key="ForgotPasswordLink" value="
http://www.bbc.co.uk" />
Anyone else have experience with this, as it seems quite simple but does not seem to work. I am on NAV 2017 latest CU.
Thanks in advance,
Ade
Answers
Dynamics NAV, MS SQL Server, Wherescape RED;
PRINCE2 Practitioner - License GR657010572SG
GDPR Certified Data Protection Officer - PECB License DPCDPO1025070-2018-03
When left unconfigured/empty the links in help menu point to some built-in defaults:
FeedbackLink : http://go.microsoft.com/fwlink/?LinkId=287090
CommunityLink : http://go.microsoft.com/fwlink/?LinkId=287089
LegalLink / PrivacyLink : http://go.microsoft.com/fwlink/?LinkId=724017
So they do work - just not on the Sign In page.
Dynamics NAV, MS SQL Server, Wherescape RED;
PRINCE2 Practitioner - License GR657010572SG
GDPR Certified Data Protection Officer - PECB License DPCDPO1025070-2018-03
Dynamics NAV, MS SQL Server, Wherescape RED;
PRINCE2 Practitioner - License GR657010572SG
GDPR Certified Data Protection Officer - PECB License DPCDPO1025070-2018-03