Details
-
Sub-task
-
Status: Closed
-
Major
-
Resolution: Won't Do
-
Release Branch 15.12, Release Branch 16.11, Trunk
-
None
Description
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
<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>
should load new records in the SalesInvoiceItemFact table.
This does not happen.