Table of Contents

Set Calculated Date - Code: COPYSTR

General

This page contains the JSON of the function-set Code: COPYSTR

This function can be used when a part from an external value is to be used as an internal value in 3PL Dynamics in the Device Activity Mapping in the Device Activity.

Note

Json code snippet: GET INTERNAL VALUE.


{
  "FunctionSet": {
    "TableNo": 11173119,
    "DataType": "31488",
    "Entries": [
      {
        "EntryNo": "20000",
        "CodeunitID": "11172846",
        "FunctionCode": "COPYSTR",
        "Description": "Get part of text",
        "TableFilter": "TMS Device Activity: External Activity ID=<>''",
        "Parameters": [
          {
            "ParameterName": "TEXT",
            "ResultFunctionSetID": {
              "FunctionSet": {
                "TableNo": 11173119,
                "DataType": "31488",
                "Entries": [
                  {
                    "EntryNo": "10000",
                    "CodeunitID": "11172846",
                    "FunctionCode": "FIELD",
                    "Description": "Get Fieldvalue",
                    "Parameters": [
                      {
                        "ParameterName": "FIELDNO",
                        "Value": "40"
                      }
                    ]
                  }
                ]
              }
            }
          },
          {
            "ParameterName": "POSITION",
            "Value": "1"
          },
          {
            "ParameterName": "LENGTH",
            "Value": "10"
          }
        ]
      }
    ]
  }
}