Monday, July 19, 2010

Personalization transfer

This subject can be divided to two subtitles: OAF personalizations, Forms personalizations.

To transfer OAF personalizations "Functional Administrator" responsibility is used.
"FND: Personalization Document Root Path" profile should be set.
personalizations>import/export then search and export the personalization.
Login to linux and go to the profile directory, use "tar –cvf xxPersonalizations.tar ./*"
Transfer files via FTP to destination.
Login to linux and go to the profile directory, use "tar –xvf xxPersonalizations.tar *****"
personalizations>import/export then search and import the personalization.


To transfer Forms personalizations FND Load is used.
To download rules for a particular function: FNDLOAD /
0 Y DOWNLOAD $FND_TOP/patch/115/import/affrmcus.lct
FND_FORM_CUSTOM_RULES function_name=
To download rules for a particular form: FNDLOAD / 0 Y DOWNLOAD $FND_TOP/patch/115/import/affrmcus.lct FND_FORM_CUSTOM_RULES form_name="form_name" To download all personalizations (all forms and functions): FNDLOAD / 0 Y DOWNLOAD $FND_TOP/patch/115/import/affrmcus.lct FND_FORM_CUSTOM_RULES Upload: FNDLOAD / 0 Y UPLOAD $FND_TOP/patch/115/import/affrmcus.lct

Note: These are not tested by me.

No comments:

Post a Comment