Hi there.
When you create a loader delegate, from the IDE (IntelliJ plugin) the generated code is incorrect:
@Install(to = "assignmentToPersonMatchesDc", target = Target.DATA_LOADER)
private fun assignmentToPersonMatchesDcLoadDelegate(loadContext: LoadContext<AssignmentToPersonMatch>?): MutableList<AssignmentToPersonMatch> {
TODO()
}}
The code is supposed to be generated against the loader, not the data container.