@@ -669,8 +669,6 @@ 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" ;
674672 public const string ecer_certifiedlevel_RegistrantId = "ecer_certifiedlevel_RegistrantId" ;
675673 public const string ecer_changeofinformation_Contactid = "ecer_changeofinformation_Contactid" ;
676674 public const string ecer_characterreference_ReferenceContactid = "ecer_characterreference_ReferenceContactid" ;
@@ -717,6 +715,7 @@ public partial class Fields
717715 public const string ecer_hascurrentcertificateconditionsName = "ecer_hascurrentcertificateconditionsname" ;
718716 public const string ecer_HasProvidedID = "ecer_hasprovidedid" ;
719717 public const string ecer_hasprovidedidName = "ecer_hasprovidedidname" ;
718+ public const string ecer_icraeligibilityassessment_ApplicantId = "ecer_icraeligibilityassessment_ApplicantId" ;
720719 public const string ecer_idverificationdecision = "ecer_idverificationdecision" ;
721720 public const string ecer_idverificationdecisionName = "ecer_idverificationdecisionname" ;
722721 public const string ecer_IneligibleReference = "ecer_ineligiblereference" ;
@@ -2916,6 +2915,7 @@ public string Adx_OrganizationName
29162915 /// User’s preferred portal LCID
29172916 /// </summary>
29182917 [ 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,38 +4119,6 @@ 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-
41544122 /// <summary>
41554123 /// Readable ID For Contact. Map to Oracle CLI_ID
41564124 /// </summary>
@@ -7158,6 +7126,7 @@ public string SpousesName
71587126 /// Shows the ID of the stage.
71597127 /// </summary>
71607128 [ Microsoft . Xrm . Sdk . AttributeLogicalNameAttribute ( "stageid" ) ]
7129+ [ System . Obsolete ( "This attribute is deprecated." ) ]
71617130 public System . Nullable < System . Guid > StageId
71627131 {
71637132 [ System . Diagnostics . DebuggerNonUserCode ( ) ]
@@ -7455,6 +7424,7 @@ public string TransactionCurrencyIdName
74557424 /// For internal use only.
74567425 /// </summary>
74577426 [ Microsoft . Xrm . Sdk . AttributeLogicalNameAttribute ( "traversedpath" ) ]
7427+ [ System . Obsolete ( "This attribute is deprecated." ) ]
74587428 public string TraversedPath
74597429 {
74607430 [ System . Diagnostics . DebuggerNonUserCode ( ) ]
@@ -8125,6 +8095,24 @@ public System.Collections.Generic.IEnumerable<ECER.Utilities.DataverseSdk.Model.
81258095 }
81268096 }
81278097
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+
81288116 /// <summary>
81298117 /// 1:N ecer_investigationapplication_contact
81308118 /// </summary>
0 commit comments