J
Joel Allen
Hi,
I am having a problem with this code. I'm just trying to retrieve the value
of one of my fields on line 33:
var JobName = XDocument.selectSingleNode("my:JobName").text;
The error I get is:
The following error occurred:
Object doesn't support this property or method
File:script.js
Line:33
Do you see a problem with this code right off the bat?
Thanks,
Joel
I am having a problem with this code. I'm just trying to retrieve the value
of one of my fields on line 33:
var JobName = XDocument.selectSingleNode("my:JobName").text;
The error I get is:
The following error occurred:
Object doesn't support this property or method
File:script.js
Line:33
Do you see a problem with this code right off the bat?
Thanks,
Joel