Advertisement
myworks

Untitled

May 3rd, 2022
26
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.98 KB | None | 0 0
  1. "CustomField": [
  2. {
  3. "CustomField": [
  4. {
  5. "Name": "SalesFormsPrefs.UseSalesCustom3",
  6. "Type": "BooleanType",
  7. "BooleanValue": true
  8. },
  9. {
  10. "Name": "SalesFormsPrefs.UseSalesCustom1",
  11. "Type": "BooleanType",
  12. "BooleanValue": true
  13. },
  14. {
  15. "Name": "SalesFormsPrefs.UseSalesCustom2",
  16. "Type": "BooleanType",
  17. "BooleanValue": true
  18. }
  19. ]
  20. },
  21. {
  22. "CustomField": [
  23. {
  24. "Name": "SalesFormsPrefs.SalesCustomName3",
  25. "Type": "StringType",
  26. "StringValue": "Purchase Order"
  27. },
  28. {
  29. "Name": "SalesFormsPrefs.SalesCustomName2",
  30. "Type": "StringType",
  31. "StringValue": "Store ID"
  32. },
  33. {
  34. "Name": "SalesFormsPrefs.SalesCustomName1",
  35. "Type": "StringType",
  36. "StringValue": "Account Number"
  37. }
  38. ]
  39. }
  40. ],
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement