招聘要求教育
適用於這些 Dynamics 365 應用程式:
人力資源
本文說明 Dynamics 365 Human Resources 的招聘要求教育實體。
實際名稱:mshr_hcmrecruitingrequesteducationentity
描述
說明 RecruitingRequest 的教育要求。
JSON 呈現
{
"mshr_recruitingrequestid": "String",
"mshr_educationdisciplineid": "String",
"mshr_educationdisciplinedescription": "String",
"mshr_educationlevelid": "String",
"mshr_educationleveldescription": "String",
"mshr_dataareaid": "String",
"_mshr_dataareaid_id_value": "Guid",
"mshr_primaryfield": "String",
"_mshr_fk_recruitingrequest_id_value": "Guid",
"_mshr_fk_educationdiscipline_id_value": "Guid",
"_mshr_fk_educationlevel_id_value": "Guid",
"mshr_hcmrecruitingrequesteducationentityid": "Guid"
}
屬性
屬性 實體名稱 類型 |
使用 | 描述 |
---|---|---|
招聘要求教育實體識別碼 mshr_hcmrecruitingrequesteducationentityid GUID |
唯讀 必要 |
系統產生的唯一招募要求教育記錄識別碼。 |
招聘要求識別碼 mshr_recruitingrequestid 字串 |
一次性寫入 必要 |
使用者可讀的唯一相關招募要求識別碼。 |
招聘要求識別碼值 _mshr_fk_recruitingrequest_id_value GUID |
唯讀 必要 外部索引鍵:mshr_hcmrecruitingrequestentity 的 mshr_hcmrecruitingrequestentityid |
系統產生的唯一相關招募要求識別碼。 |
教育程度識別碼 mshr_educationlevelid 字串 |
一次性寫入 必要 |
所需的教育程度。 |
教育程度識別碼值 _mshr_fk_educationlevel_id_value GUID |
唯讀 必要 外部索引鍵:mshr_hcmeducationlevelentity 的 mshr_hcmeducationlevelentityid |
系統產生的唯一所需教育程度識別碼。 |
教育程度說明 mshr_educationleveldescription 字串 |
唯讀 必要 |
技能所需程度描述。 |
教育學科識別碼 mshr_educationdisciplinedescription 字串 |
一次性寫入 必要 |
教育學科領域。 |
教育學科識別碼值 _mshr_fk_educationdiscipline_id_value GUID |
唯讀 必要 外部索引鍵:mshr_hcmeducationdisciplineentity 的 mshr_hcmeducationdisciplineentityid |
系統產生的唯一教育學科領域識別碼。 |
教育學科說明 mshr_educationdisciplinedescription 字串 |
唯讀 必要 |
教育學科領域說明。 |
資料區識別碼 mshr_dataareaid 字串 |
讀/寫 可選項目 |
指定法人實體 (公司)。 |
資料區識別碼值 _mshr_dataareaid_id_value GUID |
唯讀 選擇性 外部索引鍵:cdm_company 實體的 cdm_companyid |
系統產生辨別法人實體 (公司) 的 GUID 值。 |
主欄位 mshr_primaryfield 字串 |
唯讀 必要 |
招募要求值、教育程度 ID 和教育學科 ID 併列,作為另一種辨別唯一記錄的方法。 |