What is the section version in the notes ?
- Details
- Parent Category: Simple Sit
- Created on Saturday, 13 February 2010 23:19
- Last Updated on Wednesday, 11 September 2013 14:40
- Published on Saturday, 13 February 2010 23:19
- Written by sandrine
- Hits: 319
The section version in the notes configmultisit and configmanager is a management information that prevents the script to read the notes at every change in inventory. If the version number has not changed the script does not read the note. If the version number has increased, the script reads the note. In a system with many scripts and notes that precaution is very useful.
First time the version number is 1 :
@version
1
Next time the number is 2 :
@version
2
Next time the version is 3 :
@version
3
and so on...
If you change something in a note and nothing happen dont forget to look at this section !

