Advertisement
Guest User

Untitled

a guest
Aug 18th, 2019
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.83 KB | None | 0 0
  1. for(key in itemReplenishResults){
  2. log.debug("Single Data", JSON.stringify(itemReplenishResults[key]));
  3. var thisNumber = Number(itemReplenishResults[key].getValue("formulanumeric_1"))
  4. }
  5.  
  6. {
  7. "recordType": "inventoryitem",
  8. "id": "2131",
  9. "values": {
  10. "itemid": "ITEMCODE",
  11. "displayname": "DISPLAYNAME",
  12. "salesdescription": "SALESDESCRIPTION",
  13. "type": [
  14. {
  15. "value": "InvtPart",
  16. "text": "Inventory Item"
  17. }
  18. ],
  19. "location": [],
  20. "locationquantityonhand": "",
  21. "locationreorderpoint": "0",
  22. "locationpreferredstocklevel": "1",
  23. "formulatext": "Yes",
  24. "formulanumeric": "1",
  25. "locationquantityonorder": "",
  26. "formulanumeric_1": "1",
  27. "formulatext_1": "Yes"
  28. }
  29. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement