Hi all,
I am trying to customize a toolbar button in Client that executes a command to open a web page in a third party web application corresponding to the currently selected entry.
The problem that I am having is that the information needed to be represented in a token for the command needs to pull field values from the currently selected file.
These are the standard tokens for custom toolbar buttons:
%(PID) %(UserName) %(RepositoryName) %(RepositoryGUID) %(HWND) %(DocumentID) %(DocumentPath) %(FolderID) %(FolderName) %(FolderPath) %(SelectedPages) %(SelectedEntries)
I have to capture particular field values from this token: %(SelectedEntries)
I welcome other suggestions as well! Maybe a business process is better suited?
Thank you in advance!