customer_info_template.json 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146
  1. {
  2. "result": 1,
  3. "readonly":"1",
  4. "title": "Customer Information",
  5. "section_count": 1,
  6. "section_0": {
  7. "title": "Customer Info",
  8. "count": 19,
  9. "item_0": {
  10. "aname": "Country",
  11. "name": "customer_country",
  12. "control": "text",
  13. "value": ""
  14. },
  15. "item_1": {
  16. "aname": "Company Name",
  17. "name": "customer_name",
  18. "control": "text",
  19. "value": ""
  20. },
  21. "item_2": {
  22. "aname": "Contact ID",
  23. "name": "customer_cid",
  24. "control": "img",
  25. "img_url_0":"business_card_0",
  26. "img_url_1":"business_card_1",
  27. "img_url_2":"business_card_2",
  28. "img_url_aname_0":"business_card_0",
  29. "img_url_aname_1":"business_card_1",
  30. "img_url_aname_2":"business_card_2",
  31. "value": ""
  32. },
  33. "item_3": {
  34. "aname": "Address 1",
  35. "name": "customer_address1",
  36. "control": "text",
  37. "value": ""
  38. },
  39. "item_4": {
  40. "aname": "Address 2",
  41. "name": "customer_address2",
  42. "control": "text",
  43. "value": ""
  44. },
  45. "item_5": {
  46. "aname": "Address 3",
  47. "name": "customer_address3",
  48. "control": "text",
  49. "value": ""
  50. },
  51. "item_6": {
  52. "aname": "Address 4",
  53. "name": "customer_address4",
  54. "control": "text",
  55. "value": ""
  56. },
  57. "item_7": {
  58. "aname": "Zip Code",
  59. "name": "customer_zipcode",
  60. "control": "text",
  61. "value": ""
  62. },
  63. "item_8": {
  64. "aname": "State/Province",
  65. "name": "customer_state",
  66. "control": "text",
  67. "value": ""
  68. },
  69. "item_9": {
  70. "aname": "City",
  71. "name": "customer_city",
  72. "control": "text",
  73. "value": ""
  74. },
  75. "item_10": {
  76. "aname": "Contact First Name",
  77. "name": "customer_first_name",
  78. "control": "edit",
  79. "value": "",
  80. "keyboard": "default"
  81. },
  82. "item_11": {
  83. "aname": "Contact Last Name",
  84. "name": "customer_last_name",
  85. "control": "edit",
  86. "value": "",
  87. "keyboard": "default"
  88. },
  89. "item_12": {
  90. "aname": "Phone",
  91. "name": "customer_phone",
  92. "control": "edit",
  93. "value": "",
  94. "keyboard": "phone"
  95. },
  96. "item_13": {
  97. "aname": "Fax",
  98. "name": "customer_fax",
  99. "control": "edit",
  100. "value": "",
  101. "keyboard": "phone"
  102. },
  103. "item_14": {
  104. "aname": "Email",
  105. "name": "customer_email",
  106. "control": "edit",
  107. "value": "",
  108. "keyboard": "email"
  109. },
  110. "item_15": {
  111. "aname": "Contact Notes",
  112. "name": "customer_contact_notes",
  113. "control": "text_view",
  114. "value": "",
  115. "disable":"1",
  116. },
  117. "item_16": {
  118. "aname": "Price Type",
  119. "name": "customer_price_type",
  120. "control": "text",
  121. "value": "",
  122. },
  123. "item_17": {
  124. "aname": "Contact Type",
  125. "name": "customer_contact_type",
  126. "control": "text",
  127. "value": "",
  128. },
  129. "item_18": {
  130. "aname": "Sales Rep",
  131. "name": "customer_sales_rep",
  132. "control": "text",
  133. "value": "",
  134. }
  135. }
  136. }