Introduction to custom objects and fields in Skedulo

Overview of custom object and field documentation and requirements.

Skedulo supports custom objects and fields, which allow you to customize your Skedulo implementation to better suit the unique needs of your organization. You can create custom objects and fields in the following ways:

Custom field types

Skedulo enables you to add custom fields to the standard data objects and custom objects that you add. These can be any of the following field types:

  • Text
  • Text area
  • Decimal
  • Integer
  • Date
  • Time
  • Date & time
  • Checkbox
  • Picklist
  • Multi-picklist
  • URL

In addition, you can add one of the following reference fields:

  • Lookup
  • Has Many (can only be added when there is an existing lookup)

See the lookup and has many field type documentation for more information about how these fields work.

Access custom object data using GraphQL

After creating custom objects and fields, you can use GraphQL to interact with the custom object data using your preferred API client or GraphiQL. For more information on this topic, see Using GraphQL to query custom objects and fields.

See the Object and field reference guide for detailed information about the standard objects and fields in Skedulo’s core data model.