Hi all,
I have a small -hope so- customization to make in the Calculate/approve form trans grid.
The JobId field/column has a lookup field that probably get filter depending on the JmgStampJournalTrans.JobRefype.
I want to modify the LookUp field on the JobId to add two more columns (when jobRefType is of type Process:
1.The ProdRoute.OprId (shouldn't be that complicated)
2. the CostCategoryId ( which has a custom table references that links a subset of Shared CostCategoriesId with a specific OprId)
the Idea: instead of selecting the Job Id, the costCategoryId. This because instead of stamp in a secuencial id (jobId) the worker have a predefined list of static codes (CostCategoriesId).
The issue: I don't know where to find the LoopUp method for the JobId :/ . where is that exactly built?
As always your Help is greatly appreciated
thanks a lot beforehand.