Contact Us

If you still have questions or prefer to get help directly from an agent, please submit a request.
We’ll get back to you as soon as possible.

Please fill out the contact form below and we will reply as soon as possible.

  1. Fotoware Alto
    • 11.14 Schreckhorn
    • Terminology
    • Solutions
    • User Guide - Deutsch
    • User Guide - English
    • API Changelog
  2. Fotoware Veloz
    • Managing users and groups
    • Configuring archives
    • Configuring workflows
    • Configuring site behavior
    • Navigating and searching to find your assets
    • Working with your assets
    • Editing asset metadata
    • Uploading files
    • Version Control in Fotoware
    • Albums - Creating and sharing collections
    • Placing assets in a CMS
    • Working with the Fotoware Pro interface
    • Using the Fotoware plugins
    • Consent management
    • User guide to FotoWeb for iPad (Legacy)
    • Picture conferencing with FotoWeb Screens (Legacy)
    • What's what in Fotoware
    • GDPR
    • Fotoware Veloz releases
    • Activity Exports
    • Fotoware Example Workflows
  3. Fotostation
    • Getting started with Fotostation
    • Viewing, selecting and sorting files
    • Managing your assets with archives
    • Adding metadata to assets
    • Searching for assets
    • Working with your assets
    • Version Control in Fotostation
    • Automating tasks with Actions
    • Configuring metadata fields and editors
    • Configuring Fotostation
    • Configuring Fotostation for multi-user environments
    • Troubleshooting Fotostation
  4. Fotoware Flow
    • What is Flow?
    • Getting started
    • Flow dictionary
  5. Fotoware On-Premises
    • Getting started
    • Index Manager
    • FotoWeb
    • Color Factory
    • Connect
    • Operations Center Guide
  6. Integrations and APIs
    • The Fotoware API
    • Creating integrations using embeddable widgets
    • Authorizing applications using OAuth
    • Auto-tagging
    • FotoWeb Drag and Drop export
    • Integration using webhooks
    • Optimizely and Episerver plugin documentation
    • User Interface Integrations
  7. Fotoware Mobile
    • User guide for Fotoware Mobile for iPhone and Android
    • User guide to FotoWeb for iPad (Legacy)
    • User guide to FotoWeb for iPhone and Android (Legacy)

Contact Us

If you still have questions or prefer to get help directly from an agent, please submit a request.
We’ll get back to you as soon as possible.

Please fill out the contact form below and we will reply as soon as possible.

  • Support

Table of Contents

Channel Use Cases
  • Home

Channel

14. March 2025

Elaine Foley

Table of Contents

Channel Use Cases

Channels are virtual dividers that separate, filter, and isolate content. Channels are like global filters that affect what content users see when working. If the Channel's configuration permits a given piece of content, it can be shown; otherwise, the content is neither findable nor visible in the Content Browser, regardless of the connected user's permissions. Permissions determine which Channels are available to each user. It is possible (and not uncommon) that only a single Channel is accessible to any given user role. Channels are selected using the large drop-down menu just to the right of the Picturepark logo in the Content Browser.

Each Channel has its own Filter configuration. All search, sort, and filter configurations are kept when switching the Channel, even when closing the browser. That information is only kept in your browser session and will be removed with a cache cleanup or when using a different browser. 

Create a Channel

  1. Go to Main Menu > Settings. The Settings section appears.
  2. Select Channels.
  3. Select +
  4. Enter the channel's name and add any translations in the Name field. The ID is pre-filled from the input in the name field. 
    💡 The channel ID is the link: customer.picturepark.com/contents/gdpr

Now you can create the channel already. It is added to the first position in the list.

Your browser does not support HTML5 video.

All other settings are pre-filled with defaults which you can change:

  1. You can update the sort order used in the channel dropdown in the Content Browser.
  2. You can update the sort fields, which are the sorting options you allow the user to see in the channel's Content Browser.
  3. You can select the default sort for all content items in the channel.

Double-clicking on the channel will open the channel details in the 2-column layout. You can now add filters (faceted navigation) and permissions (roles that have access) on the right side:

  1. Add any Content Browser filters you would like for this channel by selecting Add in the Content browser filters tab.
    1. Add a filter to show only Content Items with the Product Information Layer assigned and the media type Technical Product Sheet or Product Shot.
{
    "kind": "AndFilter",
    "filters": [
        {
            "kind": "TermFilter",
            "field": "layerSchemaIds",
            "term": "Vertical"
        },
        {
            "kind": "OrFilter",
            "filters": [
                {
                    "kind": "TermFilter",
                    "field": "basicInformation.mediaType._refId",
                    "term": "648b76b163654189be7b6638b31fb243"
                },
                {
                    "kind": "TermFilter",
                    "field": "basicInformation.mediaType._refId",
                    "term": "d019419aae9a4eaeb715d35efa0e61d7"
                }
            ]
        }
    ]
}
  1. Add the user roles that should have access to the channel in the permissions tab or select View for all if every user needs access.

Problem: The new channel is not visible in the channel dropdown. It usually lacks permissions (your user is in a user role and cannot see the channel).

  1. Open the Channel.
  2. Edit Settings.
  3. Select View for All.
  4. Validate if you can see it, and then adapt the User Roles.

Problem: The new channel is empty - probably due to a wrong channel filter.

  1. Open the Channel.
  2. Edit Channel Filter.
  3. Remove your Query Filter.
  4. Validate if you can see content in your channel's Content Browser.
  5. Adapt the Query Filter.
 
 

Custom Channel Sort Fields

For custom sort fields, follow the steps:

  1. Validate that the field on the layer is sortable.
    1. Open Layer, edit field, and turn on the Sortable toggle. After changing this setting, you need to re-render.
Convert a metadata field into a field you can use for sorting in a channel. 
  1. Add field as a Sort field (down below).
    1. Open the sort fields panel in the channel settings. 
  2. Add field as sort in the channel settings. 
Your browser does not support HTML5 video.

Add a sortable field as sort field to a channel. 

 
 

Open a Channel by Channel ID

You can open the channel from within the Content Browser or via URL if you know the ID. However, you may lose access when channel permissions change. 

https://customer.picturepark.com/contents/product

This way you can skip the dashboard and directly jump to your content.

 

Problem: The new channel is not visible in the channel dropdown list - usually due to missing permissions (your user is in a user role that cannot see the channel)

  1. Open the Channel.
  2. Edit Settings.
  3. Select View for All.
  4. Validate if you can see it, and then adapt the User Roles.

Problem: The new channel is not accessible from the bookmark. The channel was probably removed.

  1. Open Settings.
  2. Check if the channel is there or contact your Picturepark Admin. 
 
 

Update a Channel

  1. Open Settings from the sidebar. The Settings section appears.
  2. Select Channels.
  3. Double-click on the channel you wish to edit (or choose settings). 
  4. Edit in UI or JSON.
Your browser does not support HTML5 video.
 
 

Copy a Channel

  1. Open Settings from the sidebar. The Settings section appears.
  2. Select Channels.
  3. Double-click on the channel you wish to edit (or choose settings). 
  4. Open Edit JSON.
  5. Copy the whole JSON.
  6. Go back to Channels.
  7. Add a new channel.
  8. Provide a name and save. 
  9. Double-click to open and Edit JSON.
  10. Paste the copied JSON. 
  11. Update the new channel ID 
  12. Save the JSON

IDs must be unique, so you have to keep the ID. Saving will fail when you use a channel ID that is already present in this Picturepark. 

 
 
 

Delete a Channel

  1. Open Settings from the sidebar. The Settings section appears.
  2. Select Channels.
    1. Double-click to open.
    2. Open the context menu. 
  3. Select the Remove icon. 
  4. Confirm deletion.

There is no undo in Picturepark. Deleted Channels are gone. 

Bookmarks to the channel break and users lose access.

 
 
 

Channel Use Cases

  • Separating content by type, status, department owner, or usage.
  • Restricting the content shown to specific users, such as partners or customers. This is the base where you will find all Content Items.
  • New user roles are automatically added to the Root Channel and removed if the user role is deleted.
  • Every item created/uploaded will be seen in the Root Channel (if view permission is given). By default, the Root Channel does not have a query filter, although one can be set.
  • You can't delete the root channel as Picturepark depends on it for uploads and collections. 

Was this article helpful?

Yes
No
Give feedback about this article

Related Articles

  • Statistics
  • Endpoints
  • Schedules
  • Content items
  • Collections
eco-lighthouse-miljøfyrtårn

Company

  • About us
  • Resellers
  • Careers
  • Contact us

Help & support

  • Support center
  • Consultancy
  • Tech partners
  • Fotostation
  • System status

Trust Center

  • Legal
  • Security
  • Sustainability & ESG

Locations

Fotoware AS (HQ)
Tollbugata 35
0157 OSLO
Norway
FotoWare Switzerland AG
Industriestrasse 25
5033 Buchs (AG)
Switzerland

Copyright 2025 Fotoware All rights reserved.

  • Terms of service
  • Privacy policy
  • Cookie policy

Knowledge Base Software powered by Helpjuice

Expand