Forum Post: Reporting server returns a "Not found" error
Hi All, I have been trying to generate PDF from a custom report in dynamic, i am sending a POST message to the reporting server API, but getting an error of - HTTP Error 404 - Not Found (even when used...
View ArticleForum Post: RE: Reporting server returns a "Not found" error
Is this a FETCH based report? if so you should be able to first access the report from the UI. If you can't access the report from CRM UI, you need to first get that sorted I think I have not tested...
View ArticleForum Post: RE: Reporting server returns a "Not found" error
Kokulan the report works perfectly from the UI. I just vtested it again now.
View ArticleForum Post: RE: Reporting server returns a "Not found" error
I use to debug my javascript file from the developer console, but I cant even find the frame that holds all the Javascript file again, since chrome got updated. my debugger screenhot is like the below,...
View ArticleForum Post: RE: Reporting server returns a "Not found" error
Kokulan i get the below error from CRM UI: ReferenceError: Web resource method does not exist: Mscrm.BusinessRulesScript.Initialize at e.execute ( vicsdev.crm11.dynamics.com/.../app.js ) at...
View ArticleForum Post: RE: Reporting server returns a "Not found" error
If you are finding it difficult to debug your script, you could add a debugger; line to your script and when you refresh the page while dev tool is open, it should hit the debugger line allow you to...
View ArticleForum Post: RE: Reporting server returns a "Not found" error
Kokulan i have pasted the full URL in my URL and it came back with the 404 error as well.
View ArticleForum Post: Asyc call returning status = 0 and Readystate = 1
I am trying to generate a PDF using the reporting server URL, but my api call returns a 0 status at the method "encodePdf(responseSession)", which makes it skip the CreateNote method that should have...
View ArticleForum Post: RE: My Report server returning a 404 error
Kokulan please look at my code above. Cheers
View ArticleForum Post: RE: My Report server returning a 404 error
And the response in the WEBApi call is below: onabort: null onerror: null onload: null onloadend: null onloadstart: null onprogress: null onreadystatechange: Æ’ () ontimeout: null readyState: 1...
View ArticleForum Post: RE: Hierachy of opportunities. How to handle mega projects?
Hi, You can setup a custom 1:N relationship with opportunity entity (self referential) and that would allow you to setup a hierarchical visualisation for opportunities. You have to link the opportunity...
View ArticleForum Post: RE: error System.Security.Cryptography.CryptographicException...
Hi Dinesh Can you try the suggestion from the below forum post. stackoverflow.com/.../the-input-data-is-not-a-complete-block-when-decrypting-using-aes
View ArticleForum Post: RE: Calendar With Id = 2c640fe4-7dbe-e711-80ea-3863bb348bd0 Does...
This issue usually comes when we apply a calendar template to multiple resources. Try to create a new calendar template only for the resource in context. Also on the Bookable Resource Entity there is a...
View ArticleForum Post: RE: Calendar With Id = 2c640fe4-7dbe-e711-80ea-3863bb348bd0 Does...
Did you recently do an update to your Field Service? We updated our DEV instance and we got this error. What you need to do is check this GUID in another older environment. In our case it was our TEST...
View ArticleForum Post: Migration CRM 2016 On-Premise to Online
Hello Everyone, Looking for the best Practice Steps form Migration on CRM 2016 On-Prem to D365 Online for Middle East. Please give suggestions Regards, Vikas Gupta
View ArticleForum Post: How to validate Field through javascript number between 100 and 300
Hello, I want to validate text field entered value should be between 100 and 300 . Please suggest how to validate thru javascript to prevent save and validate on change.
View ArticleForum Post: RE: Migration CRM 2016 On-Premise to Online
Please follow below posts..for best practices..related to Migration... www.nigelfrank.com/.../ask-the-expert-preparing-dynamics-crm-customizations-for-upgrade-to-dynamics-365...
View ArticleForum Post: RE: How to validate Field through javascript number between 100...
if the type of your field is whole number you can already specify min and max values inside the field definition if you need this field to be a text (for example for an external integration), then you...
View ArticleForum Post: RE: Delete duplication recorders depend on my beefiness rule
My Plugin using System; using Microsoft.Xrm.Sdk; using Microsoft.Xrm.Sdk.Query; namespace CFM.UpdateCustomerAsset.BookingDate { public class SuppressionBookingDates : IPlugin { IOrganizationService...
View Article