Skip to main content

Hello,

I am looking for the table view which stores the information entered on this prompt so that I can see the part data. Can anyone help? thanks.

 

 

Hi @mmoss  use select queery to fetch the data from table. 

 

Select * From NVENTORY_PART where part_no = ‘  ’

Run the query on SQL Query tool or PLSQL.

 

Thanks & Regards,

Zuhaib
IFS Consultant
https://www.linkedin.com/feed/


@zuhaib The records are stored per part/location combination so it cannot be in inventory_part. 


Nevermind, I can see it that the functionality is not as described and the location is purely to assist in calculating the ratio for a part for a given site.


Reply