This is an archived course — no longer updated. Instead, we’re building a community that helps Sage, Infor, and NetSuite users move to iDempiere open source ERP — do more, move faster, at 1/10th the cost. Read the full story →

How to Run a Process from a Process (from code)

The purpose of this page is to show you how to run a process from code.

Example #1:

http://wiki.adempiere.net/Calling_a_process_from_code

Example #2:

  1. Go to the ERP-Academy source code repository
  2. Find the Test_Populate_Framework repository
  3. Follow the path: src/com/chuboe/test/populate/ChuBoeCreateEntity.java
  4. Find the runProcess(...) method.
You should be able to copy and use this method in your code.