salesforce-devtools
salesforce-devtools copied to clipboard
【Request】 I want to output standard object and custom object together.
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 Actually you can (not perfect) do this in current version of DevTools, the below steps will make you export what you want.
- Input
__cto search custom objects - Check objects you want to export
- Input other keyword such as
account - Check standard objects from search result list
- 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
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.