Hi All,
I am working with service activity entity and I am retrieving customers (which are of ActivityParty dataType) I want to use this customer field in as Input parameter but I wonder such data type for input parameter is not available .
we have Entity reference but we can't use as Customer field containing both accounts and contacts,So I can't use like below.
[Input("to_OutputParameter")]
[ReferenceTarget("activityparty")]--> I wonder here whether we can define activityparty s entity reference
public InArgument<EntityReference> ToActivityParty { get; set; }
How can we deal with activity party data type fields if we want to use using input or Output