Hi, you can simply set the lookup attribute on the child entity childRecord["lookupattribute"] = new EntityReference(parentEntityName, parentId); ... Update(childRecord);
↧