I'm working with a customer who are being migrated somewhat against their will from Single-Tenant Cloud to MT Cloud. They have some highly specific modifications (originally implemented by ICS) in SQL which we need to recreate in Syteline V10. The affected code makes extensive use of EXTGEN stored procedures (and a few non-EXTGEN variants) and the code is often at the bottom of long dependency chains but none, so far, has been replaced by the Code-Out project.
We can, with a bit of work reimplement as EXTGEN procedures but this will only ever be a stopgap. So we would prefer to convert some of the SP's to extension classes.
We largely have our heads around writing completely custom code in VB or C# but haven't yet worked out how to extend standard Infor VB/C# methods in the way we would use EXTGENs in SQL. The Extensibility Guide gives a outline process for doing this kind of thing in "Use Case 6" but doesn't provide full example code. I've yet to find materials in Campus either and nobody else I've spoken to seems to have gone down this road yet.
Does anyone have a simple piece of example code they can share which shows how the standard call is diverted/overriden to use custom code instead (wherever it's called from in the dependency chain (just as an EXTGEN SP would)?
Thanks