I've modified a Property in an existing Dataview (A/P Aging Report) in order to change its datatype (LongInteger/Int64 to String) to fix a bug.
Modification done through IDO Extend&Replace.
The dataview displays fine, the bug is fixed.
However when I right-click in the Dataview on this modified property (Voucher property, now called LIO_Voucher), then click Details, it still opens the relevant form (A/P Posted Transaction Detail) but instead of filtering data on the selected Voucher value, it stops with a popup error message "Invalid column name 'LIO_Voucher'."
I've check the Property Class of both Voucher/LIO_Voucher properties and they share the same values; the only difference is the datatype (and of course the property name).
How can I make this "RightClick-Details" work properly?