Advertisement
Guest User

Untitled

a guest
Mar 20th, 2019
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.29 KB | None | 0 0
  1. {
  2. "id": "a034600000CPWngAAH",
  3. "mapData": {
  4. "center": {
  5. "lat": 39.828194,
  6. "lng": -98.579597
  7. },
  8. "zoom": 4
  9. },
  10. "name": "1",
  11. "objectName": "Contact",
  12. "query": {
  13. "attributes": [],
  14. "canLocateOnMap": false,
  15. "filter": {
  16. "conditions": []
  17. },
  18. "objectName": "Contact",
  19. "relationships": []
  20. },
  21. "recordAccess": {
  22. "RecordId": "a034600000CPWngAAH",
  23. "HasEditAccess": true,
  24. "HasDeleteAccess": true,
  25. "HasAllAccess": true,
  26. "Id": "a034600000CPWngAAH"
  27. },
  28. "resultColumns": [
  29. {
  30. "attribute": "Name",
  31. "isSortable": true,
  32. "label": "Full Name",
  33. "logicalName": "Name",
  34. "targetObject": "Contact"
  35. },
  36. {
  37. "attribute": "AccountId",
  38. "isSortable": true,
  39. "label": "Account",
  40. "logicalName": "AccountId",
  41. "targetObject": "Contact"
  42. },
  43. {
  44. "attribute": "Site",
  45. "isSortable": true,
  46. "label": "Account: Account Site",
  47. "logicalName": "Account.Site",
  48. "relationship": "Account",
  49. "targetObject": "Account"
  50. },
  51. {
  52. "attribute": "Phone",
  53. "isSortable": true,
  54. "label": "Business Phone",
  55. "logicalName": "Phone",
  56. "targetObject": "Contact"
  57. },
  58. {
  59. "attribute": "Email",
  60. "isSortable": true,
  61. "label": "Email",
  62. "logicalName": "Email",
  63. "targetObject": "Contact"
  64. },
  65. {
  66. "attribute": "OwnerId",
  67. "isSortable": true,
  68. "label": "Owner",
  69. "logicalName": "OwnerId",
  70. "targetObject": "Contact"
  71. }
  72. ],
  73. "sectionsList": [
  74. {
  75. "fieldsList": [
  76. {
  77. "label": "Owner",
  78. "logicalName": "OwnerId",
  79. "lookupObject": "User",
  80. "lookupObjectLabelPlural": "Users",
  81. "operatorsList": [
  82. {
  83. "defaultOperator": true,
  84. "label": "equals",
  85. "value": "="
  86. },
  87. {
  88. "defaultOperator": false,
  89. "label": "not equal to",
  90. "value": "!="
  91. },
  92. {
  93. "defaultOperator": false,
  94. "label": "is blank",
  95. "value": "= null"
  96. },
  97. {
  98. "defaultOperator": false,
  99. "label": "is not blank",
  100. "value": "!= null"
  101. },
  102. {
  103. "defaultOperator": false,
  104. "label": "in",
  105. "value": "in"
  106. },
  107. {
  108. "defaultOperator": false,
  109. "label": "is me",
  110. "value": "isme"
  111. },
  112. {
  113. "defaultOperator": false,
  114. "label": "is not me",
  115. "value": "isnotme"
  116. }
  117. ],
  118. "operatorValue": "=",
  119. "targetObject": "Contact",
  120. "type": "reference",
  121. "subOperatorValue": null
  122. }
  123. ],
  124. "isChildRelationship": false,
  125. "label": "Contact DETAILS",
  126. "objectName": "Contact"
  127. },
  128. {
  129. "fieldsList": [
  130. {
  131. "label": "Account Fax",
  132. "logicalName": "Fax",
  133. "operatorsList": [
  134. {
  135. "defaultOperator": false,
  136. "label": "equals",
  137. "value": "="
  138. },
  139. {
  140. "defaultOperator": false,
  141. "label": "not equal to",
  142. "value": "!="
  143. },
  144. {
  145. "defaultOperator": false,
  146. "label": "is blank",
  147. "value": "= null"
  148. },
  149. {
  150. "defaultOperator": false,
  151. "label": "is not blank",
  152. "value": "!= null"
  153. },
  154. {
  155. "defaultOperator": false,
  156. "label": "contains",
  157. "value": "like"
  158. },
  159. {
  160. "defaultOperator": false,
  161. "label": "does not contain",
  162. "value": "not-like"
  163. },
  164. {
  165. "defaultOperator": false,
  166. "label": "in",
  167. "value": "in"
  168. },
  169. {
  170. "defaultOperator": false,
  171. "label": "starts with",
  172. "value": "starts-with"
  173. }
  174. ],
  175. "operatorValue": "!= null",
  176. "relationship": "Account",
  177. "targetObject": "Account",
  178. "type": "phone",
  179. "value": null,
  180. "value2": null,
  181. "subOperatorValue": null
  182. }
  183. ],
  184. "isChildRelationship": false,
  185. "label": "Account",
  186. "objectName": "Account",
  187. "relationship": "Account"
  188. }
  189. ]
  190. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement