program naming conventions

manish.s

New Member
Hi

I need to kw abt the naming conventions.
For any customized code I start with "xx".

Can you plz tell me wen to start with "yy" and "zz".

thanks
 
You can start the program name with any a-z characters. however it needs to be placed under the folder named with the fisrt 2 chars of the program name and this folder should be under language folder.
 
hi manish,

for example, u r customizing the QAD program
popomt.p (5.7 Purchase Order Maintenance) program

u name the customized program as xxpopomt.p.

and if ur developing customized programs,
follow the QAD naming convention.

say ur creating new report for dr/cr memo. and program name will be
xx ar dc rp.p

xx - denotes customized code
ar - denotes module
dc - denotes debit credit
rp - denotes report (others mt, iq etc )

its not mandatory that u use "xx" only or "yy" only or "zz".

usually ppl use "xx" always.
Shiv
 
Top