For the complete documentation index, see llms.txt. This page is also available as Markdown.

Payments Master Data

Health payments master data configuration details

Master
Module
Reference Link
Description

HCM

paymentsConfig

HCM.paymentsConfig

UI Configs

HCM

WORKER_RATES

HCM.WORKER_RATES

Rate Master Configs

common-masters

MusterRoll

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?