I would like to add help texts associated with the various forms in my application. I am not sure the best way to go about it.
I imagine to:
1) Create a new help table with a long text field, and a necessary context id field.
2) Create a popup form to display the text field from the appropriate help table record.
3) Add a command button on each form needing a popup help screen, which would call the appropriate help table record for display.
Before I proceed, I thought I would ask if there may be any better methods for doing this? Or, perhaps someone knows of a similar help implementation already available?