Skip to main content
Question

Inventory Qty via push notification

  • March 18, 2026
  • 3 replies
  • 19 views

We are trying to use a push notification to send inventory data from a GI to an outside system. We have created several other push notifications that are working as expected but our inventory push is not.


We are currently using px.objects.in.inventoryItem as our table.

Results tab: InvenotryID, SiteID, LastModifiedDateTime, & QtyOnHand.

Nothing is hitting the push when inventory updates.

 

Thanks,

3 replies

jhalling52
Jr Varsity I
Forum|alt.badge.img
  • Jr Varsity I
  • March 18, 2026

Try using the PX.Objects.IN.INSiteStatus table.  All the fields should be the same.  


Dmitrii Naumov
Acumatica Moderator
Forum|alt.badge.img+7
  • Acumatica Moderator
  • March 18, 2026

@PatrickHarrisonCallMTG I’d recommend using Storage Details built-in GI (IN408050 - DB-StorageDetails) 


Try using the PX.Objects.IN.INSiteStatus table.  All the fields should be the same.  

Thanks Joe, I just tried that and had the same no-push result.