After another pdf is opened, can not edit text fields
When I open a pdf it does not recognize the new document as a variable. The document opens up but in the debugger it shows oDoc as not being assigned. Once this PDF opens up it does not change the two fields because of this. What am I missing here?
var oDoc = app.openDoc(orgFilePath);
oDoc.getField("GTC_class_year").value = class_year;
oDoc.getField("GTC_class_number").value = class_number;
I am using the continuous version of DC 2019.008.20081
