Hello!
I'm attempting to use the openDatasetItem function but i'm hitting a generic error - "Loading chunk 5 failed. " (screenshot attached)
here's the code i'm using:
var recordRef: ComponentFramework.EntityReference = {
entityType: recType,
id: recId,
name: recName
};
context.parameters.mapDataSet.openDatasetItem(recordRef);I also noticed that the url that's generated may have an error in it (attached image) - the entity type (the 'etn' parameter) is listed as undefined as opposed to 'account'
cheers
J