I have one question regarding iNotes customization - using QuerySave Agent. I got the querysave agent working in “Memo” form, using the tag : <NOTESVAR NAME={$$QuerySaveAgent} TYPE={Text} INITIALVALUE={“agentname”} in subform “s_MailMemoDictionary”.
But, I am unable to get it working in ToDo and Appointment forms. I used the same tag in subforms “s_AppointmentDictionary” & “s_ToDoDictionary”. But the agent is NOT trigerring. I tried it in v8 and v8.5. Is this an iNotes limitation OR is there a different method to make the querysave agent working in ToDo and Appointment forms?
Subject: iNotes - Query Save Agent for ToDo and Calendar
Hi,
I just checked the QuerySave agent for appointments, and when I put this:
<NotesVar name="$$QuerySaveAgent" value={"AgentJack"}> // for testing client only
at line 98 in s_AppointmentDictionary.nx, the agent is called just like the mail memo. I didn’t actually write an agent, but I get the design note not found message in both cases (mail and appointment) and I traced the execution in the debugger.
So it looks like the named agent is being called from this form. Maybe there is some problem with your particular agent. If you send me the code, I can try it to see if I can reproduce the problem
Jack Donohue
Lotus Software – IBM Software Group
5 Technology Park Drive – 2834
Westford, MA 01886
TL: 333-6212 Outside IBM: 978-399-6212
Jack_Donohue@us.ibm.com
Subject: iNotes - Query Save Agent for ToDo and Calendar
Actually, its the same agent that I used in Memo form query save. Also I tried an agent with just a Msgbox statement. But Its not printing anything in the server console.
I just pasted the same code “<NotesVar name=”$$QuerySaveAgent" value={“AgentJack”}> // for testing client only" - to the s_appointmntdic subform, But I am not getting the “note item not found” error.