Skip to content
New issue

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

InitializeFromRequest executor only supports TargetFieldType = All, and it throws an unsupported exception when a different field type is used #109

Open
jordimontana82 opened this issue Sep 11, 2023 · 0 comments
Labels
enhancement New feature or request scope-messages

Comments

@jordimontana82
Copy link
Contributor

https://learn.microsoft.com/en-us/dotnet/api/microsoft.crm.sdk.messages.targetfieldtype?view=dataverse-sdk-latest

The other options allowed are based on field metadata, so that only fields that are valid for create, read or update are initialized. To implement the other field types the executor would need to search in the field metadata to identify which fields are available for each TargetFieldType.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request scope-messages
Projects
Status: To do
Development

No branches or pull requests

1 participant