This repository has been archived on 2022-07-13. You can view files and clone it, but cannot push or open issues or pull requests.
opencase_composer/config/business_rules.condition.wh...

19 lines
529 B
YAML

uuid: 435acfc6-3c1a-4182-bc8d-8de03599c754
langcode: en
status: true
dependencies:
config:
- business_rules.action.test
id: whether_a_follow_up_is_due_on_this_client
label: 'Whether a follow-up is due on this client'
description: 'True if client substatus is one of "3-month follow-up due", "6-month follow-up due"'
settings:
field: field_client_substatus
data_to_compare: current_data
operator: '=='
value_to_compare: '25'
tags: { }
type: data_comparison
target_entity_type: oc_organisation
target_bundle: client