I am unable to send the email through the form because of the following error. I assume that the form doesn't work because of the depricated CDO? I'm not sure, but also I am not sure how to fix this problem. CDO.Message.1 error '80040220' The "SendUsing" configuration value is invalid. [...] read more
I hit a 403 forbidden when trying to update the record of an approval request for which I am the owner. I've included the full error message bellow and I noticed it includes this - missing prvWritemsdyn_flow_approvalrequest privilege - but am unable to find anything on it I've tried resetting [...] read more
I am trying to retrieve data from Microsoft Dynamics CRM database. In order to have LINQ functionality, I applied crmsvcutil to generate data context class. The following is the command line I used crmsvcutil /connectionString:"Authentication Type=SPLA; Server= http://our-crm.com; User ID=user; Password=pass" /namespace:Stub.Xrm /dataContextPrefix:MyCorp /out:Xrm.cs When running the command, I got [...] read more