Hello,
Can we set Look field as Null or empty to remove link between two entities using plugin in CRM 2013.
Trying this code but failed as Invalid Cast Exception.
caseEntity.Attributes[EntityAttributeConstants.CaseRelatedLog] = null;
service.Update(caseEntity);
*This post is locked for comments
I have the same question (0)