Hello,
In postsave I only have one agent call with passing doc`s NoteID.
Set agent = db.GetAgent(“AgentName”)
agent.Run(doc.NoteID)
Problem is that it works ok with one form, but with the other it wont - NoteID is always empty.
When I open same doc and save it again - NoteID is there.
Why it wasnt created during first save?
Does it depend on some fields, formulas, other events… ?
Thnx in advance,
Dragan