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
  • Home
  • Fotoware Alto
  • 11.14 Schreckhorn
  • Business Rule Automation

Business Rule Settings

14. March 2025

Elaine Foley

Please note the Business Rule settings are only displayed to users that have the system Super Admins role.

Property JSON Description
Toolbar

 


 
  The remove icon deletes the Business Rule and all settings after you confirm your desire to delete. 
  The JSON is the exact representation of the UI settings. The whole business rule code overview may be helpful for validation of your Business Rule or duplicating an existing Business Rule with adjusted settings. 
General    
Name
(translated)
names The display name for the Business Rule per UI language. The language property "x-default" is the fallback language and used the default language setting of the customer.
ID id The Id of the Business Rule cannot be changed once it has been initially set. There are no special requirements except for uniqueness amongst rules. We recommend leaving the ID as rewritten from Picturepark based on your input for Name. 
Enabled isEnabled

Do you want to run it now?

On creation, the Business Rule is enabled by default, if you are preparing a Business Rule to ensure it is disabled until you want it to execute. Picturepark executes enabled Business Rules directly for the items that fulfill the condition. 

Description description

The description of the Business Rule which helps other administrators to understand the exact behavior of the Business Rule. Describe goal and setup here e.g. 

Looks for a Product Code in the Filename (needs to be at the beginning and 14 char, needs to start with either F-, G- or V-). If you find a product code, then assign the product as a tag.

Trigger Points triggerPoint

The user action (action) on a specific item (documentType) in Picturepark that triggers the Business Rule, affecting a defined index. Multiple trigger points are allowed. If there is a duplicate trigger point the action will only be carried out once.

When should your Business Rule run? When a Content or List item is created, updated or on a schedule. Furthermore you can select that your Business Rule runs when a Content Item is replaced.

Execution Scope executionScope

The Execution Scope is the data which the Business Rule will use for validating the conditions and executing the actions, which means the underlying index. The area which the Business Rule will work.

The Execution Scope MainDoc, means the document (similar to a database table) in ElasticSearch that carries all information about an item e.g. types, permission, actions, like the CV of the item. 

The Execution Scope SearchDoc, means the document in ElasticSearch (similar to a database table) that carries information of an item which is optimized for the usage in the Picturepark search. This includes information set to "include in search". The SearchDoc is optimized in several ways, including saving nested and hierarchical information in a flat structure (this means that value 1 doesn't know that it is the mother of value 2, this allows for faster searching).

Document Type documentType The document types in Picturepark are entities, different type of digital works (objects) you can have in Picturepark. Picturepark knows the documentTypes "Content", "ListItem", "Schema", "User", "ContentPermissionSet", "Owner". Content are Content Items visible in the Content Browser (images, videos aka File Items) and also items without a file (aka Virtual Items).
Action action

The Business Rule Trigger Create means the creation of a Content Item through upload (File Item) or creation (Virtual Item) in the Content Browser. 

Business Rule Trigger Update means the modification of a Content Item through metadata or content edits in single edit, batch edit or through Excel or API. This action does not cover file replacements! 

Business Rule Trigger Replace File means the replacement of a file item using the replace file functionality in the toolbar of the Content Item or via API. This action does not cover virtual content updates! 

The Business Rule Trigger Schedule allows customers to create a Schedule for how often/when a business rule should be run. Examples are: daily, weekly.

Condition    
Add condition

Add one condition for items, so the Business Rule considers them and performs the actions. This one condition can also be a group of AND/OR connected individual conditions. 

This will create a kind of collection of items and their values. 

Select AND/OR first, to define multiple conditions. 

 

Every condition has a name and a description field which you can fill out to make the business rule easier to understand for other users.

 
Transformations    
Add transformationGroups

Add one or multiple Transformation Groups. Transformation Groups are conversions of values. 

Example: You have a tagbox "products" on a Content Item, linked to the List "Product" which has the following additional attributes (which are again nested): 

  • _refId: 8465xxxos
  • product name: CP2020
  • product family:
    • product family name: platform
  • product market
    • product market name: Switzerland

A Transformation Group uses e.g., the fieldpath as input: layer.tagbox-products and converts the whole structure into individual values: 

  • output1 = tag._refId
  • output2 =tag.productname
  • output3 =tag.productfamilyname
  • output4 =tag.productfamilymarketname

Those can then be further transformed (in the following Transformation Group) or used in action:

  • Use output4 and look it up in the region list. 
  • Action: If you find a match, assign it.

Every transformation has a name and a description field which you can fill out to make the business rule easier to understand for other users.

 
Actions    
Add actions

Perform the actions on the collection of items that fulfilled the condition.

Every action has a name and a description field which you can fill out to make the business rule easier to understand for other users.

 
policy management rule configuration

Was this article helpful?

Yes
No
Give feedback about this article

Related Articles

  • Business Rule Condition: Content Relation Items Changed Condition
  • Business Rule Condition: Content Schema Available
  • Business Rule Condition: Field Value Change
  • Input Variables for Transformations
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