GL Account Override Lookup Example
If you allow users to code to expense in the AP Invoice, Expense, and PO modules, you may want to restrict the list of available GL Accounts by creating a GL Lookup.
Viewpoint Field Management
list_alt
If you allow users to code to expense in the AP Invoice, Expense, and PO modules, you may want to restrict the list of available GL Accounts by creating a GL Lookup.
Select cast(KeyID as varchar(10)) as ChoiceShortName, GLAcct + ' - ' + Description as ChoiceLongName
from kGLAC
INNER JOIN GetEmplInfo(null,null,@AuthToken) a on kGLAC.GLCo = a.PRCo
WHERE kGLAC.udExpenseYN = 'Y'
Lookup Detail:
Select cast(kGLAC.KeyID as varchar(10)) as ChoiceShortName, GLAcct + ' - ' + kGLAC.Description + '- Employee ' + cast(kPREH.Employee as varchar(200)) as ChoiceLongName
from kGLAC
INNER JOIN kPRDP on kGLAC.GLCo = kPRDP.PRCo and kGLAC.udPRDept = kPRDP.PRDept
INNER JOIN kPREH on kPRDP.PRCo = kPREH.PRCo and kPRDP.PRDept = kPREH.PRDept
WHERE kPREH.PRCo = @PRCo and kPREH.Employee = @Employee
© 2025 Viewpoint, Inc. All Rights Reserved. Viewpoint®, Vista™, Spectrum®, ProContractor™, Jobpac Connect™, Viewpoint Team™, Viewpoint Analytics™, Viewpoint Field View™, Viewpoint Estimating™, Viewpoint For Projects™, Viewpoint HR Management™, Viewpoint Field Management™, Viewpoint Financial Controls™, Viewpoint Field Service™, Spectrum Service Tech™, ViewpointOne™ and Trimble Construction One™ are trademarks or registered trademarks of Trimble Inc., Viewpoint, Inc., or their affiliates in the United States and other countries. Other names and brands may be claimed as the property of others.
Dedicated to the world’s tomorrow, Trimble is a technology company delivering solutions that enable our customers to work in new ways to measure, build, grow and move goods for a better quality of life. Core technologies in positioning, modeling, connectivity and data analytics connect the digital and physical worlds to improve productivity, quality, safety, transparency and sustainability. From purpose-built products and enterprise lifecycle solutions to industry cloud services, Trimble is transforming critical industries such as construction, geospatial, agriculture and transportation to power an interconnected world of work.