Skip to end of metadata
Go to start of metadata

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

Compare with Current View Page History

« Previous Version 3 Next »

Line Of Business Application init setup in LoV

In order for application to be recognized, please provide the following example entry to MOLE team that information will be inserted into LOV after.

{
    "id": "next avaiable ID Number",
    "listOfValueType": "LineOfBusiness",
    "valueTextEnglish": "Application Name - EN",
    "valueTextFrench": "Application Name - FR",
    "order": 0,
    "customValue1": "AN", // Short form of Application name
    "customValue2": "",
    "parentList": null, // If have use it, otherwise, null
    "isTypeActive": true, // Always true
    "isValueActive": true, // Active: True; InActive: False
    "searchCriteria": "",
    "ownerShips": [
      {
        "businessName": "", // Business name
        "businessOwner": "", // Business Owner
        "businessContactEmail": "", // PO email
        "businessContactPhone": "" // PO phone
      }
    ],
    "customProperties": [ // Free json style custom properties
      {
        "CustomValue1": ""
      },
      {
        "CustomValue2": ""
      }
    ]
  }

Line Of Business Lookup Data

CRSM Service Type

If application needs to integrate with CRSM platform, A service request mapping might need to be created between two systems. In order to comply with the Service Fees Act, your application might need to report the service standards. WLM is integrated with MTOA/CRSM and is configured to automatically send notifications.

MTOA Status codes

  • No labels