You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to use the method executeUnboundFunction for the function 'RetrieveCurrentOrganization' the parameter conversion is not handled for enumerated values.
When trying to use the method executeUnboundFunction for the function 'RetrieveCurrentOrganization' the parameter conversion is not handled for enumerated values.
Please see the below link for an example of a valid url.
https://crmtipoftheday.com/757/passing-enumerated-values-to-web-api/
e.g.
Expected
api/data/v9.1/RetrieveCurrentOrganization(AccessType=@p1)?@p1=Microsoft.Dynamics.CRM.EndpointAccessType'Default'
Actual
api/data/v9.1/RetrieveCurrentOrganization(AccessType=@p1)?@p1='Microsoft.Dynamics.CRM.EndpointAccessType'Default''
Notice the additional quotes added above generated from the buildFunctionParameters.js is causing an error.
BTW it's an awesome library!! Thank you!
The text was updated successfully, but these errors were encountered: