Hello everybody,
today I want to share how to debug method ExecuteSelect from Base in extension class:
public delegate IEnumerable exSelectDelegate(string viewName, object[] parameters, object[] searches, string[] sortcolumns, bool[] descendings, PXFilterRow[] filters,
ref int startRow, int maxi...