Skip to content

Commit

Permalink
LRDOCS-12695 Add Distributor App Object (11)
Browse files Browse the repository at this point in the history
  • Loading branch information
Claudioss23 committed May 13, 2024
1 parent 8cdfe74 commit e26cc0a
Showing 1 changed file with 179 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,185 @@
}
],
"objectFolderExternalReferenceCode": "default",
"objectLayouts": [
{
"defaultObjectLayout": true,
"name": {
"en_US": "Evaluation Layout"
},
"objectDefinitionExternalReferenceCode": "D4B8_APPLICATION_EVALUATION",
"objectLayoutTabs": [
{
"name": {
"en_US": "Review"
},
"objectLayoutBoxes": [
{
"collapsable": true,
"name": {
"en_US": "General Details"
},
"objectLayoutRows": [
{
"objectLayoutColumns": [
{
"objectFieldName": "r_applicationToEvaluations_c_d4b8DistributorApplicationId",
"priority": 0,
"size": 6
}
],
"priority": 0
},
{
"objectLayoutColumns": [
{
"objectFieldName": "interviewNotes",
"priority": 0,
"size": 12
}
],
"priority": 0
},
{
"objectLayoutColumns": [
{
"objectFieldName": "attachment",
"priority": 0,
"size": 12
}
],
"priority": 0
}
],
"priority": 0,
"type": "regular"
},
{
"collapsable": true,
"name": {
"en_US": "Assessment"
},
"objectLayoutRows": [
{
"objectLayoutColumns": [
{
"objectFieldName": "recommendations",
"priority": 0,
"size": 12
}
],
"priority": 0
},
{
"objectLayoutColumns": [
{
"objectFieldName": "recommendationComments",
"priority": 0,
"size": 12
}
],
"priority": 0
},
{
"objectLayoutColumns": [
{
"objectFieldName": "assessmentScore",
"priority": 0,
"size": 6
}
],
"priority": 0
}
],
"priority": 0,
"type": "regular"
},
{
"collapsable": true,
"name": {
"en_US": "Resolution"
},
"objectLayoutRows": [
{
"objectLayoutColumns": [
{
"objectFieldName": "decision",
"priority": 0,
"size": 6
}
],
"priority": 0
}
],
"priority": 0,
"type": "regular"
}
],
"priority": 0
}
]
}
],
"objectViews": [
{
"defaultObjectView": true,
"name": {
"en_US": "Evaluation View"
},
"objectDefinitionExternalReferenceCode": "D4B8_APPLICATION_EVALUATION",
"objectViewColumns": [
{
"label": {
"en_US": "ID"
},
"objectFieldName": "id",
"priority": 0
},
{
"label": {
"en_US": "Distributor Application"
},
"objectFieldName": "r_applicationToEvaluations_c_d4b8DistributorApplicationId",
"priority": 1
},
{
"label": {
"en_US": "Author"
},
"objectFieldName": "creator",
"priority": 2
},
{
"label": {
"en_US": "Assessment Score"
},
"objectFieldName": "assessmentScore",
"priority": 3
},
{
"label": {
"en_US": "Decision"
},
"objectFieldName": "decision",
"priority": 4
},
{
"label": {
"en_US": "Create Date"
},
"objectFieldName": "createDate",
"priority": 5
},
{
"label": {
"en_US": "Modified Date"
},
"objectFieldName": "modifiedDate",
"priority": 6
}
]
}
],
"panelCategoryKey": "control_panel.object",
"pluralLabel": {
"en_US": "D4B8 Application Evaluations"
Expand Down

0 comments on commit e26cc0a

Please sign in to comment.