Hi,
I'm trying to add a new field to the Customer account statement ext and I cannot get the new field's value in D365FO.
I've extended CustAccountStatementExtTmp table to add the new field.
extended the CustAccountStatementExtController class and its populateCustAccountStatementExtTmp method to add a value to the new field.
extended the CustAccountStatementExtDP class and its mapCustAccountStatementExtTmpToNewTempTableInstance method.
and even tried to extended the CustAccountStatementExtDP class and its insertNewRecords method.
Is there something else that I've missed.
Regards,
Brightlin