rappen / BulkDataUpdater

Updates or touches single attributes on a set of records.
https://www.nuget.org/packages/Cinteros.XrmToolBox.BulkDataUpdater/
GNU General Public License v3.0
5 stars 5 forks source link

Keep job details when switching connections #203

Closed bwmodular closed 8 months ago

bwmodular commented 1 year ago

Hi, an enhancement request for this already awesome tool.

If you change connections when using BDU, it would be great if you were immediately able to re-run the same job in the new environment. Instead, it resets the fetchXml to an empty query or sometimes populates the fetchXml with a query that was run in some other session a while ago it also sometimes populates the selected attribute to update to be one from a previous job, or sometimes clears the selected attribute and kind of locks the 'Select Attribute to Update' section so you have to reset the attributes to get it working again.

Ideally, if I run a job in environment A and then switch to environment B, I'd like to be able to just carry out the same job in Environment B without having to make any other changes.

I'm sure it's realy hard to handle this switch in connections so just thought I'd raise it in case it's something you'd think about looking at.

Thanks!

rappen commented 8 months ago

Great idea!

How about this? Show when connected to another connection.

image