Skip to content

Latest commit

 

History

History
30 lines (27 loc) · 807 Bytes

File metadata and controls

30 lines (27 loc) · 807 Bytes

Contracts

Add Module MDMS (Master Data Management Service) Configuration

When creating a Contracts module, the module needs to be enabled in citymodule.json.Add the Following details in citymodule.json

{
    "tenantId": "pb",
    "moduleName": "tenant",
    "citymodule": [
        {
            "module": "Contracts",
            "code": "Contracts",
            "active": true,
            "order": 1,
            "tenants": [
                {
                    "code": "pb.jalandhar"
                },
                {
                    "code": "pb.nawanshahr"
                },
                {
                    "code": "pb.amritsar"
                }
            ]
        }
}