次の方法で共有


人物の学歴

次の Dynamics 365 アプリに適用:
Human Resources

この記事では、Dynamics 365 Human Resources の人物の学歴エンティティについて説明します。

物理名 : mshr_hcmpersoneducationentity

説明

このエンティティには、候補者の学歴が含まれています。 学歴は人物のレコードにリンクされており、候補者のレコードに加えて、作成された他のロール (労働者、請負業者など) を関連付けることができます。

JSON 表記

{
    "mshr_creditbasis": Int,
    "mshr_creditscompleted": Decimal,
    "mshr_creditsearned": Decimal,
    "mshr_creditsneeded": Decimal,
    "mshr_description": "String",
    "mshr_duration": Decimal,
    "mshr_durationunit": Int,
    "mshr_educationdisciplineid": "String",
    "mshr_educationinstitutionid": "String",
    "mshr_educationlevelid": "String",
    "mshr_enddate": "Date",
    "mshr_gradepointaverage": Decimal,
    "mshr_gradescale": "String",
    "mshr_notes": "String",
    "mshr_secondaryemphasis": "String",
    "mshr_startdate": "Date",
    "mshr_partynumber": "String",
    "mshr_primaryfield": "String",
    "_mshr_fk_educationdiscipline_id_value": "Guid",
    "_mshr_fk_person_id_value": "Guid",
    "_mshr_fk_educationinstitution_id_value": "Guid",
    "_mshr_fk_educationlevel_id_value": "Guid",
    "mshr_hcmpersoneducationentityid": "Guid"
}

プロパティ

プロパティ
現物名
タイプ
使用 説明
人物の学歴エンティティ ID
mshr_hcmpersoneducationentityid
GUID
読み取り専用
必須
システムが生成した、人物の学歴エンティティ レコードの一意識別子です。
当事者番号
mshr_partynumber
文字列
読み取り/書き込み
必須
システムが生成する、候補者の当事者 (個人) レコードの一意識別子です。
個人 ID の値
_mshr_fk_person_id_value
GUID
読み取り専用
必須
外部キー : mshr_dirpersonentity の mshr_dirpersonentityid
システムが生成する、候補者の個人レコードの一意識別子です。
クレジットの基準
mshr_creditbasis
mshr_hcmeducationcreditbasis オプション セット
読み取り/書き込み
オプション
教育学位の履修証明の基準です。
完了した履修証明
mshr_creditscompleted
小数
読み取り/書き込み
オプション
学歴の履修証明数です。
取得した履修証明
mshr_creditsearned
小数
読み取り/書き込み
オプション
学位取得のために取得した単位数です。
必要な履修単位
mshr_creditsneeded
小数
読み取り/書き込み
オプション
学位の取得に必要な単位数です。
説明
mshr_description
文字列
読み取り/書き込み
オプション
候補者の学位の説明です。
教育レベル ID
mshr_educationlevelid
文字列
読み取り/書き込み
オプション
教育レベルの ID です。
教育レベル ID 値
_mshr_fk_educationlevel_id_value
GUID
読み取り専用
オプション
外部キー : mshr_hcmeducationdegreeentity entity の mshr_hcmeducationdegreeentityid
システムが生成した、履修証明レコードの識別子です。 この識別子は、組織で定義された教育および教育レベルを提供します。
教育の分野 ID
mshr_educationdisciplineid
文字列
読み取り/書き込み
必須
外部キー : EducationDiscipline
教育分野の ID です。
教育の分野 ID の値
_mshr_fk_educationdiscipline_id_value
GUID
読み取り専用
必須
外部キー : mshr_hcmeducationdisciplineentity の mshr_hcmeducationdisciplineentityid
システムが生成する、学歴レコードの教育分野の一意識別子です。
第二専攻
mshr_secondaryemphasis
文字列
読み取り/書き込み
オプション
第二専攻で獲得した学位です。
教育機関 ID
mshr_educationinstitutionid
文字列
読み取り/書き込み
オプション
通学した教育機関の ID です。
教育機関 ID 値
_mshr_fk_educationinstitution_id_value
GUID
読み取り専用
オプション
外部キー : mshr_hcmeducationinstitutionentity の mshr_hcmeducationinstitutionentityid
システムが生成された教育機関の ID です。
開始日
mshr_startdate
日時
読み取り/書き込み
オプション
取得した学位に関する教育の開始日です。
終了日
mshr_enddate
日時
読み取り/書き込み
必須
資格情報が発行された日付です。
期間
mshr_duration
小数
読み取り/書き込み
オプション
学歴レコードの期間です。
期間の単位
mshr_durationunit
mshr_periodunit オプション セット
読み取り/書き込み
オプション
学歴レコードの期間に関連付けられた期間の単位です。
成績平均点
mshr_gradepointaverage
小数
読み取り/書き込み
オプション
学位で取得した成績平均点です。
成績評価
mshr_gradescale
文字列
読み取り/書き込み
オプション
成績平均点に対する評価です。
摘要
mshr_notes
文字列
読み取り/書き込み
オプション
採用担当者や採用マネージャーが使用するメモです。
基本フィールド
mshr_primaryfield
文字列
読み取り専用
必須
エンティティ レコードのその他基本識別子として使用されるフィールドです。 当事者番号、教育分野 ID、教育機関 ID、教育レベル ID の組み合わせです。

参照

申請者追跡システム統合APIの概要
採用する採用候補者に対するクエリの例