@@ -669,6 +669,8 @@ public partial class Fields
669669 public const string ecer_certificateconditions_Registrantid = "ecer_certificateconditions_Registrantid" ;
670670 public const string ecer_certificatesummary_RegistrantId = "ecer_certificatesummary_RegistrantId" ;
671671 public const string ecer_CertificationLevel = "ecer_certificationlevel" ;
672+ public const string ecer_certificationpathway = "ecer_certificationpathway" ;
673+ public const string ecer_certificationpathwayName = "ecer_certificationpathwayname" ;
672674 public const string ecer_certifiedlevel_RegistrantId = "ecer_certifiedlevel_RegistrantId" ;
673675 public const string ecer_changeofinformation_Contactid = "ecer_changeofinformation_Contactid" ;
674676 public const string ecer_characterreference_ReferenceContactid = "ecer_characterreference_ReferenceContactid" ;
@@ -715,7 +717,6 @@ public partial class Fields
715717 public const string ecer_hascurrentcertificateconditionsName = "ecer_hascurrentcertificateconditionsname" ;
716718 public const string ecer_HasProvidedID = "ecer_hasprovidedid" ;
717719 public const string ecer_hasprovidedidName = "ecer_hasprovidedidname" ;
718- public const string ecer_icraeligibilityassessment_ApplicantId = "ecer_icraeligibilityassessment_ApplicantId" ;
719720 public const string ecer_idverificationdecision = "ecer_idverificationdecision" ;
720721 public const string ecer_idverificationdecisionName = "ecer_idverificationdecisionname" ;
721722 public const string ecer_IneligibleReference = "ecer_ineligiblereference" ;
@@ -2915,7 +2916,6 @@ public string Adx_OrganizationName
29152916 /// User’s preferred portal LCID
29162917 /// </summary>
29172918 [ Microsoft . Xrm . Sdk . AttributeLogicalNameAttribute ( "adx_preferredlcid" ) ]
2918- [ System . Obsolete ( "This attribute is deprecated." ) ]
29192919 public System . Nullable < int > adx_preferredlcid
29202920 {
29212921 [ System . Diagnostics . DebuggerNonUserCode ( ) ]
@@ -4119,6 +4119,38 @@ public string ecer_CertificationLevel
41194119 }
41204120 }
41214121
4122+ [ Microsoft . Xrm . Sdk . AttributeLogicalNameAttribute ( "ecer_certificationpathway" ) ]
4123+ public virtual ecer_Pathways ? ecer_certificationpathway
4124+ {
4125+ [ System . Diagnostics . DebuggerNonUserCode ( ) ]
4126+ get
4127+ {
4128+ return ( ( ecer_Pathways ? ) ( EntityOptionSetEnum . GetEnum ( this , "ecer_certificationpathway" ) ) ) ;
4129+ }
4130+ [ System . Diagnostics . DebuggerNonUserCode ( ) ]
4131+ set
4132+ {
4133+ this . SetAttributeValue ( "ecer_certificationpathway" , value . HasValue ? new Microsoft . Xrm . Sdk . OptionSetValue ( ( int ) value ) : null ) ;
4134+ }
4135+ }
4136+
4137+ [ Microsoft . Xrm . Sdk . AttributeLogicalNameAttribute ( "ecer_certificationpathwayname" ) ]
4138+ public string ecer_certificationpathwayName
4139+ {
4140+ [ System . Diagnostics . DebuggerNonUserCode ( ) ]
4141+ get
4142+ {
4143+ if ( this . FormattedValues . Contains ( "ecer_certificationpathway" ) )
4144+ {
4145+ return this . FormattedValues [ "ecer_certificationpathway" ] ;
4146+ }
4147+ else
4148+ {
4149+ return default ( string ) ;
4150+ }
4151+ }
4152+ }
4153+
41224154 /// <summary>
41234155 /// Readable ID For Contact. Map to Oracle CLI_ID
41244156 /// </summary>
@@ -7126,7 +7158,6 @@ public string SpousesName
71267158 /// Shows the ID of the stage.
71277159 /// </summary>
71287160 [ Microsoft . Xrm . Sdk . AttributeLogicalNameAttribute ( "stageid" ) ]
7129- [ System . Obsolete ( "This attribute is deprecated." ) ]
71307161 public System . Nullable < System . Guid > StageId
71317162 {
71327163 [ System . Diagnostics . DebuggerNonUserCode ( ) ]
@@ -7424,7 +7455,6 @@ public string TransactionCurrencyIdName
74247455 /// For internal use only.
74257456 /// </summary>
74267457 [ Microsoft . Xrm . Sdk . AttributeLogicalNameAttribute ( "traversedpath" ) ]
7427- [ System . Obsolete ( "This attribute is deprecated." ) ]
74287458 public string TraversedPath
74297459 {
74307460 [ System . Diagnostics . DebuggerNonUserCode ( ) ]
@@ -8095,24 +8125,6 @@ public System.Collections.Generic.IEnumerable<ECER.Utilities.DataverseSdk.Model.
80958125 }
80968126 }
80978127
8098- /// <summary>
8099- /// 1:N ecer_icraeligibilityassessment_ApplicantId
8100- /// </summary>
8101- [ Microsoft . Xrm . Sdk . RelationshipSchemaNameAttribute ( "ecer_icraeligibilityassessment_ApplicantId" ) ]
8102- public System . Collections . Generic . IEnumerable < ECER . Utilities . DataverseSdk . Model . ecer_ICRAEligibilityAssessment > ecer_icraeligibilityassessment_ApplicantId
8103- {
8104- [ System . Diagnostics . DebuggerNonUserCode ( ) ]
8105- get
8106- {
8107- return this . GetRelatedEntities < ECER . Utilities . DataverseSdk . Model . ecer_ICRAEligibilityAssessment > ( "ecer_icraeligibilityassessment_ApplicantId" , null ) ;
8108- }
8109- [ System . Diagnostics . DebuggerNonUserCode ( ) ]
8110- set
8111- {
8112- this . SetRelatedEntities < ECER . Utilities . DataverseSdk . Model . ecer_ICRAEligibilityAssessment > ( "ecer_icraeligibilityassessment_ApplicantId" , null , value ) ;
8113- }
8114- }
8115-
81168128 /// <summary>
81178129 /// 1:N ecer_investigationapplication_contact
81188130 /// </summary>
0 commit comments