Table of Contents

Cue TMS Address Not Found

General

This cue shows the number of new Addresses received when orders are being created automatically and no match with an existing Addresses has been made.

Functionality

When clicking on this cue the page: Address Import Analysis will be opened.

Settings

The cue: TMS Address not found will be installed automatically when activating the 3PL Market Place App: TMS Basic Setup.

The Cue can also be added manualy by executing the following steps:

1. Create Cue

  • Go to page: Role Centre Cue List
  • Click on the action: New

2. Fill in Code and Description

  • Click in the field: Code and enter the value: TMS ADDRESS NOTFOUND
  • Click in the field: Description and enter the vaLue: Address not found

3. Create Value Function Set

  • Click on the action: Count Assistant
  • Channge the table no to the value: 11191397
  • Apply as Field 1: 10 and Filter: 0
  • Apply as Field 2: 15 and Filter: Manual

4. Add DrillDown Function Set

  • Click on the assist-button in the field: DrillDown Function Set to open the edit Function Set Entries

  • Click on the Action: Edit Json

  • Paste the following Json in the editor.

    JSON code snippet : SHOW LOOKUP

{ "FunctionSet": { "TableNo": 11191134, "DataType": "31488", "Entries": [ { "EntryNo": "10000", "CodeunitID": "11172846", "FunctionCode": "SHOW LOOKUP", "Parameters": [ { "ParameterName": "TABLENO", "Value": "11191397" }, { "ParameterName": "PAGE ID", "Value": "71540445" }, { "ParameterName": "FIELD 1", "Value": "15" }, { "ParameterName": "FILTER 1", "Value": "Manual" } ] } ] } }

5. Add Style Function Set

  • Click on the assist-button in the field: Stylle Function Set to open the edit Function Set Entries

  • Click on the Action: Edit Json

  • Paste the following Json in the editor.

    JSON code snippet : IF with single value and multiple results

    
    

{ "FunctionSet": { "TableNo": 11191134, "DataType": "31488", "Entries": [ { "EntryNo": "10000", "CodeunitID": "11172846", "FunctionCode": "CASE", "Parameters": [ { "ParameterName": "VALUE", "ResultFunctionSetID": { "FunctionSet": { "TableNo": 11191134, "DataType": "31488", "Entries": [ { "EntryNo": "10000", "CodeunitID": "11172846", "FunctionCode": "VAR", "Description": "IF with single value and multiple results", "Parameters": [ { "ParameterName": "VARIABLE" } ] } ] } } }, { "ParameterName": "FILTER 1", "Value": "0" }, { "ParameterName": "RESULT 1", "Value": "Favorable" }, { "ParameterName": "FILTER 2", "Value": "1..4" }, { "ParameterName": "RESULT 2", "Value": "Ambiguous" }, { "ParameterName": "FILTER 3", "Value": "5.." }, { "ParameterName": "RESULT 3", "Value": "Unfavorable" } ] } ] } }

6. Add Cue to Role Centre

For more information on creating Cues and Cues Layout see: Cue Setup V2 and Role Centre Layout.