Skip to content

Commit

Permalink
LRDOCS-12695 Add relationship field to Application Evaluation object
Browse files Browse the repository at this point in the history
  • Loading branch information
Claudioss23 authored and brianchandotcom committed May 14, 2024
1 parent fc5ce2d commit 64d69e0
Showing 1 changed file with 29 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,34 @@
"system": false,
"type": "Clob"
},
{
"DBType": "Long",
"businessType": "Relationship",
"indexed": true,
"indexedAsKeyword": false,
"label": {
"en_US": "Application to Evaluations"
},
"name": "r_applicationToEvaluations_c_d4b8DistributorApplicationId",
"objectDefinitionExternalReferenceCode1": "D4B8_DISTRIBUTOR_APPLICATION",
"objectFieldSettings": [
{
"name": "objectDefinition1ShortName",
"value": "D4B8DistributorApplication"
},
{
"name": "objectRelationshipERCObjectFieldName",
"value": "r_applicationToEvaluations_c_d4b8DistributorApplicationERC"
}
],
"objectRelationshipExternalReferenceCode": "APPLICATION_TO_EVALUATIONS",
"readOnly": "false",
"relationshipType": "oneToMany",
"required": false,
"state": false,
"system": false,
"type": "Long"
},
{
"DBType": "Clob",
"businessType": "RichText",
Expand Down Expand Up @@ -1954,6 +1982,7 @@
"pluralLabel": {
"en_US": "D4B8 Distributor Applications"
},
"portlet": true,
"restContextPath": "/o/c/d4b8distributorapplications",
"scope": "company",
"status": {
Expand Down

0 comments on commit 64d69e0

Please sign in to comment.