home *** CD-ROM | disk | FTP | other *** search
/ Shareware Supreme Volume 6 #1 / swsii.zip / swsii / 450 / MSCMS.ZIP / MSCMS.MDB / CM_Calls.json < prev    next >
Encoding:
JavaScript Object Notation  |  1993-05-10  |  741 b 

  1. {
  2.     "schema": {
  3.         "ContactID": "Long Integer",
  4.         "CallNumber": "Integer",
  5.         "Purpose": "Text (50)",
  6.         "CallDate": "DateTime",
  7.         "CallTime": "DateTime",
  8.         "CallStatus": "Byte",
  9.         "CallType": "Byte",
  10.         "Notes": "Memo/Hyperlink (255)",
  11.         "FollowupAction": "Memo/Hyperlink (255)",
  12.         "ActionDate": "DateTime",
  13.         "ActionTime": "DateTime",
  14.         "IncomeOutgo": "Byte",
  15.         "PhoneNumber": "Text (50)",
  16.         "WhichPhone": "Byte"
  17.     },
  18.     "data": [
  19.         {
  20.             "ContactID": 2,
  21.             "CallNumber": 1,
  22.             "Purpose": "Check anniversary plans",
  23.             "CallDate": "05/10/93 00:00:00",
  24.             "CallTime": "12/30/99 13:54:00",
  25.             "CallStatus": 1,
  26.             "CallType": 1,
  27.             "Notes": "Check if planned anniversary party is still on for the 18th.",
  28.             "FollowupAction": "Phone again Monday.",
  29.             "ActionDate": "05/10/93 00:00:00",
  30.             "ActionTime": "12/30/99 09:00:00",
  31.             "IncomeOutgo": 2,
  32.             "PhoneNumber": "(202) 123-4567"
  33.         }
  34.     ]
  35. }