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 2 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": ""
      }
    ]
  }

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

  • No labels