/
REST Objects Gantt

REST Objects Gantt

5.0.0

The Gantt object is part of the overall ServiceBroker Configuration object, in the following location:

A Gantt object is used within the context of a REST Objects Modules (itself part of an REST Objects Configuration) to represent the primary sub-system to use for Work Item information, when ServiceBroker is being used as the backend system for ServicePower's Next Generation Gantt (NGG), for the relevant tenant.

Gantt Object Format

JSON Format
{
	"SrcSystem": "",
    "EnableTechEmp": false,
    "EnableCaching": false,
    "CachingTTL": 1800
}

Gantt Object Properties


PropertyTypeRequired?Description
SrcSystemstringYes

The name of the supported primary sub-system to use for Work Item information, when ServiceBroker is being used as the backend system for the ServicePower NSG.

Supported values:

  • Empty string: The relevant tenant is not using the ServicePower NGG.
  • SS: The relevant tenant should use ServiceScheduling as the primary sub-system for Work Item information for the NGG. Requires that a Scheduler provider object has been set for the tenant with a valid, enabled ServiceScheduling integration.

EnableTechEmp

booleanYesTBC

EnableCaching

booleanYesTBC

CachingTTL

integerYesTBC

Related content