texei / texei-sfdx-plugin

Texeï's plugin for sfdx
https://texei.github.io/texei-sfdx-plugin/
BSD 3-Clause "New" or "Revised" License
121 stars 37 forks source link

How to keep user lookups? #73

Open pammurillo opened 3 years ago

pammurillo commented 3 years ago

Hello, When exporting records, all lookup fields referencing users are overwritten by the user Id who exports the data. Can this be avoided? Thanks!

FabienTaillon commented 3 years ago

@pammurillo not yet, because the plugin was created to add data to scratch orgs, where you don't have the same users. Now we're seeing more and more usage of these commands to move data from an org to another, so we want to update the command, but it's not there yet.

mikbranchaud commented 2 years ago

We could really use this feature too

NdeFrutos commented 3 months ago

Hello, I've seen that there's already a pull request with this functionality.

This feature would be very usefull for me too, I don't know much typescript but i might try to update this PR to avoid conflicts :)