I guess I'm having a moment. I have extended a table and added a field. I have extended a form, that uses the table as a datasource. When I do the following, in the form events, it gives me a null reference.
FormDataSource ds = sender.formRun().dataSource(formDataSourceStr(ProdParmRelease, ProdParmRelease));
ProdParmRelease prodParmRelease = ds.cursor();
Info(enum(prodParmRelease.PrintRouteCardV2));
I can see the new field when I do a table browse of the extended table. What the heck am I missing?