Skip to main content
Question

Available Qty field

  • August 9, 2023
  • 2 replies
  • 85 views

Forum|alt.badge.img+1
  • Do Gooder (Customer)
  • 2 replies

On the Available Lines for Shipments page there is a field named Available Qty, but I don’t know where it’s coming from - the View is SOURCE_LINE_SHIPMENT but that field doesn't seem to be in that view. It also doesn’t appear to be a custom field. Does anyone know where that field is coming from?

 

2 replies

Mikko K.
Hero (Employee)
Forum|alt.badge.img+7
  • Hero (Employee)
  • 63 replies
  • August 10, 2023

Hi @shaneb,

 

as it is the total available quantity of the part at the source site, the data is fetched from Inventory Parts in Stock per Part by the API SourceLinesAvailableForShipmentsHandling

Br,

Mikko


Forum|alt.badge.img+1
  • Author
  • Do Gooder (Customer)
  • 2 replies
  • August 10, 2023

Thanks @Mikko K.! Follow-up question - the reason I was asking is because I’m trying to add the Available Qty field to the Shipment Line page using Entity Configuration. Can I use an API to do that? I’ve only ever used the Select Statement option to select from a table or view, is there a way to get the Available Qty field added to the Shipment Line page?