Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

« Previous Version 8 Next »

5.0.0

The Flags object can be part of:

or:

  • The Work Item object, in the following locations:
  • In this situation, a Flags object represents the state of various boolean flag values that are associated with a booked Work

Flags Object Format

JSON Format
{
	"AllowRebook": false,
    "AllowReject": false,
	"Billable": false,
    "CallConfirmed": false,
	"ClerkReview": false,
    "Deleted": false,
    "Fixed": false,
	"HardStop": false,
    "IsDelivered": false,
    "IsRead": false,
    "IsRedacted": false,
    "Paused": false,
    "RepeatCall": false,
    "IsAllDayJob": false,
	"ForcedCall": false
}

Flags Object Properties


PropertyTypeRequired?Description

Field Mappings

ServiceDispatchServiceMobilityServiceScheduling
AllowRebookbooleanNo

Is it permitted to allow the Work Item to be rebooked?

ReSchedule/CanReschedallowRebook
AllowRejectbooleanNo

Is it permitted for the Worker to reject the Work Item?


/CanReject

Billable

booleanNo

Is the Work Item billable to the customer?


/Billable
CallConfirmedbooleanNoHas the customer call confirmed the Work Item?


ClerkReviewbooleanNo

Does the Work Item require a review by a member of the back office team on completion?


/ClerkReview
DeletedbooleanNo

Has the Work Item been removed from a mobile worker's device?


/Deleted
FixedbooleanNo

Is the Work Item to be completed at a fixed time (i.e. cannot be moved to optimize the schedule)?



fixedStatus
HardStopbooleanNo

Does the Worker need to stop working at the Work Item's specified end time, even if the work is incomplete?


/HardStop
IsDeliveredbooleanNo

Has the Work Item been delivered to the Worker?


/IsDelivered
IsReadbooleanNo

Has the Work Item been seen by the Worker?


/IsRead
IsRedactedbooleanNo

Should certain properties of the Work Item be hidden from view until the work is accepted by the Worker?


/IsRedacted
PausedbooleanNo

Is the Work Item paused?


/Paused
RepeatCallbooleanNo

Is the Work Item a second or subsequent visit for the same work?

RepeatCallFlag/RepeatCall
IsAllDayJobbooleanNo

Is the Work Item an all day job?



jobStatus == 8
ForcedCallbooleanNo

Has the Work Item been forced into the schedule (possibly overriding other Work Items)?

ForcedCallFlag
ForcedCall



  • No labels