Is there a way to run a report of publications using a specific publication type?

Tridion Docs 14 SP2

I would like to generate a list of all publications using a specific publication type.

Parents Reply
  • Hi Meg,

    Here are the steps to add it to the Publication search screen:

    1) Locate MetadataConfig.xml. (usually on app server under X:\Infoshare\Web\Author\ASP\ClientConfig\MetadataConfig.xml)

    2) Make a backup of the file just in case.

    3) add the following lines under <ishfrm id="Trisoft.InfoShare.Forms.Searcher.SearchPublicationControl">

    <ishfrmfield name="PublicationTypeField" ishfieldref="FISHPUBLICATIONTYPE" level="logical">
    <label resourceref="FISHPUBLICATIONTYPE.Label">&amp;Publication type</label>
    <description resourceref="FISHPUBLICATIONTYPE.Description">Indicates the content type of the publication.</description>
    <typepulldown>
    <valuelist>
    <lovlist ishlovref="DPUBLICATIONTYPE" activityfilter="active"/>
    </valuelist>
    </typepulldown>
    </ishfrmfield>

    4) Validate against MetadataConfig.xsd.

    5) If valid, save and restart publication manager, you will see a prompt about changes to metadataconfig.xml.

    6) Select search tab, expand advanced search and you should see the dropdown for publication type.

    Trados Studio advanced search tab with expanded options showing a dropdown for publication type with multiple selections available.

    Hope this helps.

    Akheil

    emoji


    Generated Image Alt-Text
    [edited by: Trados AI at 6:47 AM (GMT 0) on 5 Mar 2024]
Children