How to copy Notes (stored in Record Links table)

Hi everybody,
I’m getting crazy with this…

Example:
In the RTC client I add a note to the Sales Order #100. The program write it in the Record Links table and the only way to know that my Sales Order 100 has a note is to read the field “RecordID” in the Record Links table.
The Sales Header has no link field like that…

When I post my order, I want to copy the note in the Shipment (and then in the Invoice). I cannot do this.

I’ve tried to filter Record Links table, but it’s not possible to use “Record ID” to filter (I cannot compare a RECORDID data type to a text type, and it’s not possible to convert the text into RECORDID). I also cannot write another text field where to copy the value from Record ID…

any suggestion?

thanks…

in addition to this…

in the classic client there are no notes, so I can’t use the debugger… does anybody have any idea about how navision create records in the Record Links table? I’ve found no Codeunit doing that, for example…

Hi Atriu,

You can debbug your code using Visual Studio Debugger with RTC objects, below is the link to MSDN regarding that :

http://msdn.microsoft.com/en-us/library/dd568706(v=NAV.60).aspx

Hope it helps,

Thanks,