I have an application with two action bar buttons on the main document (“HelpDesk”). I have included the code below for each. Button #1 merely allows the user to go to the “Resolution” document from the “HelpDesk” document (Resolution is a document in response to the HelpDesk document). Button #1 works and opens the “Resolution” document. Button #2 allows the user to update a change to “HelpDesk” prior to responding with a “Resolution” document. Button #2 errors with “Server Error : Entry not found in index.”
Does the application lose track of the main document to which the response is being made when the [FileSave] is processed?
Any help with this is appreciated.
Button #1
@Command([Compose]; “Resolution”)
Button #2
@Command([FileSave]);
@Command([Compose]; “Resolution”)