(Also asking here because this maybe is not possib...
# suitescript
a
(Also asking here because this maybe is not possible with a workflow).. Anybody ever tried to get Items On Order quantities for an specific location in a Workflow? I'm adding an On Order custom column/line field to the Purchase Order record and trying to populate it with the Item quantity on order for the location that Item have in that transaction line.
b
not for a workflow, but the best i got was on order for all locations
quantity on order for one location is a search and nothing native on lines does searches
a
Well Sales Orders have Ond Hand natively at the line level, I want to recreate that on POs and add On Order... which is basically the same... but I understand what you are saying... still I don't think netsuite do a search everytime a line location is changed or a line is added, to populate On Hand on the fly, otherwise would run out of governance...
j
Netsuite's client side code just makes ajax requests, probably doesn't call nlapiRequestURL and probably doesn't track its own governance.
a
cool...
j
At least I would be surprised if it did