Hi,
Ive created a new global option set to be used in the standard and recurring appointment entities.
Obviously i would like to map this field from the recurring appointment form to the associated appointments using data propagation however i have found that for some reason option sets cant be mapped in this manner.
First i thought maybe global option sets couldn't be used in this manner so i tried creating a normal option set within the recurring appointment entity and creating a new field in the appointment entity by selecting <Create New> under the data propagation section of the field form however i keep receiving the same error which from what i can tell means option sets cant be used in this way. Below is an example of the error log received.
Unhandled Exception: System.ServiceModel.FaultException`1[[Microsoft.Xrm.Sdk.OrganizationServiceFault, Microsoft.Xrm.Sdk, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]]: Data type mismatch found with linked attribute for attribute new_SubjectDetail:
<OrganizationServiceFault xmlns:i="www.w3.org/.../XMLSchema-instance" xmlns="schemas.microsoft.com/.../Contracts">
<ErrorCode>-2147159812</ErrorCode>
<ErrorDetails xmlns:d2p1="schemas.datacontract.org/.../System.Collections.Generic" />
<Message>Data type mismatch found with linked attribute for attribute new_Subject</Message>
<Timestamp>2016-09-21T22:00:34.6060116Z</Timestamp>
<InnerFault i:nil="true" />
<TraceText i:nil="true" />
</OrganizationServiceFault>
Does anyone have any suggestions as to what i'm doing wrong? or a possible work around?
Cheers
Scott