Skip to main content

Hi,

   I have an issue while migrating from 23R1 to 23R2 with the LSSelect.cs  class file which has been removed in the 23R2 below is the code which removed from the  23R2 and it was available in 23R1

 

public abstract class LSSelect<TLSMaster, TLSDetail, Where> : PXSelect<TLSMaster>, IEqualityComparer<TLSMaster>

where TLSMaster : class, IBqlTable, ILSPrimary, new()

where TLSDetail : class, IBqlTable, ILSDetail, new()

where Where : IBqlWhere, new()

{

}

so, can you please guide me how to resolve the issue in 23R2.

@harikanthm60 - this is from my developer.

 

This class was no longer used starting in 22R2 (was marked obsolete). All versions starting with 22R2 should not use this class.

 

All logic is moved to the PX.Objects.IN.GraphExtensions.LineSplittingExtension and any class which extends this reusable business object.


Reply