Fluent Commerce Logo
Docs
Sign In

rubix.entity.parent.status.fix

Setting

Changed on:

24 Oct 2023

Overview

This setting fixes the functionality where an inline event would use the status of the parent entity to confirm whether a ruleset should be triggered.

Note the default value for new accounts created after 11/11/2021 is 

`Enabled`

Setting AreaUI component, Workflow, Orders
Supported context levels:ACCOUNT

Overview

This setting fixes the functionality where an inline event would use the status of the parent entity to confirm whether a ruleset should be triggered.

Note the default value for new accounts created after 11/11/2021 is 

`Enabled`

Values

Data TypeValues
BOOLEAN

Default Values:

  • FALSE

Possible Values:

  • TRUE
  • FALSE


Configuration example

1POST {{fluentApiHost}}/graphql
2
3mutation CreateSetting {
4   createSetting(input: {
5		name: "rubix.entity.parent.status.fix", 
6		valueType: "BOOLEAN", 
7		value: "TRUE", 
8		context: "ACCOUNT", 
9		contextId: 0}) {
10    id
11    name
12  }
13}

Language: json

Update example

1POST {{fluentApiHost}}/graphql
2
3mutation updateSetting {
4  updateSetting(input: {
5		id: 5001464,
6		name: "rubix.entity.parent.status.fix", 
7		valueType: "BOOLEAN", 
8		value:"FALSE", 
9		context: "ACCOUNT", 
10		contextId: 0}) {
11    id
12    name
13  }
14}
15

Language: graphqlschema

Copyright © 2024 Fluent Retail Pty Ltd (trading as Fluent Commerce). All rights reserved. No materials on this docs.fluentcommerce.com site may be used in any way and/or for any purpose without prior written authorisation from Fluent Commerce. Current customers and partners shall use these materials strictly in accordance with the terms and conditions of their written agreements with Fluent Commerce or its affiliates.

Fluent Logo