Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table of Contents
minLevel1
maxLevel7

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.

Code Block
{
    "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": ""
      }
    ]
  }

Services Type setup in LoV

If application needs to integrate with CRSM platform, A service request mapping might need to be created between two systems as following example