Thursday 12 March 2015

How to Migrate Form Personalization From one Instance to Another


By using FNDLOAD, you can either Download for a specific form or specfic function of the form. In both the case same affrmcus.lct is used.

Syntax:

Download -specific form

FNDLOAD <userid>/<password> 0 Y DOWNLOAD $FND_TOP/patch/115/import/affrmcus.lct <filename.ldt> FND_FORM_CUSTOM_RULES form_name=<form name>

Download -for all personalizations

FNDLOAD <userid>/<password> 0 Y DOWNLOAD $FND_TOP/patch/115/import/affrmcus.lct <filename.ldt> FND_FORM_CUSTOM_RULES function_name=<function name>

·         Function_name is a required parameter

·         You cann't download lct file without any supplied value.

Upload
FNDLOAD <userid>/<password> 0 Y UPLOAD $FND_TOP/patch/115/import/affrmcus.lct <filename.ldt>

 

Example:

FNDLOAD apps/apps 0 Y DOWNLOAD $FND_TOP/patch/115/import/affrmcus.lct xxoexoeord.lct FND_FORM_CUSTOM_RULES form_name= OEXOEORD

FNDLOAD apps/apps 0 Y UPLOAD $FND_TOP/patch/115/import/affrmcus.lct xxoexoeord.lct

No comments:

Post a Comment