I’m currently researching on how best to insert action buttons into the action bar preferably using C API (but also open to other methods… except changing of db template).
Is it possible to insert buttons without actually needing to save the form back to the db? i.e. I do not want the button to persist across subsequent Notes sessions.
Any inputs will be much appreciated, thanks in advance!
Subject: RE: Action Bar - Programmatic insertion of action buttons with callbacks?
I assume you don’t want to add this in the mailtemplate, because it’s hard to maintain? (every new version=implement customisations)I think I would try using a subform, and put some hide-when formulas on my action buttons. With the notes upgrade, you only need to move the subform and add it to the forms again.
Subject: RE: Action Bar - Programmatic insertion of action buttons with callbacks?
I know it’s late and I’m sure you realized that there is no good way to do this for soo many reason. You are left with a menu addin and the client toolbar.