Then try to open ‘Open Customer Trasactions’ through Customers list page → Action pane button Transactions and then select Open button for “Open Transactions”…
You can do one thing as try to remove ‘CustTrans’ and ‘CustTransOpen’ tables TitleField1 & TitleField2 properties., if not satisfied do some customization’s in Caption() methods of respective tables.
Modifying the properties on table will have a considerable impact.
I think that the status and the customer account are the ranges applied(with values) on the title data source, so they are appearing after the title fields.
Try by removing the title data source in the design and updating the caption through code.
Thanks for you suggestion, but when I remove the Tittledatasource from the design, and I overwrite the caption() method, I somehow still get the incorrect information.
It showed as “Customer account: accountNum, NameAlias”, Voucher, TransDate and Status were gone however.
This (small) change is too time consuming to find an appropriate solution, so I’m going to leave it as it is in Standard AX.