BlueCielo Meridian Asset Management Module 2018 Administrator's Guide
Configuring the Where Used page
Configuring the proxy document type as described in Configuring the proxy document type enables the Tags page for folders. That page shows the tags that are referenced by the proxy document and thereby implicitly associated with the folder and its contents. The Where Used page can also be enabled for the reverse direction of the relationships. It shows the proxy document itself that references the tags in a folder. Clicking the Go to Main Tag button on the page will shift focus to the main tag in the active folder.
Note The visibility of the Where Used property page for tags and folders can be controlled by the AMMWhereUsedPageIsVisible function described in the BlueCielo Meridian Enterprise VBScript API Reference. For example, it can be implemented to only show the Where Used page on the main tag tag.
To configure the Where Used page:
- Implement the AMMUseMainTag function described in the BlueCielo Meridian Enterprise VBScript API Reference. The logic can be anything that you decide is required to return True and thereby enable the Where Used page.
- Implement the AMMMainTagDocumentId function described in the BlueCielo Meridian Enterprise VBScript API Reference. The logic must return the ID of the main tag tag for the active folder, which can be any tag that meets your requirements.