Trigger
The Trigger field you can use to trigger a business rule with the benefit that it stores the information about the user who clicked the field and when (date and time), whereas a checkbox "start business rule" would not have any information about user and time.
Trigger Overview
Icon | |
Behavior | |
Usage | Instead of working with checkboxes, the trigger field can execute a business rule and carries information about the user who triggered and the time and date of the triggering. |
Button text | EN: [Field Name EN] |
Examples |
|
Trigger Value Handling
Picturepark Setup Example | Layer: Auto-tagging (ID: AutoTagging) |
Fieldpath | autoTagging.assignMatches.triggeredOn |
Advanced search for field / field value | _exists_:autoTagging.assignMatches.triggeredOn
|
Use in Display Pattern | |
Use in the business rule as path & field id | Path: Field: |
Returned field value | .triggeredOn returns date time, which must be formatted |
Trigger Field Settings
Nothing specific about the Trigger field settings.
Name | The label of the Trigger field should clearly indicate what the user triggers. The trigger button will also have this name. |
ID | The ID field is the ID of your field, which is used to link to this field. The field ID is always lowercase. The field's ID is set when creating a new field using camel casing. You need the field ID for the configuration of filters or display patterns. The ID is automatically created from the name you insert:
You can open the Display Pattern Editor to see the JSON of a Content Item. |
Include in filters | The Include in filters field setting allows the field to be added as a filter for content (see Channels Configuration) and the field values to be edited in the Batch Editor (indexed fields). Picturepark checks this setting against the allowed number of Search-indexed fields in your subscription plan. While it may be tempting to include all fields in filters and simple search also boosting them, you may revisit this idea based on your subscription plan limit and by testing your common search scenarios - too many values will not automatically result in better search results. |
Include in search | The Include in search field setting determines whether or not the field's values should be considered in content browser simple search operations. If this option is not enabled, the search does not consider the values of the field in search operations. This can be useful, for example, if the field is used for internal discussions or work directives that you don't want to affect the search results. Picturepark checks those settings against the allowed number of Search-indexed fields in your subscription plan. While it may be tempting to include all fields in filters and simple search boosting them, you may revisit this idea based on your subscription plan limit. |
Boost value | The Boost factor field setting will boost the values in the search and help you define the relevance of the content for your users. The boost parameter increases the relative weight of a term (with higher boost values) or decreases the relative weight (with lower boost values), but the increase or decrease is not linear. In other words, a boost of 2 does not result in double the score. You can select between 1, 10, 25, 50, 100, or 500.
Picturepark checks this setting against the allowed number of Search-indexed fields in your subscription plan. While it may be tempting to include all fields in filters and simple search boosting them, you may revisit this idea based on your subscription plan limit. |