How do I change the Help button URL for a Custom Tool?
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Custom tools seem to point to https://help.alteryx.com/developer-help by default, but I would like for it to point to a help page of my own for this tool. I didn't see anything regarding it on the Tool Configurations documentation.
May be related to How to add Help Button Link to Macro? but I need this for my custom tool and not macro.
Solved! Go to Solution.
- Labels:
-
Custom Tools
-
SDK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi @mkhtran, you can modify that in the {toolName}Config.xml file. Before building the tool, modify the XML file in the workspace\configuration\{ToolName} folder.
The line is:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@mkhtran You should be able to edit the "help_url" key in ayx_workspace.json (under ["tools"][<name of your tool>]["configuration"]["help_url"]) and change the URL from there. This will automatically change it in the config.xml as well