Allow external editors to work to modify/customize Epicor

Very Easy, its just a Browser Component (Chrome) that loads an .html file and passes a BAQ as JSON Object to JavaScript then all the work is done on the web part until someone clicks save or print then I send the JSON Object to C#. I think in EO you can actually bind an html element and it will take care of the syncing itself (need to try it). =)

You can get creative creating little “Widgets” and just launching them in GroupBoxes the HTML/CSS takes care of scaling.

2 Likes