current.work_notes.getJournalEntry(-1); returns an empty string
i tried the code from the documentation: notes = current.work_notes.getJournalEntry(-1); var na = notes.split("\n\n"); //stores each entry into an array of strings for (var i = 0; i < na.lengt...
