Suppressing hyperlinks / Disable navigational links on forms

Suppressing hyperlinks 

Developers can suppress hyperlinks on form controls by setting the EnableFormRef property to No. This property can be set on both forms and form extensions. When a hyperlink is suppressed, the corresponding View details option in the right-click context menu is also suppressed.

Currently when users click on some hyperlinks, it results in an attempted navigation and then an error message, as there is no target form to open. Suppressing hyperlinks in these scenarios will improve the user experience by removing these confusing hyperlinks.

Disable navigational links on forms

       Set the EnableFormRef  on the control to No to show as normal text instead of link

     1.When property was set to Yes - we see it as a link.

     2. After making the property as No - we see it as a normal text.






Comments