You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 28 Next »

This post function allows to dynamically add new options, re-enable disabled options, and disable exiting options in cascading select list custom fields.

It supports adding/re-enabling/disabling root options or child options. 

Configuration

Field

Select the cascading select list field that you want to update from the dropdown list or start typing to look up existing fields.

Option level

Select the option level that you want to update. The following options are available:

OptionDescription
ParentThis is the default. The main or parent level will be updated.
Child

If you want to add / disable a child option you must additionally select a field containing the name of the parent option.

Example: You specify the field region (custom select list field). If the field contains the value Asia, the option will created as a child option (or disabled) of Asia.

Source field

Select the field containing the option value that you want to add / disable. The selected field must contain a text value.

You could use temporary fields. They could be set in a prior post function (e.g. with the Update or copy field values post function) and the set value used in this post function.

Mode

Select the action to be executed. The following options are available:

OptionDescription

Add new option, or skip if it already exists

The new option value will be added. If it already exists the operation will be skipped without further analysis. This is the default.

Add new option, or enable if it is disabled

The new option value will be added. If it already exists in a disabled state, it will be enabled.

Force adding new option, even if it already exists

The new option value will be added regardless of whether it already exists. Duplicate entries will likely be the result.

Force adding new option, even if it is disabled

The new option value will be added regardless of whether it already exists - either in an enabled or disabled state. Duplicate entries will likely be the result.

Disable option

The specified option value will be disabled.
Additional options
Check Sort options alphabetically if you want to keep your option list sorted. If unchecked, the new option value will be added to the bottom of the list.
Conditional execution

You can optionally specify a logical expression to define the circumstances (or conditions) under which the post function should be executed.

The result of the logical expression must return a boolean value of either:

  • true → the post function will be executed
  • false → the post function will not be executed

Using the conditional operator, even complex or multi-layered conditions can be constructed.

Make sure to learn more about defining logical expressions and browse through the various examples here: Logical mode


Use cases and examples


If you still have questions, feel free to refer to our support team.