Pierre Smits created OFBIZ-10945:
------------------------------------
Summary: loadSalesInvoiceFact doesn't get invoked on
setInvoiceStatus
Key: OFBIZ-10945
URL: https://issues.apache.org/jira/browse/OFBIZ-10945
Project: OFBiz
Issue Type: Bug
Components: bi
Affects Versions: Release Branch 16.11, Release Branch 15.12, Trunk,
Release Branch 17.12, Release Branch 18.12
Reporter: Pierre Smits
When the data warehouse has been initialised in the BI component, and a new
sales invoice is generated and set to status 'Ready for Posting' following seca
{code:java}
<eca service="setInvoiceStatus" event="global-commit-post-run">
<condition field-name="statusId" operator="equals"
value="INVOICE_READY"/>
<condition-field field-name="statusId" operator="not-equals"
to-field-name="oldStatusId"/>
<action service="loadSalesInvoiceFact" mode="async"
run-as-user="system"/>
</eca>
{code}
should load new records in the SalesInvoiceItemFact table.
This does not happen.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)