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

Implement InstantiateTemplateRequest #231

Open
dbdness opened this issue Apr 16, 2024 · 0 comments
Open

Implement InstantiateTemplateRequest #231

dbdness opened this issue Apr 16, 2024 · 0 comments

Comments

@dbdness
Copy link

dbdness commented Apr 16, 2024

Is your feature request related to a problem? Please describe.
The InstantiateTemplateRequest SDK request is currently not supported in XrmMockup - plugins executing this request fail with the following error under unit test:

System.NotImplementedException: Execute for the request 'InstantiateTemplate' has not been implemented yet.
This exception was originally thrown at this call stack:
DG.Tools.XrmMockup.Core.ExecuteRequest(Microsoft.Xrm.Sdk.OrganizationRequest, Microsoft.Xrm.Sdk.EntityReference, DG.Tools.XrmMockup.PluginContext)
DG.Tools.XrmMockup.Core.Execute(Microsoft.Xrm.Sdk.OrganizationRequest, Microsoft.Xrm.Sdk.EntityReference, DG.Tools.XrmMockup.PluginContext)
DG.Tools.XrmMockup.MockupService.SendRequest(Microsoft.Xrm.Sdk.OrganizationRequest)

Describe the solution you'd like
Support of the InstantiateTemplateRequest as documented here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant