
Hi there,
is it possible to create a list of all managed fields that have an unmanaged solution layer? I can only get components like workflows or forms via the XRMToolbox, but not single fields.
Thanks in advance.
Hello Thomas,
You will have do that entity by entity.
I believe you can get all the attribute using Xrmtoolbox metadat document and get all the attributes and sort by timestamp or solution ID= active solution
or if you want to use the web api you can try this link:
<orgname>/api/data/v9.1/EntityDefinitions(<entityid>)/Attributes?$filter=isManaged eq true & solutionid eq 'fd.....'