C Business Function Tutorial

edwardkch24

Active Member
Hi,

I'm new to JDE and currently experimenting on C business function. I would like to know if there's any simple tutorial guide that I can follow regarding developing a C business function. Eg. fetching data from tables . Appreciate if anyone could share some knowledge on this.

Thanks

Regards,
Edmamba24
 
Hi Nkuebelbeck,

Thanks. Appreciate the help.

Regards,
Edmamba24
 
You can also look at the way JDE does it. In C:\JDEdwards\E910\DV910\source\... are the C source files for the business functions. So find one that does similar to what you want and study the code.

Cheers,

Brent
 
You can create a NER function N55xxxxx and research the automatically created C files N55xxxxx.c and N55xxxxx.h. It's very helpful
 
Back
Top