I'd like to add a feature to my web application for people to add comments to a customer card. I have the customer ID and the text they'd like to add, but the RecordLink table seems to have some complicated formatting about it. I was trying to follow http://blogs.msdn.com/b/microsoft_dynamics_nav_sustained_engineering/archive/2009/08/06/how-do-record-links-encode-their-data-in-sql-server.aspx but I then heard that the format changed from 2009 to 2013 (we're on 2015) so I'm guessing writing directly to the database is out of the question. Is there a web service that I could expose on the company that could accomplish the same thing? Every time I try to add a Page for object '2000000068' I get an error saying that isn't valid. And when I expose the customer card, I don't get a property exposing notes.
Is there a web service I can expose to add notes to customers? Or do I have to resort to using C/AL and exposing a code unit that does the work?
*This post is locked for comments
I have the same question (0)