Example of help documents in an app
Hi community!
We have a table in one of our apps that stores help documents to help the people taking calls with certain call types or sub call types.
The table has a text field for key words which is populated by the person responsible for the help document. The idea for this field is that it's a combination of words that a person would search for in order to find that document.
The users have complained that this is not the best user experience.
I noticed that whomever built the app (this was before I joined this org) had put a Search Articles button on the ticket form. As you can see from the formula below it doesn't tie to the call type/sub call type. I think it was built this way because some of the documents don't tie to a call/sub call type but rather are more general about a subject.
URLRoot() & "db/" & [_DBID_SOPS___RESOURCES] & "?a=td"
Has anyone ever stored help documents in one of their apps? I'm hoping for examples so that I can work on improving the user experience on this.
------------------------------
Julie Bowers
------------------------------