Search Results for

    Show / Hide Table of Contents

    User Collection Template

    Global settings for new User Collections can be defined here.

    Example

    <userCollectionTemplate limitingCollection="All Users and User Groups">
        <requiredSoftware  path="Software/Required Software"
                           nameTemplate="USWR %MANUFACTURER% %PRODUCTNAME%" /> 
        <availableSoftware path="Software/Available Software"
                           nameTemplate="USWA %MANUFACTURER% %PRODUCTNAME%"  /> 
    </userCollectionTemplate>
    

    Elements

    userCollectionTemplate

    Attribute Type Description Required Version
    limitingCollection string The limiting collection for all new User Collections created by netECM:App. The configured collection must exists. X ≥1.0.0

    requiredSoftware

    Attribute Type Description Required Version
    path string The path to the location where new User Collections for required software are created. It has to be a valid path name. If the path does not exist it will be created. X ≥1.0.0
    nameTemplate string The Name Template for every new User Collection for required software. - ≥1.8.0
    prefix string The prefix for every new User Collection for required software. - < 1.8.0

    availableSoftware

    Attribute Type Description Required Version
    path string The path to the location where new User Collections for available software are created. It has to be a valid path name. If the path does not exist it will be created. X ≥1.0.0
    nameTemplate string The Name Template for every new User Collection for available software. - ≥1.8.0
    prefix string The prefix for every new User Collection for available software. - < 1.8.0
    Back to top