ilscipio/scipio-erp

View on GitHub
applications/workeffort/entitydef/eecas.xml

Summary

Maintainability
Test Coverage
<?xml version="1.0" encoding="UTF-8"?>
<!--
This file is subject to the terms and conditions defined in the
files 'LICENSE' and 'NOTICE', which are part of this source
code package.
-->

<entity-eca xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/entity-eca.xsd">
    <!-- WorkEffort Keyword Indexing ECAs -->
    <eca entity="WorkEffort" operation="create-store" event="return">
        <action service="indexWorkEffortKeywords" mode="sync" value-attr="workEffortInstance"/>
    </eca>
    <eca entity="WorkEffortAttribute" operation="create-store" event="return">
        <action service="indexWorkEffortKeywords" mode="sync"/>
    </eca>
    <eca entity="WorkEffortContent" operation="create-store" event="return">
        <action service="indexWorkEffortKeywords" mode="sync"/>
    </eca>
    <eca entity="WorkEffortNote" operation="create-store" event="return">
        <action service="indexWorkEffortKeywords" mode="sync"/>
    </eca>
</entity-eca>