Multiple choice technology

which of the following option in the BOM editor will ensure that an update to the object with the given method can update he state of the object in the working memory?

  1. update object

  2. no feature like this

  3. no need to explicitly mention this, any update to an object directly updates the working memory

  4. update object state

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

In a BOM (Business Object Model) editor, 'update object state' is the specific method that tells the rule engine to modify an object's state in working memory. This is different from just updating an object property - it ensures the engine tracks the state change for subsequent rule evaluations. The other options are incorrect as this feature exists and requires explicit selection.