I have written a saved search on “Inventory Balanc...
# suitescript
d
I have written a saved search on “Inventory Balance” but apparently this is not supported for export, does anyone know what type of record this is searching so I can create the search by hand in SS?
n
This was the same issue I faced with System Notes search. Apparently you cannot create the search in code if it is not supported for Export. What I did was export the results as CSV and did what I wanted to do with the results.
d
can you save the search in UI and then call the saved search by id in code?
b
search.load({ type: "inventorybalance", id: 98 });
d
This is frustrating all i am trying to do is get a list of items that show on hand for a specific location
@battk not sure how that can help……
b
loads an inventory balance search so you can run it
you can use search.Type.INVENTORY_BALANCE instead of inventory balance if you really wanted
d
I may have a different approach… just searching item