rappen / FetchXMLBuilder

FetchXML Builder for XrmToolBox and Microsoft Dynamics 365 / CRM
https://fetchxmlbuilder.com/
GNU General Public License v3.0
135 stars 56 forks source link

Find and replace functionality on fetch xml window #516

Open rafek1241 opened 3 years ago

rafek1241 commented 3 years ago

image CTRL + H to replace {1} string into specific attribute.

OR

Separate tab with variables that can be set and during execution fetch xml template will use them in places such as {some_variable}

rappen commented 3 years ago

Interesting, I think...! Can you tell a bit more? Like why it is better than just select and CTRL+C to do it...

rafek1241 commented 3 years ago

User experience basically. It was selfish proposition because in my work we sometimes using 'string.format(...)' for fetchxml with places that we fill out. Additionally I expect to have this option from notepad-like window

rappen commented 3 years ago

Thanks, got it!