I have the multiple locations feature enabled and multi-location inventory. I need a way to set or retrieve location-specific values, such as Location On Hand, Location Next Count Date, Location Last Count Date, Location Inventory Count Interval.
These fields are accessible through the Saved Search interface, but there is no documentation on SuiteAnswers on how to get at them through SuiteScript APIs. The SuiteScript Records browser does not have entries for accessing this sublist. How can I set or retrieve values with the SuiteScript API without using searches?
Specifically, I want to be able to load a record, set the Next Inventory Count date for a specific location, and then submit and close and actually see the changes in Netsuite. Currently the only workaround I've found is awkwardly building a CSV file in suitescript and submitting that with the job manager, but that has its own limitations.