I am hearing more and more talk about the stored procedures in Infor CSI eventually being ported over to Handcoded (.NET) methods (somebody feel free to correct me if I am wrong).
Also, the Development Best Practices document from the Mongoose Portal would prefer that custom code, if there is a need for it, should be done with Form Scripting (Client) or IDO Extension Class (App Server).
We currently have quite a bit of custom code in the form of stored procedures. I am curious if we should begin looking to port our custom code from T-SQL to .NET code (running on either the client or app server, instead of the db server).
And any new customizations that would require IDO Methods be written, seems like it should be a Handcoded method instead of a Stored Procedure method.
Does anybody have any thoughts or guidance on this subject.
BTW, we are currently running CSI 9.00.30 with hopes of migrating to 10 in the near future.