/
EmpAddAc.Options.Objects
EmpAddAc.Options.Objects
Property | Type | Description | Req? | Field Mapping: ServiceScheduling |
---|---|---|---|---|
CheckJobs | Boolean | SP_OVERLAPPED_JOBS (132) will be returned if the new activity would overlap existing jobs. The new activity is not created. | No | options.CheckJobs |
CheckStdActs | Boolean | SP_OVERLAPPED_STDACTS (160) will be returned if the new activity would overlap existing standard activities. The new activity is not created. | No | options.CheckStdActs |
CheckJobsDealloc | Boolean | If the new standard activity would overlap existing jobs, those jobs are de-allocated (to the in-tray), unless their status is If none of these options is set the new activity is created anyway and any consequent overlaps are left as they are. | No | options.CheckJobsDealloc |
CheckJobsShuffle | Boolean | Existing Tentative, Earmarked and Contacted jobs will be shuffled to try to remove overlaps. If removing the overlaps would mean the jobs’ access hours would be broken, then the call is aborted and SP_WOULD_BREAK_ACCESS_HOURS (371) is returned. | No | options.CheckJobsShuffle |
CheckJobsAllowBreakAH | Boolean | If this is also set with the above option, the shuffled jobs’ access hours can be broken to remove overlaps. | No | options.CheckJobsAllowBreakAH |
CheckFrozen | Boolean | SP_FROZEN_DAY (585) is returned if the new activity would be on a date where the engineer’s schedule is frozen. | No | options.CheckFrozen |
OverlapBreaks | Boolean | Currently not used. This option has been added for future use in determining the behaviour when breaks are overlapped by standard activities. | No | options.OverlapBreaks |
, multiple selections available,
Related content
EmpAddAct RESTified API
EmpAddAct RESTified API
More like this
Options
Options
More like this
EmpUpdate RESTified API
EmpUpdate RESTified API
More like this
GetChangedWorkItems RESTified API
GetChangedWorkItems RESTified API
More like this
9.3.0.0 1
9.3.0.0 1
More like this
Update Operative SOAP API
Update Operative SOAP API
More like this