iJDEScript
GenCOM uses a scripting language called iJDEScript that enables you to script code generation activities. You can use iJDEScript to:
Rename business function libraries or select different business functions to create a custom interface; for example:
library MyTestLibrary
interface MytestInterface
import B4200310 F4211FSEditLine
import B000042
This example selects the single business functions B4200310 F4211FSEditLine and B000042 for exposure.
Use JD Edwards EnterpriseOne object aliases for more meaningful names.
Select business functions to expose; for example:
library MyAnotherLibrary
importlib CAEC
importlib CRUNTIME 1
This example selects all of the business functions in the CAEC and CRUNTIME 1 libraries for exposure.
iJDEScript scripts have a simple syntax:
# comments begin with # and proceed to the end of line
# whitespace is ignored
login
importlib CAEC
build