Results 18 comments of Guido Preite

It should be the equivalent of the _MSCRM.SuppressDuplicateDetection_ header but as you wrote is not documented. The MSCRM.SuppressDuplicateDetection is already added for the other syntaxes (Fetch, jQuery, XHR) by making...

Thanks for the console log. Is an error you get always when fetching accounts inside this instance or it happens once a while? Because it's hard for me to debug...

can you send me an email? my address is firstname.lastname[at]gmail.com or you can contact me on LinkedIn or Twitter. After we can check how to tackle this issue. Thanks

Hi @anskanth thanks for reporting this. I understood the problem, right now the code retrieves only the top 5000 because it doesn't implement a logic for the odata.nextLink property. I...

Hi @BineG , is the expand you are doing related to a many-to-one (lookup) relationship? To be honest I need to check if a standard relationship has the behavior you...

can you add a couple of screenshots on how the relationships are setup inside the "Configure" tab of DRB? according to the URLs you posted, DRB is creating the URLs...

For one-to-many (and also many-to-many) the schema name is used, the relevant code for the expand is at this line: https://github.com/GuidoPreite/DRB/blob/main/js/drb.generatecode.js#L50 The other important part (but not the only one...

Hi, I understand the issue but I don't know if the error you are getting is related to the JS generated or by something else, you can try to test...