Documantation Area

Soloper
Soloper Member Posts: 102
Hi all;

What is the stadart usage of documentation area in the objects code screens?

How to write down an info for the changes I made? What is the format?

I searced the forum but couldnt find any info.

Thanks all.

Answers

  • Luc_VanDyck
    Luc_VanDyck Member, Moderator, Administrator Posts: 3,633
    There are no rules how to use this documentation trigger, only guidelines.

    Basically, it should include:
    - a sequence number
    - a indication of the developer who has made the change
    - a date
    - a short description what has changed

    I use a format like this:
    001 01/10/2009 LUVD - New function fctMyFunction
    002 02/10/2009 ABCD - New field "MyNewField"
    
    No support using PM or e-mail - Please use this forum. BC TechDays 2024: 13 & 14 June 2024, Antwerp (Belgium)
  • Soloper
    Soloper Member Posts: 102
    Thanks Luv;

    Regards.