MscrmTools
MscrmTools
Just tried the same scenario but I did not reproduced... In my case, the parent folder is detected correctly and so the connection folder is hidden...
Please try to configure it using classic form designer. Some users reported the same when using modern designer
Unfortunately, this is an issue with the PCF framework itself that does not honor the onPreSearch event, as far as I remember.
Well, to be more accurate, in the PCF control, we can raise the event onPreSearch but the use on client side of ctrl.SetCustomFilter is not handled in the PCF framework...
Hi @craigvarasset, Are you in a Model Driven App or a Canvas App? Seeing the style, it definitively does not look like a Model Driven app
oh, I see... This is the new look turned off that must cause the issue. I will try to check this but in the meantine, I guess you should not...
I need to check this behavior to check if using SetDefaultView triggers updateView in the PCF
I can definitively add a setting for logging in XrmToolBox but metadata are in connection controls. So I should start with enabling log levels there before adding it in XrmToolBox
ok @MarkMpn, I added a LogManager in MscrmTools.Xrm.Connection library. You can use it passing a filename `new LogManager("metadatacache.log")`
Hi, thanks for reporting this. Honestly, I'm not so good developer so I could fix this issue myself. But a pull request that would handle it could be nice.