I need to get the value of an item in a dcr once the DCT is loaded.
Do I do this in the begining of the javascript?
Do I do it in the init() function?
Do I need to register some sort of event?
var item1 = IWDatacapture.getItem("/Name");
var nameVal = item1.getValue();
The Professor-