I tried to use function 'CONTEXTURL'. But I got a error window populate every time I save my table. (please see image)
the message in description is "Function 'CONTEXTURL' is obsolete for Microsoft Dynamics NAV Server."
what is the problem with my Navision ? I use Nav 2009 R2.
The function does not work in the RTC client that is the reason for the warning. I think if you put the code in a block like shown below the warning will disapear. But if you only use the classic client you can also just ignore the message.
IF NOT SERVICETIER THEN BEGIN
// Code with CONTEXTURL
END;
I tried to use function 'CONTEXTURL'. But I got a error window populate every time I save my table. (please see image)
the message in description is "Function 'CONTEXTURL' is obsolete for Microsoft Dynamics NAV Server."
what is the problem with my Navision ? I use Nav 2009 R2.
This is not an error but a warning. If you don't use RTC, then your code doesn't need to be compiled for the NAV server and you can uncheck the field "Enable for Microsoft Dynamics NAV Server" in the Options-tab of File -> Alter database. Then you get rid of the warning. The code will execute fine when using the classic NAV client however.
No support using PM or e-mail - Please use this forum. BC TechDays 2024: 13 & 14 June 2024, Antwerp (Belgium)
Answers
I tried to use function 'CONTEXTURL'. But I got a error window populate every time I save my table. (please see image)
the message in description is "Function 'CONTEXTURL' is obsolete for Microsoft Dynamics NAV Server."
what is the problem with my Navision ? I use Nav 2009 R2.
http://www.sist.biz/en/ [en] | http://www.sist.biz [de]