J
Janie
I have a save event scripted, but I'm getting an error message when I try to
save the form that says "Object Required. File: script.js Line 212"
Here's the section where line 212 occurs - line 212 begins with
"DisplayAccountability.text":
else if (Disp2.text == "")
{
DisplayActionItem.text =
XDocument.DOM.selectSingleNode("//my:myFields/my:ActionItem2").text
DisplayAccountability.text =
XDocument.DOM.selectSingleNode("//my:myFields/my:Accountability2").text
DisplayDueDate.text =
XDocument.DOM.selectSingleNode("//my:myFields/my
ueDate2").text
DisplayCompleteDate.text =
XDocument.DOM.selectSingleNode("//my:myFields/my:CompleteDate2").text
DisplayHowComplete.text =
XDocument.DOM.selectSingleNode("//my:myFields/my:HowComplete2").text
DisplayNotes.text =
XDocument.DOM.selectSingleNode("//my:myFields/my:Note2").text
What's going on? The rule is designed so that when one "task" is completed,
the next task due is the one to display.
save the form that says "Object Required. File: script.js Line 212"
Here's the section where line 212 occurs - line 212 begins with
"DisplayAccountability.text":
else if (Disp2.text == "")
{
DisplayActionItem.text =
XDocument.DOM.selectSingleNode("//my:myFields/my:ActionItem2").text
DisplayAccountability.text =
XDocument.DOM.selectSingleNode("//my:myFields/my:Accountability2").text
DisplayDueDate.text =
XDocument.DOM.selectSingleNode("//my:myFields/my
DisplayCompleteDate.text =
XDocument.DOM.selectSingleNode("//my:myFields/my:CompleteDate2").text
DisplayHowComplete.text =
XDocument.DOM.selectSingleNode("//my:myFields/my:HowComplete2").text
DisplayNotes.text =
XDocument.DOM.selectSingleNode("//my:myFields/my:Note2").text
What's going on? The rule is designed so that when one "task" is completed,
the next task due is the one to display.