Pattern to retrieve column short description ?
Hi all,
A little question for you...
I have changed a KM and sometime a column name created is too long.
So I try to change the pattern attribute used in the getColList substitution method.
I took a look at the column definition in Designer (Model, datastore, double click on column) and there is a field named Short Description.
This field is fill automatically with the column name, so if I change it for the too long column name and if I retrieve this information in my KM it would solve my problem.
In the documentation it seems to be COL_DESC, but in fact it is not...
So does someone know what is the correct pattern attribute to access this information ?
In fact I need to retrieve an understandable information so I won't implement C_POS or things like that.
The short description is easier to use than the longer one (description tab of the column properties) cause it is filled by default....
Thanks in advance.
Brice