We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We talked about this, and IF you want to….
Check this code + designer how to get and select the solution: https://github.com/rappen/FetchXMLBuilder/blob/20c2090eef9e94a5559be31b5ea59d55db43fe66/FetchXmlBuilder/Forms/ShowMetadataOptions.cs
Looks like this:
This is getting the entities from the settings above: https://github.com/rappen/FetchXMLBuilder/blob/20c2090eef9e94a5559be31b5ea59d55db43fe66/FetchXmlBuilder/FXBMetadata.cs#L417-L465
You may also look at this for getting the entities details: https://github.com/rappen/FetchXMLBuilder/blob/20c2090eef9e94a5559be31b5ea59d55db43fe66/FetchXmlBuilder/FXBMetadata.cs#L163-L193
It also filters by metadatas, I think you just ignore that, but look at the solution-setting.
Enjoy!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
We talked about this, and IF you want to….
Check this code + designer how to get and select the solution:
https://github.com/rappen/FetchXMLBuilder/blob/20c2090eef9e94a5559be31b5ea59d55db43fe66/FetchXmlBuilder/Forms/ShowMetadataOptions.cs
Looks like this:
This is getting the entities from the settings above:
https://github.com/rappen/FetchXMLBuilder/blob/20c2090eef9e94a5559be31b5ea59d55db43fe66/FetchXmlBuilder/FXBMetadata.cs#L417-L465
You may also look at this for getting the entities details:
https://github.com/rappen/FetchXMLBuilder/blob/20c2090eef9e94a5559be31b5ea59d55db43fe66/FetchXmlBuilder/FXBMetadata.cs#L163-L193
It also filters by metadatas, I think you just ignore that, but look at the solution-setting.
Enjoy!
The text was updated successfully, but these errors were encountered: