in Groovy:
I am getting :
You must be logged in to complete the [Count Inventory On Hand for a Product constrained by a facilityId at a given date.] process.
when calling countProductInventoryOnHand?
I can call
result = dispatcher.runSync("getInventoryAvailableByFacility", [facilityId : facilityId, productId : productId);
I can post to createPhysicalInventoryAndVariance in the same inventory service.
I do auth, so I should be logged in? I am confused any one have a clue why?
Joel Fradkin