After weeks of modifying our iNotes extension to get the code that worked in iNotes 8.0.1 working in 8.5, I just tried iNotes 8.5.1 only to find out that again things have changed in the customization area.
OK, I created the Forms85_x.nsf file and iNotes is using it. But I’m still wondering where to put things that I’ve customized in my Forms85.nsf?
Code that is in Forms85 subforms Custom_JS and Custom_JS_Lite I’ve put in the equivalent subforms in Forms85_x, and my custom actions are added to the views. So far so good.
But what about custom dialogs, like they are described in the Domino wiki article ‘Manipulating data in iNotes Lite forms’
You created a custom subform for the dialog, you modified the l_StdPageOperations forms and you’ve added a lazy loading codeline in the Scene_Actions_Lite function of Custom_JS_Lite (something like EKc.prototype.EQj[‘com_ibm_dwa_ui_actionMailRetention’] = [‘MailRetention’] )
Where would you put these things in iNotes 8.5.1?
What about custom forms and custom agents?
We use a general error form and an agent form that gets submitted to trigger a custom agent?
Where should I put these design elements? Still in Forms85.nsf or in Forms85_x.nsf as well?
So far my custom dialogs aren’t working anymore and I haven’t succeeded in triggering the agent (which is currently in Forms85_x.nsf)
Any help is very much appreciated (and a little more documentation especially on the differences 8.5 – 8.5.1 with your former examples would be desirable :-)).
Best regards,
Veit