OnCreateHyperlink Trigger

Microsoft Dynamics Nav 2009

Executed after the user creates a URL to a form or a report.


OnCreateHyperlink(URL)

Parameters

URL

Data type — text or code.

  • Forms

  • Reports

A user can create a URL for the active form or report by clicking for example:

  • File, Send, Link by E-Mail

  • File, Send, Copy Link

  • File, Send, Shortcut to Desktop

C/SIDE fills in the URL parameter with the default URL string to the form. You can change the default value by changing the contents of the string.

The OnCreateHyperlink trigger is not supported on client report definition (RDLC) report layouts.

The following is an example of a URL string.

DynamicsNAV://client/run?database=c:\database.fdb&company=dot.com&target=form991&forcenewinstance=yes

Community Additions

ADD
Show: