We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1
Customization Steps
First move the Custom pll to the local directory.
Then take backup of custom pll for this rename the CUSTOM.pll in $AU_TOP/resource Directory . Open CUSTOM.pll through Form Builder and do the changes as per business logic ,then compile the coding and save as CUSTOM .pll. Move the CUSTOM .pll to the location of $AU_TOP/resource directory . Then through telnet go to the location of $AU_TOP/resource folder and compile the CUSTOM.pll . Then we can see the effect in the application. Commands to compile To convert from CUSTOM.pll to CUSTOM.plx f60gen module_type=LIBRARY module=CUSTOM userid=apps/apps
To convert from CUSTOM.pll to CUSTOM.pld:f60gen module_type=LIBRARY module=CUSTOM
script=YES userid=apps/apps
To convert back from CUSTOM.pld to CUSTOM.pll ( after having edited the text pld file ) f60gen module_type=LIBRARY module=CUSTOM parse=YES userid=apps/apps