annotations - What type of exception is raised if "service.Retrieve" method doesn't find the specified entity Id in CRM? -
i retrieving annotation crm
service.retrieve("annotation", annotationid, col);
what type of exception raised if above "service.retrieve" method doesn't find specified "annotationid" in crm?
its going organizationservicefault
, see handle exceptions in code further advice.
Comments
Post a Comment