I want to create a SimpleDataField, which has to be initialized at the beginning of a recording.
What is the best place for the init code?
So far I understand the initialize() method is for initialization creating the object, and so this is not the right place to add init code for the beginning of a recording.
I would appreciate an answer.