Upgrading a customization project from 23R1 to 24R1 I’m getting the following error:
PrimaryKeyOf<MyDAC> does not contain a definition for BaseBy
Here’s the line of code.
PrimaryKeyOf<MyDAC>.BaseBy<MyDAC.field1, Config>.FindBy(graph, field1);
Is there a different namespace needed or has the BaseBy been removed.
Thanks
Scott