Hello everybody,
today I want to share with everybody how to find all items in view in Acumatica.
Suppose you have View declared in the following way:
public PXSelectJoin<PRPayrollDetails,
InnerJoin<EPEmployee, On<EPEmployee.bAccountID, Equal<PRPayrollDetails.employeeID>>,
Inn...