Skip to content

Commit

Permalink
LPD-25643 Sort by object field name
Browse files Browse the repository at this point in the history
  • Loading branch information
carolmariaabb authored and brianchandotcom committed May 16, 2024
1 parent 0981ee8 commit 55acef5
Showing 1 changed file with 21 additions and 21 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -140,27 +140,6 @@
"type": "Date",
"unique": false
},
{
"DBType": "String",
"businessType": "Text",
"indexed": false,
"indexedAsKeyword": false,
"indexedLanguageId": "",
"label": {
"en_US": "Status"
},
"localized": false,
"name": "status",
"objectFieldSettings": [
],
"readOnly": "true",
"readOnlyConditionExpression": "",
"required": false,
"state": false,
"system": true,
"type": "String",
"unique": false
},
{
"DBType": "Long",
"businessType": "Relationship",
Expand Down Expand Up @@ -193,6 +172,27 @@
"system": false,
"type": "Long",
"unique": false
},
{
"DBType": "String",
"businessType": "Text",
"indexed": false,
"indexedAsKeyword": false,
"indexedLanguageId": "",
"label": {
"en_US": "Status"
},
"localized": false,
"name": "status",
"objectFieldSettings": [
],
"readOnly": "true",
"readOnlyConditionExpression": "",
"required": false,
"state": false,
"system": true,
"type": "String",
"unique": false
}
],
"objectFolderExternalReferenceCode": "TESTOBJECTFOLDER3",
Expand Down

0 comments on commit 55acef5

Please sign in to comment.