Kumac13 / sfdx.vim

0 stars 0 forks source link

Detected Error when SfdxSObject #8

Closed Kumac13 closed 1 year ago

Kumac13 commented 1 year ago
Execute the process in the alias: kumac
Error detected while processing function sfdx#main[39]..force#schema#describe_sobject_schema:
line    2:
E491: JSON decode error at 'Warning: The "-u" flag has been deprecated. Use "--target-org" instead.^@{^@  "actionOverrides": [^@    {^@      "formFactor": "LARGE",^@      "isAvailableInTouch": false,^@
   "name": "View",^@      "pageId": "0M010000000PSt9CAG",^@      "url": null^@    }^@  ],^@  "activateable": false,^@  "associateEntityType": null,^@  "associateParentEntity": null,^@  "childRelationships
": [^@    {^@      "cascadeDelete": true,^@      "childSObject": "AIInsightValue",^@      "deprecatedAndHidden": false,^@      "field": "SobjectLookupValueId",^@      "junctionIdListNames": [],^@      "ju
nctionReferenceTo": [],^@      "relationshipName": null,^@      "restrictedDelete": false^@    },^@    {^@      "cascadeDelete": true,^@      "childSObject": "AIRecordInsight",^@      "deprecatedAndHidden
": false,^@      "field": "TargetId",^@      "junctionIdListNames": [],^@      "junctionReferenceTo": [],^@      "relationshipName": null,^@      "restrictedDelete": false^@    },^@    {^@      "cascadeDe
lete": false,^@      "childSObject": "Acc
E121: Undefined variable: fields
Kumac13 commented 1 year ago
sfdx force:schema:sobject:describe -s Conversion__c -u kumac
Warning: The "-u" flag has been deprecated. Use "--target-org" instead.
{
  "actionOverrides": [],
  "activateable": false,
  "associateEntityType": null,
  "associateParentEntity": null,
  "childRelationships": [
    {
      "cascadeDelete": true,
      "childSObject": "AIInsightValue",
      "deprecatedAndHidden": false,
      "field": "SobjectLookupValueId",
      "junctionIdListNames": [],
      "junctionReferenceTo": [],
Kumac13 commented 1 year ago

16d43500f7edeeefa4e77526cda3a16a3d456e68

Warning: The "-u" flag has been deprecated. Use "--target-org" instead.