The error
ystem.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary. at System.ThrowHelper.ThrowKeyNotFoundException() at System.Collections.Generic.Dictionary`2.get_Item(TKey key) at Opportunity1.subgrid.Execute(IServiceProvider serviceProvider)
The Code
Entity entity = (Entity)context.InputParameters["Target"];
EntityReference ownerLookup = (EntityReference)entity.Attributes["parentaccountid"];
Guid accountid = ownerLookup.Id;
can any one help me here?