Record Field

A vividcharts specific chart type used for displaying a single field from a record.

Required Fields

  • table - the table to query.

  • conditions - the conditions to apply to the chart

  • record - the record to get the field from

  • field - the result stored in the field

Optional Fields

N/A

Return Data

An array with a single object that is a string containing the result of that record's field.

Example Payload

A Javascript Object:

["VividCharts integration going super smooth."]

A screenshot of the data in ServiceNow:

Last updated