I am using IWDCRInfo.setDCRName in my DCT to generate a DCR based on a text item typed in by the user. However, each time I go to Save, I get a "Save Error. Invalid Category/Type null was received." I checked templating.cfg and the entry for this template appears to be correct. I am feeling like this has something to do with the getValue() for the text item itself. I have attached my DCT. Any advice?
projectName = IWDatacapture.getItem("/project_name").getValue();
projectName = IWDatacapture.getItem("/Content Properties/project_name").getValue();