Manipulating data in iNotes

Hi!

I want to change the functionality of the Appointment in the iNotes Calendar so when a user creates a new appointment in the FYI field appears some values by default.

Does any body help me to perform this functionality?

Thanks in advanced,

Subject: Customization

You can customize iNotes to do what you want. To customize iNotes, you must first create an extension forms file as described here.

Then, add some code in the Scene_Postload() function in the Custom_JS subform. That function gets called when a form is loaded. You can check for the scene name “s_Appointment”. And insert what you want into the FYI field at that point. Use a DOM inspector to get the name of the field.

For more information about iNotes customization, check the iNotes Customization section of the Lotus Notes and Domino wiki.