Proper use of the Documentation() function?

In customizing some of our objects and seeing how some of our third party apps document their code, I was wondering if there is a proper way to use the Documentation() function found in the C/AL code of objects. What I've been doing is adding something like this:
MYCOMPANY1.0    MyInitials     change made to the code
MYCOMPANY1.1    MyInitials     another change
For consistency I've been adding the same version (MYCOMPANY1.0) to the Version List field in the object designer. Even if there isn't code and we're simply adding a field, I document it in the Documentation() function. I've then been saving all of these objects off as text files and versioning them in Mercurial.

Best Answer

Answers

Sign In or Register to comment.