I want to present the user with a form or page containing a map of the United States. Each state on the map will be it’s own hotspot that when clicked will open a form containing our salesperson territory and contact information.
I can get the hotspot to open the proper form but in order to do so I have to do an OpenView @Command prior to doing an OpenDocument @Command. The OpenView command opens another instance of the database, which IMO looks messy and can confuse the user.
Is there a way to open a document, via a hotspot, without having to open a view first?
I tried @Command([OpenDocument];“”;“F56ACC1F6F27155D8525686500603D43”) without the OpenView command but it does not like it.