Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Click any of the links to know more:

Anchor
vis_53_tutl_URLs_macros
vis_53_tutl_URLs_macros
Types of URLs used in the Visio Viewer macro

...

Priority givenURL typeDescription
1Application links

If the given URL is linked to a specific application like Bitbucket, the macro does not require any user credentials and renders the specified file. Refer to this article for information about application links.

2ProfilesIf Profile is specified, the macro appends the URL given in URL to Visio file to the URL specified in the profile configuration, and accesses the location to render the required file.
3Simple URLsLastly, if no application links or profiles are given and just an absolute URL is given, the URL is processed as-is and the required file is rendered. Note that the specified URL must point to a public resource; else, it is recommended to create and use a profile to access any private location.

...

Note
titlePoints to note in the screenshot:
  • Here, the profile is to be linked with Bitbucket and the base URL of the application is to be entered in the URL field.
  • The macro uses the given User and Password parameters to access the location specified in the URL to Visio file parameter in the macro editor. You can also provide access tokens, if applicable. An access token works almost like a direct link to the specified URL and thus, does not require user credentials. See the profile configuration documentation for more information.

...

Anchor
vis_53_tutl_URLs_addlLinks
vis_53_tutl_URLs_addlLinks
Additional links