I am trying to create new custom entity record from C# plugin code, like:
Entity documentlog = new Entity("tal_documentsubmissionlog");
documentlog["tal_name"] = "Test Account";
Guid accountId = _iOrgService.Create(documentlog);
throw new InvalidPluginExecutionException("LOg creation test >>" + accountId.ToString());
I am able to throw exception like: "LOg creation test >>484b17a2-30e1-e611-8108-3863bb360098"
but records are not shown in CRM .
*This post is locked for comments
I have the same question (0)