Hello everyone,
I have a tricky problem for you.
As part of a go live project with IFS APP10, we migrated the financial data, including the ledgers. We went through external assistant and everything went smoothly.
Later, the finance team realised that for many rows the E code was the wrong one.
So we modified the E code using Excel Add-in with the GEN_LED_VOUCHER_ROW_UNION_QRY view.
This worked well, so the E code has been modified.
In the view GL Voucher Rows Analysis, the CODE E is good. All the CODE E are ‘EXTERNE’
But when we look at the view GL Balance Analysis different results from 'EXTERNE' still exist.
When We look at the SQL Query Tool :
It is therefore clear that the 'accounting balance' view has not been updated.
This table is used to summarise the balance. The balance has therefore not been updated.
So I tried to recreate an excel add in to update the values using the ‘ACCOUNTING_BALANCE’ view tu update the balance.
But when I want to execute the excel, an error message occurs :
Not allowed insert/update General Ledger Update related objects without acquiring lock for the company FR250-14 first. |
I have no idea what this is about, or even how to resolve this error.
I've also tried migration, using Insert/Update or Migrate From Table, and I still get the same message.
Either a solution needs to be found to update this table ACCOUNTING_BALANCE, or another way needs to be found to update the balance with the new E-Codes that already has been updated in the view GL Voucher Rows Analysis.