Table of Contents

New Task Activity - Code: NEW TASK ACT

General

This page contains the JSON of the function-set applicable on the New Task Activity - Code: NEW TASK ACT. This functionset can be used in a status update or Step to create a task in telematic devices. For more information see: Device Framework

Json code snippet: NEW TASK ACT

{
  "FunctionSet": {
    "TableNo": 11172835,
    "Entries": [
      {
        "EntryNo": "10000",
        "CodeunitID": "11172853",
        "FunctionCode": "NEW TASK ACT."
      },
      {
        "EntryNo": "20000",
        "CodeunitID": "11172846",
        "FunctionCode": "SET FIELD",
        "Description": "Set fieldvalue",
        "Parameters": [
          {
            "ParameterName": "FIELDNO",
            "Value": "93"
          },
          {
            "ParameterName": "VALUE",
            "Value": "true"
          },
          {
            "ParameterName": "VALIDATE",
            "Value": "false"
          },
          {
            "ParameterName": "MODIFY",
            "Value": "1"
          }
        ]
      }
    ]
  }
}