Hello everyone!
in my BC Sandbox, I have managed to add the field called Payment Reference into the Customers Movs. view and then created the following extensions to apply it into our production environment:
pageextension 50000 PageExtension50000 extends "Customer Ledger Entries"
{
layout
{
addafter("Document Type")
{
field("Payment Reference02102";"Payment Reference")
{
ApplicationArea = All;
}
}
}
}
However the field is not editable and I am not sure what I´m missing here...
Thanks a lot for your help,
Best regards,
Elodie