Hello Community,
I created a derived version from Invoice model mapping (FR) 322.395.11 (Definition: CustomerInvoice)
I want to modify a calculated field custinvoicejour to point directly to table record CustInvoiceJourLines (standard CustInvoiceJour) to bypass French B2B domestic view dependencies (CustInvoiceJourView).
The main Problem:
Formula Edits Revert on Save:
Modifying the formula for CustInvoiceJour inside the Formula Designer shows no validation errors. However, saving and re-opening silently restores the old expression.
The standard expression of calculated field CustInvoiceJour:
FILTER(CustInvoiceJourLines, AND(CustInvoiceJourLines.InvoiceId=CustInvoiceJourView.InvoiceId, CustInvoiceJourLines.InvoiceDate=CustInvoiceJourView.InvoiceDate, CustInvoiceJourLines.LedgerVoucher=CustInvoiceJourView.LedgerVoucher))
The new expression:
FILTER(CustInvoiceJourLines, CustInvoiceJourLines.RecId = $JournalRecId)
My question is: Why does ER silently override the formula on the calculated field?

Report
All responses (
Answers (