Hi All,
I am facing one problem with a code. That code is running fine in Nav classic client but it is failing in RTC. It is giving exception of type "Microsoft.Dynamics.Nav.Types.Exceptions.NavNCLRecordNotOpenedException".
It giving exception for the following code:
// txtFieldValue := ConvertSpecialCharacters( FORMAT(refField.VALUE())) ;
txtFieldValue = new NavText(256, ConvertSpecialCharacters(new NavText(1024, NavFormatEvaluateHelper.Format(refField.ALValue))));
Thanks for help in advance!
Regards,
Abhishek Pareek
0