Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Set <script> element draft status

...

Section
Column
width20%
<script>
Column
Executes a script.

Attributes

Name

Type

Requirements

Description

Notes

location

constant

required if script is empty

location

optional

The location of the script file

Script functions/methods can be invoked by appending a hash (#) and the function/method name

script

constant

required if location is empty

A short script (scriptlet). Can be used instead of a file

 


Note
titleDraft Status

Final draft

Info
titleProposed Changes
  • Currently, the location attribute is optional. Require the location attribute.
  • Add a new attribute - script - that can be used for executing small scripts instead of requiring a file. Require the location or the script attribute.
  • Currently, the element behavior when used with Mini-language scripts is different than using the <call-simple-method> element. Make the behavior the same as the <call-simple-method> element.
  • Currently, Mini-language error messages/results are not updated from script error messages/results. Update Mini-language error messages/results from script error messages/results

    .



    Entity Operations

    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 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.

    ...