This is an archived course — no longer updated. For current documentation see the official iDempiere docs. Today we help teams migrate from Sage ERP to iDempiere open source ERP — to join the sage.erpcommons.org community, email chuck@racktrust.com. 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.