[ Tips & Tricks ] Generate Sources for Epicor Functions (EFX)
Epicor can generate Sources for Epicor Functions which provide a valuable learning opportunity to understanding the workings of a function.
Just like BPM Sources, EFX Sources will also be generated in the ServerPath\BPM\Sources folder.
If you are like me, you benefit from the?Server\BPM\Sources?folder.
1 - Enable Globally via web.config
The first option that can generate EFX Sources is to edit your?web.config?and navigate to the?appSettings?node & add the following:
<add key="DumpEfxSources" value="true" />
2 - Enable Individually via EFX Maintenance
The second option which is applicable to Epicor Kinetic ERP 2021.2.x and is not available in Epicor 10.2, you can enable Dump Sources individually via?Epicor Functions Maintenance.
Conclusion
Now when you work with Epicor Functions you can see the generated code and use it as a learning opportunity.
Epicor ERP Expert / Software Engineer
3 年This was mentioned in another article. I just wanted to separate it, for easier finding. If you want to enable BPM Sources see: https://www.dhirubhai.net/pulse/tips-tricks-generate-bpm-sources-kinetic-erp-20212-haso-keric/