Hi,I can’t run a agent from a link script.
My link code is…
var agente:NotesAgent = database.getAgent(“test”);
agente.run();
but returns the message…
Script interpreter error, line=94, col=8: Exception occurred calling method NotesAgent.run() null
what I doing wrong ?