证书类型

适用于以下 Dynamics 365 应用
Human Resources

本文介绍 Dynamics 365 Human Resources 的“证书类型”实体。

物理名称:mshr_hcmcertificatetypeentity

说明

此实体定义在 Human Resources 中设置的专业证书类型列表。 此实体不特定于法人(公司)。

JSON 表示

{
    "mshr_certificatetype": "String",
    "mshr_description": "String",
    "mshr_requirerenewal": Int,
    "mshr_hcmcertificatetypeentityid": "Guid"
}

属性

属性
物理名称
类型
使用 说明
证书类型实体 ID
mshr_hcmcertificatetypeentityid
GUID
只读
必填
系统生成 证书类型的唯一主要标识符。
证书类型
mshr_certificatetype
字符串
读/写
必填
证书类型的唯一用户可读标识符。
说明
mshr_description
字符串
读/写
必填
证书类型的描述。
需要续订
mshr_requirerenewal
mshr_noyes 选项集
读/写
可选
指示证书是否需要续订。

请参阅

申请人跟踪系统集成 API 简介
可雇用的应聘者的查询示例