|
Item
|
Parameters
|
|---|---|
|
Tab
|
tab
|
|
Scheduler Tab
|
scheduler
|
|
Map Tab
|
map
|
|
Crew Manager Tab
|
crewManager
|
|
Project Tab
|
project
|
|
Mode
|
mode
|
|
Resource Recommendation mode
|
recommendResources
|
|
Show on Calendar mode
|
showOnCalendar
|
|
Multiple-Resource mode
|
multipleResources
|
|
Nearby Jobs mode
|
nearbyJobs
|
|
Appointment Proposals and Schedule Proposals mode
|
proposeScheduleAndTimes
|
|
Resources and Assets mode
|
asset
|
|
Planning mode
|
planning
|
|
Help topic
|
title: The title of the Help topic, for example, Generating Resource Recommendations.
|
|
helpTopicId: The segment of the Help topic URL that follows the last forward slash (/), for example, generating-resource-recommendations.
|
{
"tab": {
"scheduler": [
{
"title": "Creating Custom Job Lists and Resource Lists",
"helpTopicId": "scheduler-tab"
},
...
],
"map": [
{
"title": "Slide Panels",
"helpTopicId": "slide-panels"
},
...
],
"crewManager": [
{
"title": "Configuring Crews",
"helpTopicId": "configuring-crews"
},
...
],
"project": [
{
"title": "Importing Project Data Files",
"helpTopicId": "importing-project-data-files"
},
...
]
},
{
"mode": {
"recommendResources": [
{
"title": "Generating Resource Recommendations",
"helpTopicId": "generating-resource-recommendations"
},
...
],
"showOnCalendar": [
{
"title": "Viewing Job-Related Appointments",
"helpTopicId": "viewing-job-related-appointments"
}
...
],
"multipleResources": [
{
"title": "Assigning Jobs to Multiple Resources",
"helpTopicId": "assigning-jobs-multiple-resources"
},
...
],
"nearbyJobs": [
{
"title": "Identifying Nearby Jobs",
"helpTopicId": "identifying-nearby-jobs"
}
...
],
"proposeScheduleAndTimes": [
{
"title": "Using Appointment Proposals",
"helpTopicId": "using-appointment-proposals"
},
...
],
"asset": [
{
"title": "Asset-Centric View",
"helpTopicId": "asset-centric-view"
}
...
],
"planning": [
{
"title": "Planning Mode",
"helpTopicId": "planning-mode"
}
...
]
}
}