salesforce-devtools icon indicating copy to clipboard operation
salesforce-devtools copied to clipboard

【Request】 I want to output standard object and custom object together.

Open MulodoHiura opened this issue 6 years ago • 2 comments

There are requests for "ERDs Generator" and "Export Objects defination to Excel". I want to output standard object and custom object together. Currently, although it is possible to narrow down the custom list by "__c" etc., it is not possible to narrow down the standard + custom object list. I'm glad to be able to get it by ".object" etc.

MulodoHiura avatar Jun 04 '19 02:06 MulodoHiura

@MulodoHiura Actually you can (not perfect) do this in current version of DevTools, the below steps will make you export what you want.

  1. Input __c to search custom objects
  2. Check objects you want to export
  3. Input other keyword such as account
  4. Check standard objects from search result list
  5. Then Export All

DevTools will remember the objects you checked so you can export them together.

Anyway, I'll enhance this feature to select Standard and Custom more easy in next version.

xgeek-net avatar Jun 04 '19 02:06 xgeek-net

@xgeek-net

Great! My purpose was achieved in the way you taught me. It is best if you improve the function. However, since it is rare to output all standard objects, it is enough to just describe.

Thank you.

MulodoHiura avatar Jun 05 '19 03:06 MulodoHiura