Hello,
I need to know how to read all tasks field names and column values.
Something like what another user requested in this post
but also including the column values for each field.
Using Task.Get(Tsk.Name) for each TSK class field requires that I specify the property key.
However that’s not convenient in cycles and it will require a heavy reflection to avoid
hardcoding of data.
I’ve checked the documentation but I was unable to find a GET method for all columns.
regards
Lyubo