Options

Run a page dynamically via HYPERLINK

forki23forki23 Member Posts: 8
edited 2010-12-15 in NAV Three Tier
Hi,

I want to run a page dynamically from within the RTC.

The following line works fine:
HYPERLINK('dynamicsnav://localhost:7046/DynamicsNAV/' + COMPANYNAME + '/runpage?page=21');

but the next line gives me an error (but works fine if called from classic client):
HYPERLINK('dynamicsnav://///runpage?page=21');

My Problem is now: How can I retrieve the servername, port and instance name?

Regards,
Steffen

Comments

Sign In or Register to comment.