@@ -67,8 +67,8 @@ public partial class Fields
6767 public const string ecer_eligibleforicraName = "ecer_eligibleforicraname" ;
6868 public const string ecer_historicaldecision_CountryofStudyId_ecer_country = "ecer_historicaldecision_CountryofStudyId_ecer_country" ;
6969 public const string ecer_icraeligibilityassessment_CountryId = "ecer_icraeligibilityassessment_CountryId" ;
70- public const string ecer_icraregulatedjurisdictions_CountryId = "ecer_icraregulatedjurisdictions_CountryId" ;
7170 public const string ecer_ID = "ecer_id" ;
71+ public const string ecer_internationalcertification_CountryId = "ecer_internationalcertification_CountryId" ;
7272 public const string ecer_Name = "ecer_name" ;
7373 public const string ecer_postsecondaryinstitute_CountryId = "ecer_postsecondaryinstitute_CountryId" ;
7474 public const string ecer_postsecondaryinstitutecampus_country_ecer_country = "ecer_postsecondaryinstitutecampus_country_ecer_country" ;
@@ -806,20 +806,20 @@ public System.Collections.Generic.IEnumerable<ECER.Utilities.DataverseSdk.Model.
806806 }
807807
808808 /// <summary>
809- /// 1:N ecer_icraregulatedjurisdictions_CountryId
809+ /// 1:N ecer_internationalcertification_CountryId
810810 /// </summary>
811- [ Microsoft . Xrm . Sdk . RelationshipSchemaNameAttribute ( "ecer_icraregulatedjurisdictions_CountryId " ) ]
812- public System . Collections . Generic . IEnumerable < ECER . Utilities . DataverseSdk . Model . ecer_ICRARegulatedJurisdictions > ecer_icraregulatedjurisdictions_CountryId
811+ [ Microsoft . Xrm . Sdk . RelationshipSchemaNameAttribute ( "ecer_internationalcertification_CountryId " ) ]
812+ public System . Collections . Generic . IEnumerable < ECER . Utilities . DataverseSdk . Model . ecer_InternationalCertification > ecer_internationalcertification_CountryId
813813 {
814814 [ System . Diagnostics . DebuggerNonUserCode ( ) ]
815815 get
816816 {
817- return this . GetRelatedEntities < ECER . Utilities . DataverseSdk . Model . ecer_ICRARegulatedJurisdictions > ( "ecer_icraregulatedjurisdictions_CountryId " , null ) ;
817+ return this . GetRelatedEntities < ECER . Utilities . DataverseSdk . Model . ecer_InternationalCertification > ( "ecer_internationalcertification_CountryId " , null ) ;
818818 }
819819 [ System . Diagnostics . DebuggerNonUserCode ( ) ]
820820 set
821821 {
822- this . SetRelatedEntities < ECER . Utilities . DataverseSdk . Model . ecer_ICRARegulatedJurisdictions > ( "ecer_icraregulatedjurisdictions_CountryId " , null , value ) ;
822+ this . SetRelatedEntities < ECER . Utilities . DataverseSdk . Model . ecer_InternationalCertification > ( "ecer_internationalcertification_CountryId " , null , value ) ;
823823 }
824824 }
825825
0 commit comments