Michael Blackburn

Results 5 comments of Michael Blackburn

This would be a more natural fit for the related project CrmRestKit, which uses the 2011 REST OData endpoint, which has been deprecated. This library uses the 2011 SOAP endpoint,...

I'm just looking at the code by eye, but it looks like getting `Guid.Empty` is expected here. I'm assuming you mean the `InstantiateTemplateResponse` in the `GetEmailInstantiateFromTemplate` method. If you follow...

And yes, you could get an empty email body if the template is incorrect, but checking for `Guid.Empty` won't help you, as it will always be `Guid.Empty` at that point.

That makes some sense, but the InstantiateTemplateRequest takes an ID for the Template, not a name. If the name of the template was not found, that would appear in the...

You may need to change the behavior of the date field in CRM. You don't say what version you're using, but the last couple of versions have had a selector...