I’m committed in Commonstore integration with iNotes 8.5.1.
I’m trying to add some new actions in memo forms to restore archived attachment, but I’m only able to add actions in new memo (edit mode)and not in read mode.
I’ve tried Custom_JS and Custom_JS_Lite without success.
The mail read form uses the new “Lite” code architecture, while the edit form uses the older “Classic” architecture. “Classic” code is customized in Custom_JS, and “Lite” code is customized in Custom_JS_Lite.
To add actions to the mail read form, you need to add addActionsLite() calls in the Custom_Scene_Actions_Lite() callback. You also need to uncomment this line: