Difference between revisions of "Developing codeunits"

From TempusServa wiki
Jump to navigation Jump to search
old>Admin
old>Admin
Line 2: Line 2:
# Import the p2eShared.jar in the project
# Import the p2eShared.jar in the project
# Create a new class:
# Create a new class:
  -- The abstract parts are found in: dk.p2e.blanket.codeunit
## The abstract parts are found in: dk.p2e.blanket.codeunit
  -- Implement all abstract methods
## Implement all abstract methods

Revision as of 16:16, 18 September 2012

  1. Create a new Java project
  2. Import the p2eShared.jar in the project
  3. Create a new class:
    1. The abstract parts are found in: dk.p2e.blanket.codeunit
    2. Implement all abstract methods