Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

When Exporting Plan its only exporting one object #168

Open
Abhishekrazy opened this issue Jul 23, 2024 · 4 comments
Open

When Exporting Plan its only exporting one object #168

Abhishekrazy opened this issue Jul 23, 2024 · 4 comments

Comments

@Abhishekrazy
Copy link

sf texei data plan generate --objects Account,Contact,MyCustomObject__c --outputdir ./data

for multiple objects its only generating one sobject

{
"excludedFields": [],
"lookupOverride": {},
"sObjects": [
{
"name": ***************************************************************************************************
"label": "",
"filters": "",
"orderBy": "",
"externalId": "",
"excludedFields": []
}
]
}

@FabienTaillon
Copy link
Member

Weird, I tried it and got the correct result:

{
  "excludedFields": [],
  "lookupOverride": {},
  "sObjects": [
    {
      "name": "Account",
      "label": "",
      "filters": "",
      "orderBy": "",
      "externalId": "",
      "excludedFields": []
    },
    {
      "name": "Contact",
      "label": "",
      "filters": "",
      "orderBy": "",
      "externalId": "",
      "excludedFields": []
    },
    {
      "name": "MyCustomObject__c",
      "label": "",
      "filters": "",
      "orderBy": "",
      "externalId": "",
      "excludedFields": []
    }
  ]
}

Are you using the latest version ? Maybe run sf update or uninstall/reinstall plugin and give it another try ?

@Abhishekrazy
Copy link
Author

Its working fine on other devices but don't know why in my device its not working. I tried reinstalling sf is also updated to latest version. Didn't find root cause

@FabienTaillon
Copy link
Member

Sorry I tried again and I'm not able to reproduce, so that makes it hard to fix it.

@Abhishekrazy
Copy link
Author

Let me make a video of it maybe it helps

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants