rappen / CustomActionTester

MIT License
7 stars 2 forks source link

Custome API Request doesn;t contain attribute with name = entitylogical name #37

Open jw9j-001 opened 3 months ago

jw9j-001 commented 3 months ago

[Write any error info to resolve easier]


System.ServiceModel.FaultException<Microsoft.Xrm.Sdk.OrganizationServiceFault>:
'CustomAPIRequestParameter' entity doesn't contain attribute with Name = 'entitylogicalname' and NameMapping = 'Logical'. MetadataCacheDetails: ProviderType=Dynamic, StandardCache=True, IsLoadedInStagedContext = False, Timestamp=2095777680, MinActiveRowVersion=2095777680, MetadataInstanceId=29697991, LastUpdated=2024-05-22 06:04:43.243, OrgId=8d77d87a-454e-4cc2-aee8-d6ddf4c7a4db
Custom API Tester

Server stack trace: 
   在 System.ServiceModel.Channels.ServiceChannel.HandleReply(ProxyOperationRuntime operation, ProxyRpc& rpc)
   在 System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout)
   在 System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntime operation)
   在 System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message)

Exception rethrown at [0]: 
   在 Microsoft.Xrm.Tooling.Connector.CrmServiceClient.RetrieveMultiple(QueryBase query)
   在 Rappen.XTB.CAT.CustomActionTester.<>c__DisplayClass36_0.<GetInputParams>b__0(BackgroundWorker worker, DoWorkEventArgs args)
   在 System.ComponentModel.BackgroundWorker.OnDoWork(DoWorkEventArgs e)
   在 System.ComponentModel.BackgroundWorker.WorkerThreadStart(Object argument)