The steps are as follows : · Copy the template.fmb and Appstand.fmb from AU_TOP/forms/us.Put it in custom directory. The libraries (FNDSQF, APPCORE, APPDAYPK, GLOBE, CUSTOM, JE, JA, JL, VERT) are automatically attached . · Create or open new Forms. Then customize. · Save this Form in Corresponding Modules.
To upload a form in a particular directory you have to use Unix box for the same. Put the form in home directory thru FTP then to copy form from home directory to the custom directory like CS_TOP you have to use the following command:cp .fmb $/forms/USThis will copy the form in the directory then you can compile the form using f60gen command. the syntax is as follows: f60gen .fmb apps/appsthis will compile the form.