I can create contacts from Contacts, but when I use the Quick Create: Contact option from the sub-grid in the Account form, I get this error:
"Process action associated with this process is not activated"
Googling for this error shows discussions of activating draft actions from Settings > Processes > Draft Processes. I reviewed these and couldn't see anything that looked related to contact creation or even accounts. Here's below the error log, which mentions "Field Service: Create (pre-operation) for contact" but I don't see an action with a name related to that. Help appreciated!
Unhandled Exception: System.ServiceModel.FaultException`1[[Microsoft.Xrm.Sdk.OrganizationServiceFault, Microsoft.Xrm.Sdk, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]]: Process action associated with this process is not activated.Detail:
<OrganizationServiceFault xmlns:i="www.w3.org/.../XMLSchema-instance" xmlns="schemas.microsoft.com/.../Contracts">
<ActivityId>87d6a74d-2063-41bf-b6df-b0f3b9354e3f</ActivityId>
<ErrorCode>-2147220891</ErrorCode>
<ErrorDetails xmlns:d2p1="schemas.datacontract.org/.../System.Collections.Generic">
<KeyValuePairOfstringanyType>
<d2p1:key>ApiExceptionSourceKey</d2p1:key>
<d2p1:value xmlns:d4p1="www.w3.org/.../XMLSchema" i:type="d4p1:string">Api/PrePipeline</d2p1:value>
</KeyValuePairOfstringanyType>
<KeyValuePairOfstringanyType>
<d2p1:key>ApiOriginalExceptionKey</d2p1:key>
<d2p1:value xmlns:d4p1="www.w3.org/.../XMLSchema" i:type="d4p1:string">Microsoft.Crm.CrmException: Process action associated with this process is not activated.
at Microsoft.Crm.Extensibility.OrganizationSdkServiceInternal.ExecuteRequestRequestWithInstrumentation(OrganizationRequest request, OrganizationInternalRequest organizationInternalRequest)
at Microsoft.Crm.Extensibility.OrganizationSdkServiceInternal.ExecuteRequestRequestWithInstrumentationOperation(OrganizationRequest request, OrganizationInternalRequest organizationInternalRequest)
at Microsoft.Crm.Extensibility.OrganizationSdkServiceInternal.<>c__DisplayClass18_0.<ExecuteRequest>b__0()</d2p1:value>
</KeyValuePairOfstringanyType>
<KeyValuePairOfstringanyType>
<d2p1:key>ApiStepKey</d2p1:key>
<d2p1:value xmlns:d4p1="www.w3.org/.../XMLSchema" i:type="d4p1:string">[SNIP]</d2p1:value> </KeyValuePairOfstringanyType> <KeyValuePairOfstringanyType> <d2p1:key>ApiDepthKey</d2p1:key> <d2p1:value xmlns:d4p1="www.w3.org/.../XMLSchema" i:type="d4p1:string">1</d2p1:value> </KeyValuePairOfstringanyType> <KeyValuePairOfstringanyType> <d2p1:key>ApiActivityIdKey</d2p1:key> <d2p1:value xmlns:d4p1="www.w3.org/.../XMLSchema" i:type="d4p1:string">87d6a74d-2063-41bf-b6df-b0f3b9354e3f</d2p1:value> </KeyValuePairOfstringanyType> <KeyValuePairOfstringanyType> <d2p1:key>ApiPluginSolutionNameKey</d2p1:key> <d2p1:value xmlns:d4p1="www.w3.org/.../XMLSchema" i:type="d4p1:string">System</d2p1:value> </KeyValuePairOfstringanyType> <KeyValuePairOfstringanyType> <d2p1:key>ApiStepSolutionNameKey</d2p1:key> <d2p1:value xmlns:d4p1="www.w3.org/.../XMLSchema" i:type="d4p1:string">System</d2p1:value> </KeyValuePairOfstringanyType> <KeyValuePairOfstringanyType> <d2p1:key>OperationStatus</d2p1:key> <d2p1:value xmlns:d4p1="www.w3.org/.../XMLSchema" i:type="d4p1:string">0</d2p1:value> </KeyValuePairOfstringanyType> <KeyValuePairOfstringanyType> <d2p1:key>SubErrorCode</d2p1:key> <d2p1:value xmlns:d4p1="www.w3.org/.../XMLSchema" i:type="d4p1:string">-2146233088</d2p1:value> </KeyValuePairOfstringanyType> </ErrorDetails> <Message>Process action associated with this process is not activated.</Message> <Timestamp>2018-05-23T22:12:55.2397261Z</Timestamp> <ExceptionRetriable>false</ExceptionRetriable> <ExceptionSource i:nil="true" /> <InnerFault i:nil="true" /> <OriginalException i:nil="true" /> <TraceText> [Microsoft.Dynamics.FieldService: Microsoft.Dynamics.FieldService.FieldServicePlugin] [a19ad46e-d2a5-435f-917b-fb535d2909df: Field Service: Create (pre-operation) for contact] FieldServicePlugin: PluginLocal.Create, Depth: 1 FieldServicePlugin: PluginContext Start FieldServicePlugin: MessageName: Create FieldServicePlugin: PrimaryEntityName: contact FieldServicePlugin: PrimaryEntityId: 2dd7556b-d65e-e811-a95d-000d3ae0562f FieldServicePlugin: SecondaryEntityName: none FieldServicePlugin: Stage: 20 FieldServicePlugin: PreEntityImages.Count: 0 FieldServicePlugin: PostEntityImages.Count: 0 FieldServicePlugin: InputParameters: Target = Microsoft.Xrm.Sdk.Entity FieldServicePlugin: OutputParameters: FieldServicePlugin: SharedVariables: DefaultsAddedFlag = True FieldServicePlugin: UserId: [SNIP] FieldServicePlugin: InitiatingUserID: [SNIP]
FieldServicePlugin: IsolationMode: 1 FieldServicePlugin: Mode: 0 FieldServicePlugin: OrganizationName: org94509959 FieldServicePlugin: OrganizationId: 9a91fc31-e262-471f-9007-425c057e6176 FieldServicePlugin: BusinessUnitId: a742b84f-181f-e811-a839-000d3ae0eb6e FieldServicePlugin: CorrelationId: 237bb1c6-7adf-48cc-821b-1f30f3e3ba1f FieldServicePlugin: RequestId: 9d9ed833-b666-4656-b4c7-b4ef9f4a5146 FieldServicePlugin: OperationId: 9d9ed833-b666-4656-b4c7-b4ef9f4a5146 FieldServicePlugin: IsInTransaction: True FieldServicePlugin: Depth: 1 FieldServicePlugin: IsExecutingOffline: False FieldServicePlugin: Parent PluginContext Start FieldServicePlugin: PluginContext Start FieldServicePlugin: MessageName: Create FieldServicePlugin: PrimaryEntityName: contact FieldServicePlugin: PrimaryEntityId: 2dd7556b-d65e-e811-a95d-000d3ae0562f FieldServicePlugin: SecondaryEntityName: none FieldServicePlugin: Stage: 30 FieldServicePlugin: PreEntityImages.Count: 0 FieldServicePlugin: PostEntityImages.Count: 0 FieldServicePlugin: InputParameters: Target = Microsoft.Xrm.Sdk.Entity SuppressDuplicateDetection = False FieldServicePlugin: OutputParameters: FieldServicePlugin: SharedVariables: DefaultsAddedFlag = True FieldServicePlugin: UserId:[SNIP]
FieldServicePlugin: InitiatingUserID: [SNIP]
FieldServicePlugin: IsolationMode: 1 FieldServicePlugin: Mode: 0 FieldServicePlugin: OrganizationName: org94509959 FieldServicePlugin: OrganizationId: 9a91fc31-e262-471f-9007-425c057e6176 FieldServicePlugin: BusinessUnitId: a742b84f-181f-e811-a839-000d3ae0eb6e FieldServicePlugin: CorrelationId: 237bb1c6-7adf-48cc-821b-1f30f3e3ba1f FieldServicePlugin: RequestId: 9d9ed833-b666-4656-b4c7-b4ef9f4a5146 FieldServicePlugin: OperationId: 9d9ed833-b666-4656-b4c7-b4ef9f4a5146 FieldServicePlugin: IsInTransaction: True FieldServicePlugin: Depth: 1 FieldServicePlugin: IsExecutingOffline: False FieldServicePlugin: PluginContext End FieldServicePlugin: Parent PluginContext End FieldServicePlugin: PluginContext End FieldServicePlugin: PluginLocal.Create, Depth: 1 FieldServicePlugin: PluginLocal.Create, Depth: 1 FieldServicePlugin: InitializePlugin: local FieldServicePlugin: ConfigurePluginFlagsSupportInternal() FieldServicePlugin: CreateEntityOperation(contact) FieldServicePlugin: Operation type: ContactOperation FieldServicePlugin: operation.Initialize() FieldServicePlugin: InputEntity: [SNIP] FieldServicePlugin: operation.Execute() FieldServicePlugin: PluginStage: 20 MessageName: Create FieldServicePlugin: Before calling message handler FieldServicePlugin: Before FieldServicePlugin: BeforeCreate FieldServicePlugin: BeforeCreateOrUpdate FieldServicePlugin: Settings: Retrieving local FieldServicePlugin: Settings: Retrieving hard FieldServicePlugin: PluginLocal.Dispose, Depth: 1 FieldServicePlugin: PluginLocal.Dispose, Depth: 1 FieldServicePlugin: Process action associated with this process is not activated. System.ServiceModel.FaultException`1[Microsoft.Xrm.Sdk.OrganizationServiceFault]: Process action associated with this process is not activated. (Fault Detail is equal to Exception details: ErrorCode: 0x80045052 Message: Process action associated with this process is not activated. TimeStamp: 2018-05-23T22:12:55.2243295Z -- ). FieldServicePlugin: PluginLocal.Dispose, Depth: 1 </TraceText> </OrganizationServiceFault>
*This post is locked for comments
I have the same question (0)