Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Section
Column
width20%
<clear-cache-line>
Column
Removes an entity from the cache.
Code Block
xml
xml
<clear-cache-line entity-name="Party" />

Attributes

entity-name

optional

The name of the field entity to remove

map-name

optional

The name of the map that contains entity-name


Info
titleProposed Changes
  • Currently, the entity-name attribute is optional. Require the entity-name attribute.
  • Eliminate the map-name attribute.

...

Section
Column
width20%
<clone-value>
Column
Copies a field containing a GenericValue to a new GenericValue.

Attributes

value-field

optional

The name of the field containing the existing GenericValue

new-value-field

optional

The name of the field that will contain the new GenericValue


Info
titleProposed Changes
  • Deprecate and replace with the <make-valuevalue> element.
Section
Column
width20%
<condition>
Column
Contains an entity find condition.

Child Elements

<condition-expr>

optional

<condition-list>

optional

<condition-object>

optional

<having-condition-list>

optional


Info
titleProposed Changes
  • Currently, the child elements are optional. Require one child element.

...