Hello, I have inherited the task of doing development on a bing maps integration project with Dynamics crm.
I have found a function "GetRecords" in the code. I cannot find where it is defined. It works. But if I can't find the arguments, I can't tweak it correctly.
An example of usage:
"accounts = Crm.GetRecords("Account", null, userFilter, null, null, null);"
I have no way of knowing which argument does what, because no documentation shows me where this is defined.
Is this defined in a hidden bing library or a hidden dynamics crm library (or has it somehow been included by the developer who passed the project to me and not tied to Microsoft)? I just need to find out what each argument is and what it does. I need to sort the results and want to see if I can do it by altering arguments.