Request for Documentation on Epicor Kinetic Development

I am looking to get started with development on Epicor Kinetic and would appreciate any assistance. Specifically, I would like to know if anyone can provide links or names of documents related to:

  1. Kinetic API
  2. Business Process Management (BPM)
  3. Customizations
  4. Kinetic Configuration

If you have clear steps or resources where I can download these documents, it would be very helpful. Thank you in advance for your support!

Hello @edmundleung

Here is the link

You will need to get an account to login to Epiweb to be able to view everthing.

I suggest you spend a bit of time looking around Epicweb to discover all of the documentation that is available.

Enjoy

1 Like

Sign up for classes at Insights - well worth it.
I even learned a few things about App Studio.

These are the classes held prior the kick off.

REST documentation should be built in:

https://(your_host)/(your_instance)/apps/resthelp/#/home

https://xx.xx.xx.xx/DEM/Apps/resthelp/#/home
it show a login screen, i use my login and password, I can’t login successfully.
What login and password should I use?

Hi, Hally

Which document do you suggest to view first?

Hi Larson

When we use Kinetic, is App Studio used for web page frontend development?
When do we use API and BPM?

Configuration - normally used for basic setting?

I am going to chime in here. You need to read the documentation and the customisation guides to understand when to use what. If you don’t, the best response you are going to get is “It depends”

Only with experience will you learn what customisation tool is the best for each specific solution.

1 Like

Agreed. I would add that one tried and true standby good for people new to customizations would be that, wherever possible, do as much of the customization as you can server-side. While you may end up needing some logic client-side, you’ll want to minimize that as much as you can.

2 Likes