@sumanmaity112 @angshuonline, It seems that the createOfflineConcepts.py script does not copy all the concepts. It only copies the children of the ‘All Observation Templates’ concept. In the case of the Registration 2nd screen (Visit screen), concepts are not copied (they do not belong to All Observation Template).
In my case I am maintaining all concepts as CSVs, loaded via a module Activator.
I would like to also maintain the ‘Offline Concepts’ concept this way.
The thing is that when the concept is created by the activator, no record is created in the event_records
table. Maybe the scheduler is not started when the activator runs?
And therefore nothing happens in the event log too.
Is there a way to tell/force events to the scheduler so the event_records
get updated?