@markusray17 , thanks again. I’ve gone in and chosen the option in the attributes tab to override on screen level which added the code to the SOOrderEntry Extension. I changed it to just the modifications to the selector columns that we want (actually just changed date until I know it’s working). I can’t test it yet as the system is being used by other people but I’ll have a try later. It validates so that’s a start.
The code I added is as below:
[PXMergeAtrributes(Method = MergeMethod.Merge)]
[PXCustomizeSelectorColumns(
typeof(PX.Objects.AR.Standalone.ARRegisterAlias.refNbr),
typeof(PX.Objects.AR.Standalone.ARRegisterAlias.docDate),
typeof(PX.Objects.AR.ARPayment.extRefNbr),
typeof(PX.Objects.AR.Standalone.ARRegisterAlias.finPeriodID),
typeof(PX.Objects.AR.Standalone.ARRegisterAlias.customerID),
typeof(PX.Objects.AR.Standalone.ARRegisterAlias.customerID_Customer_acctName),
typeof(PX.Objects.AR.Standalone.ARRegisterAlias.customerLocationID),
typeof(PX.Objects.AR.Standalone.ARRegisterAlias.curyID),
typeof(PX.Objects.AR.Standalone.ARRegisterAlias.curyOrigDocAmt),
typeof(PX.Objects.AR.Standalone.ARRegisterAlias.curyDocBal),
typeof(PX.Objects.AR.Standalone.ARRegisterAlias.status),
typeof(PX.Objects.AR.ARPayment.cashAccountID),
typeof(PX.Objects.AR.ARPayment.pMInstanceID_CustomerPaymentMethod_descr))]
protected virtual void ARPayment_RefNbr_CacheAttached(PXCache cache)
{
}
Thanks for your help,
Phil