var fld = GetFieldByName(" subrelational "); SetFieldValue("DESCRIPTION", fld.innerText); // IE (does not exist for Firefox) works SetFieldValue("DESCRIPTION", fld.textContent); // Firefox returns the string without CRLF characters
When invoking the GetFieldValue function for a Text Journal type field using, the javascript - which works fine in Preview - doesn't work at runtime (the value of the Text Journal field is not returned) The problem also occurs with other get/sets and MakeFieldInvalid functions