Hello,
we are using Infor LN and the number of extensions is rising constantly.
When writing code I always comment it. However I sometimes find it hard to figure out what functionality is written e.g. in the table extension of tcibd001 etc.
How do you organize your extensions?
I thought about always writing a comment in the declarations hook like this:
|*****************
| functionality: populate cdf's/ calculate price/ etc
| last modified by: xy
| last modification date: 10/02/2020
|
|*****************
we are using Infor LN and the number of extensions is rising constantly.
When writing code I always comment it. However I sometimes find it hard to figure out what functionality is written e.g. in the table extension of tcibd001 etc.
How do you organize your extensions?
I thought about always writing a comment in the declarations hook like this:
|*****************
| functionality: populate cdf's/ calculate price/ etc
| last modified by: xy
| last modification date: 10/02/2020
|
|*****************