Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Step 1

Select a record type from the appropriate navigation pane of the Navigator Services. The records list for that record type displays.

Step 2

Either:

  • Enter / select information for a new record in the empty Details that displays below the list.
  • Click the New button that displays above the list to display an empty Details pop-up, and enter / select information for a new record.

Step 3

Click the Save, Save & New, or Save & View button to save the record.

...

Step 1

Select a record type from the appropriate navigation pane of the Navigator Services. The records list for that record type displays.

Step 2

Either:

  • Click a record in the list to display its record Details below the list.
  • Clicking the Details icon next to a record name in the list, or right-click a record in the list and then click Open in the Action menu that displays, to display a pop-up version of the record Details.
  • Right-click a record in the a list, or open a record and right-click in the record Details, and then click Open In Tab in the Action menu that displays, to display the record Details under a new tab on the record list page (see Record Details as Tabs).

...

When you select a record type from the Navigator Services, a list of records for that type displays. Below the list, an empty record Details for a new record of that type displays.

...

You can upload records (as contained in a zip and/or json JSON file) from your local system to any of the following lists:

...

The Upload operation takes a zip file (containing one or more files) or a json JSON file.

  • For a zip file, each json JSON file in the zip file will parsed, and non-json JSON files will be ignored.
  • For a json JSON file, the file is parsed to update/create a record.

...

Note
titleNote

A zip can contain multiple files, where each file is could be for a different record type. For example, the zip might contain two files; one file for a task and one file for a trigger. The zip file can be uploaded from any list the that supports uploads upload (for example; tasks list, triggers list, and calendars list). When the zip file has been successfully uploaded, both the task record and the trigger record will be uploaded.

A json JSON file contains data for one record type only. The exportTable property in the JSON file is used to identify the record type. Any file without this attribute will be ignored.

  • For a record type that supports download/upload, the JSON response from Read web service API contains the exportTable property.
  • For a Read response from an older release, you must manually add the exportTable property in order to be upload compatible.

Step 1

Right-click any column on any list that supports uploads to display an Action menu.

Step 2

Click Upload... to display the Upload dialog.

Step 3

Click Browse to Select a file to upload.

Step 4Click Upload to upload the selected file.

...