Hello,
I am trying to pass a token for the document name into my custom toolbar button, which would represent the form name to be launched. I've had no issues passing tokens to populate metadata within the launched form, but I can't seem to get the right form to launch based on a token.
Below represents my command configuration for the button...you can see that the %(DocumentName) would represent my form name. Every time I launch this, it just takes me to a pending tasks page.
C:\Program Files\Google\Chrome\Application\chrome.exe http://localhost/Forms/%(DocumentName)?EntryID=%(DocumentID)
Any ideas to get around this, or is this a potential bug?