I'm sure this is a long shot, but I figured if any...
# suitetalkapi
a
I'm sure this is a long shot, but I figured if anyone would know, they would be in this channel 🙂 I have a use case where I would like to have a remote system notified when the total quantity available for an item changes (in my case, the aggregate quantity available from multiple locations) for ANY REASON, e.g. SO, PO, Return Authorization, Inventory Adjustment, etc... Is there an easy path to accomplish this that I am not seeing? Or do I need to create a lot of scripted records and apply them to all the possible record types which could modify inventory?
b
it would be easier to and more reliable to do a search based on the last quantity available change
and get that data on a scheduled basis
not everything triggers suitescript user event scripts
a
If I were to use suiteql, which table/fields would I be looking at? I do not see, for instance, any last modified fields on the
InventoryItemLocations
table, which is where I am getting my values currently
Could I count on the last modified date field in an item being updated when quantity available changes? I am guessing I could not
a soap specific option is getItemAvailability
a
Thank you!