Skip to main content
Answer

HOw to add a projection table - how to add INLotSerialCostStatus into a generic inquiry

  • March 23, 2023
  • 3 replies
  • 129 views

Trying to add lot serial cost data into a GI, and would like to use the following table (believe it is called a projection table) - INLotSerialCostStatus.

Can’t seem to find this table in the DB from Tables section of the GI (found it through the DAC) and believe it is a ‘projection table’ or more of a view).  Is there a way to access this data within the GIs themselves?

Best answer by aaghaei

No Problem @dmaxwell . Only possible with Code Customization if a DAC is decorated with PXHidden, but I had a look and it is not hidden (2022R2) and is accessible in GI but you need to choose “ALL RECORDS” tab instead of “MOST USED”

 

3 replies

aaghaei
Captain II
Forum|alt.badge.img+10
  • Captain II
  • March 23, 2023

If any given DAC is decorated with [PXHidden] it won’t be visible in inquiries. You will need to extend on it and instead give it a friendly name using [PXCacheName]


  • Author
  • Freshman I
  • March 27, 2023

Thanks aaghaei.  Do you know if it is possible to ‘extend on it’ without doing a customization, or is this only possible with customization?  Any pointers you can direct me to, greatly appreciated.

Thanks,
Dave


aaghaei
Captain II
Forum|alt.badge.img+10
  • Captain II
  • Answer
  • March 27, 2023

No Problem @dmaxwell . Only possible with Code Customization if a DAC is decorated with PXHidden, but I had a look and it is not hidden (2022R2) and is accessible in GI but you need to choose “ALL RECORDS” tab instead of “MOST USED”