rappen / CustomActionTester

MIT License
7 stars 2 forks source link

CAT: Enhance Value selection for EntityReference parameter type #31

Closed rappen closed 9 months ago

rappen commented 1 year ago

Discussed in https://github.com/rappen/CustomActionTester/discussions/30

Originally posted by **CasimirForelli** January 19, 2023 Hi @rappen , I have some suggestions for enhancing the value selection for parameters of type EntityReference for the Custom Action Tester. Currently you can only use the "Lookup" dialog and use System Views to pick the needed record. This is nice and convenient is many cases, but if you have to pick a record from a very large entity you are lost, because you cannot filter properly or it takes very long until the view loads. And even then filtering does not work afterwards. So my suggestion would be to simple allow the entering and usage of the record GUID as alternative, like it is possible in the FetchXml Builder. Alternatively, or in addition, it would also help if the list of Views in the Lookup dialog would also contain the personal views of the current user. This will give us he chance to pre-filter the records needed for a test and store it as view. Thank you and kind regards Casimir PS: really appreciating all your work for XrmToolbox, Thanks a lot
rappen commented 9 months ago

Now available to select personal views. To be able to manually add a guid will be in a related issue.