Using the Site Map in a Client Portal Application

The TeamDynamix site map provides an additional way to navigate the client portal, which can be added to the client portal footer in order to provide a more accessible experience. WCAG 2.0 Success Criteria 2.4.5 (Multiple Ways) requires that there is more than one way available to locate any page within a client portal application. 

A link to the site map can be found in the default footer for any client portal application. However, if you customize the footer, it will be removed and you will need to add it back manually.

The following HTML can be added to the footer (and styled as desired) to include the site map link. 

<a href="https://{ClientPortalUrl}/SiteMap">Site Map</a>

In the snippet above, {ClientPortalUrl} will need to be replaced with the base URL for your client portal application. The base URL for your client portal can be found at TDAdmin > Applications > [Client Portal Application] > Client Portal Details > Client Portal URL setting. The Client Portal URL setting will end with /Home, which must be replaced with /SiteMap as shown above.

For more information on how to configure a custom HTML footer for a client portal application, please see the article on Client Portal Settings.

100% helpful - 2 reviews

Details

Article ID: 127160
Created
Wed 2/3/21 11:56 AM
Modified
Thu 12/8/22 5:37 PM