MDMS Configurations

Master
Module
Reference Link
Description

HCM

paymentsConfig

UI Configs

HCM

WORKER_RATES

Rate Master Configs

common-masters

MusterRoll

Muster Roll and Attendance Configs

{
  "tenantId": "{{tenantId}}", 
  "moduleName": "HCM", 
  "paymentsConfig": [ 
    { 
      "tenantId": "{{tenantId}}", 
      "enableApprovalAnyTime": "{{boolean}}", // e.g., true - Allows approval at any time. To restrict approval to only validate through the campaign endDate, set to false.
      "lowestLevelBoundary": "{{boundaryType}}" // e.g., "DISTRICT" - Specifies the lowest-level dropdown option in boundary selection
    } 
  ] 
}

Last updated

Was this helpful?