I am looking at migrating some Custom Code we have into Functions, in part for reusability of pieces but also because of migrating to Kinetic Web UI from Classic. (and just looking for general information on coding patterns to use for functions)
I’m a relative Epicor/Kinetic newbie but have decades of Software Development experience.
I’m struggling to find general documentation on coding patterns or examples on what to use for what.
I’m referring to things like:
EpiView vs Adapters vs Business Objects vs DataView vs TableView vs TableSet vs DataSet
Is there any kind of cookbook for how to (and why to) use these?
Or am I stuck always searching thru the forums ?
Also…
As far as customizations vs functions go, should I be able to take most code from customizations and use the same coding approach in a function ? (assuming I can get the correct using statements and assembly references)