Name
sn_hr_integrations.hrIntegrations
Description
No description available
Script
var hrIntegrations = Class.create();
hrIntegrations.prototype = {
initialize: function() {
},
type: 'hrIntegrations'
};
hrIntegrations.INTEGRATION_WORKFLOW = "e7f1074c9f6322003be01050a57fcf6e";
hrIntegrations.CHANGE_LEGAL_NAME_OUT_SERVICE_ID = "2441afe59f3832003be01050a57fcfc8";
hrIntegrations.MAINTAIN_CONTACT_INFORMATION_SERVICE_ID = "6248dbf49fc532003be01050a57fcf6d";
// The following code is required for customers upgrading to Madrid from a previous version. If you upgrade your instance, do not delete the following line.
hrIntegrations.WORKDAY_SOURCE_NAME = "Workday";
hrIntegrations.WORKDAY_JOB_NAME = "HR Integrations-Workday Sync";
//The following code is needed to support the upgrade of customers using the SF integration. If you upgrade your instance, do not delete the following lines from 19-45.
hrIntegrations.SUCCESSFACTOR_EXTERNAL_SOURCE_SYSID = "1c26e9dec3100300a669d73bf3d3aeb5";
hrIntegrations.SUCCESSFACTOR_SOURCE_NAME = "SuccessFactors";
hrIntegrations.SUCCESSFACTOR_JOB_NAME = "HR Integrations-SuccessFactors Sync";
hrIntegrations.HR_CASE_PUSH_OUTBOUND_SERVICE = "d9c3e68f77183300d0e310389a106140";
hrIntegrations.HR_CASE_DELETE_OUTBOUND_SERVICE = "12042a8f77183300d0e310389a106169";
hrIntegrations.HR_TASK_PUSH_OUTBOUND_SERVICE = "00bdab7377143300d0e310389a1061f8";
hrIntegrations.HR_TASK_DELETE_OUTBOUND_SERVICE = "45cd2f7377143300d0e310389a106103";
hrIntegrations.HR_APPROVAL_PUSH_OUTBOUND_SERVICE = "c7e6e40077e83300d0e310389a106115";
hrIntegrations.HR_APPROVAL_DELETE_OUTBOUND_SERVICE = "1217e40077e83300d0e310389a1061fe";
hrIntegrations.CD_TASK_PUSH_OUTBOUND_SERVICE = "706109cc77ec3300d0e310389a10610d";
hrIntegrations.CD_TASK_DELETE_OUTBOUND_SERVICE = "6471c5cc77ec3300d0e310389a1061ad";
hrIntegrations.HR_PROFILE_TABLE = "sn_hr_core_profile";
hrIntegrations.SYS_USER_TABLE = "sys_user";
hrIntegrations.LOCATION_TABLE = "cmn_location";
hrIntegrations.DEPARTMENT_TABLE = "cmn_department";
hrIntegrations.JOB_PROFILE_TABLE = "sn_hr_core_job_profile";
hrIntegrations.JOB_TRACKER_TABLE = "sn_hr_integrations_job_tracker";
hrIntegrations.SERVICE_JOB_TRACKER_TABLE = "sn_hr_integrations_service_job_tracker";
hrIntegrations.ADDITIONAL_INPUTS = "sn_hr_integrations_additional_inputs";
hrIntegrations.TODO_OUTBOUND_MAPPING_TABLE = "sn_hr_integrations_todo_outbound";
hrIntegrations.TABLE_HR_CASE = "sn_hr_core_case";
hrIntegrations.TABLE_HR_TASK = "sn_hr_core_task";
hrIntegrations.TABLE_SYSAPPROVAL_APPROVER = "sysapproval_approver";
hrIntegrations.TABLE_CD_TASK = "sn_cd_task";
hrIntegrations.HR_WORKER_STAGING = "sn_hr_integrations_worker_profile";
hrIntegrations.SYSID_PUSH_TODO_SCHEDULED_JOB = "e90fe77e53ec3300c128ddeeff7b12aa";
hrIntegrations.NAME_PUSH_TODO_SCHEDULED_JOB = "HR Integrations-PushExisitngTodosSF";
hrIntegrations.FIRST_ADVANTAGE_SOURCE_SYSID = "f6daeb809f6003003be01050a57fcf06";
hrIntegrations.LAST_SYNC_DATE = "last_sync_date";
hrIntegrations.CURRENT_SYNC_DATE = "current_sync_date";
hrIntegrations.CURRENT_EXTERNAL_SERVER_TIME = "current_external_server_time";
hrIntegrations.SYS_ISET_TABLE = "sys_import_set";
hrIntegrations.SYS_ISET_ROW_TABLE = "sys_import_set_row";
hrIntegrations.HR_INT_LOADER_LOG = "sn_hr_integrations_loader";
hrIntegrations.HR_INT_TRANSFORMER_LOG = "sn_hr_integrations_transform";
hrIntegrations.HR_INT_SCHEDULER_LOG = "sn_hr_integrations_scheduler";
hrIntegrations.HR_INT_INBOUND_API_LOG = "sn_hr_integrations_inbound_api";
hrIntegrations.CORRELATION_ID = "correlation_id";
hrIntegrations.EXT_INT_SERVICE_TYPE = "POST";
hrIntegrations.HR_INT_SOURCE_PROPERTIES ="sn_hr_integrations_source_properties";
hrIntegrations.HR_INT_SOURCE ="sn_hr_integrations_source";
hrIntegrations.HR_INT_OUT_SOURCE ="sn_hr_integrations_outbound_service";
hrIntegrations.HR_INT_SERVICE_MAPPING ='sn_hr_integrations_service_mapping';
hrIntegrations.HR_INT_SCHEMA_MAPPING ='sn_hr_integrations_schema_mapping';
hrIntegrations.HR_INT_OUT_SOURCE_TRIGGER ="sn_hr_integrations_outbound_service_trigger";
hrIntegrations.HR_INT_EXTERNAL_INTERFACE ='sn_hr_integrations_external_interface';
hrIntegrations.HR_INT_ENABLE_PUSH = "sn_hr_integrations.enable_push";
hrIntegrations.HR_INT_DRY_RUN = "sn_hr_integrations.dryrun";
hrIntegrations.HR_INT_DEBUG = "sn_hr_integrations.debug";
hrIntegrations.HR_ENABLE_AUTO_UPDATE = "sn_hr_integrations.enable_auto_update";
//Talent Management Case
hrIntegrations.HR_CORE_CASE_TALENT_MANAGMENT = "sn_hr_core_case_talent_management";
//Roles
hrIntegrations.SN_HR_INTEGRATIONS_ADMIN_ROLE = "e480e28f6720320060ce6c3b5685efc9";
hrIntegrations.SUCCESS = "Success";
hrIntegrations.FAIL = "Fail";
Sys ID
c6381f3a9fa032003be01050a57fcfd1