Function: createLocationPreferenceRule()
Parameters
| Parameter | Type |
|---|---|
config | { employeeIds?: string[]; locationId: string; priority: "LOW" | "MEDIUM" | "HIGH" | "MANDATORY"; roleIds?: string[]; skillIds?: string[]; } |
config.employeeIds? | string[] |
config.locationId | string |
config.priority | "LOW" | "MEDIUM" | "HIGH" | "MANDATORY" |
config.roleIds? | string[] |
config.skillIds? | string[] |
Returns
CompilationRule