Search Results for

    Show / Hide Table of Contents

    Device Collection Template

    Global settings for Device Collections can be defined here.

    Example

    <deviceCollectionTemplate limitingCollection="All Systems">
        <requiredSoftware  path="Software/Required Software"
                           nameTemplate="DSWR %MANUFACTURER% %PRODUCTNAME%" />
        <availableSoftware path="Software/Available Software"
                           nameTemplate="DSWA %MANUFACTURER% %PRODUCTNAME%"  />
    </deviceCollectionTemplate>
    

    Elements

    deviceCollectionTemplate

    Attribute Type Description Required Version
    limitingCollection string The limiting collection for all new Device 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 Device 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 Device Collection for required software. - ≥1.8.0
    prefix string The prefix for every new Device Collection for required software. - <1.8.0

    availableSoftware

    Attribute Type Description Required Version
    path string The path to the location where new Device 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 Device Collection for available software. - ≥1.8.0
    prefix string The prefix for every new Device Collection for available software. - <1.8.0
    Back to top