Error when attempting to customize iNotes 8.5.1

I am encountering an error when attempting to customize iNotes in 8.5.1. After successfully getting the icon in the upper left to change by editing the Custom_Banner form, I attempted to add an action to the action bar.

I first removed the block around the subform insertion as below:

// Expose this comment block to include actions helper routines for Lite mode

I then exposed the code that would add functions to the action bar. However, I am still recieving an error that reads:

07/01/2010 03:46:37PM addActionsLite is not defined

Leading me to believe the subform is not loading correctly. Any information that anyone has is greatly appreciated.

Subject: Post your forms85_x form you are cusotmizing

Subject: Not sure what to post…

I haven’t actually done any customization. All I have done so far is updated the Field in the mail database that tells it where the Forms85_x.nsf is, and after I did that I started getting that error regardless of whether I was attempting to load the subform containing addActionsLite or not.

Subject: Resolved

I was able to resolve this issue. The field “$FormsTemplateFile” in the extensions database was pointing to the extensions database, not the forms85.nsf. I changed this via agent and the action bar loaded correctly.