Localizing maintenance form names and descriptions

You can alter the translation for maintenance forms through the MFRM Data Localization child maintenance forms. For convenience, use this SQL statement to reveal all the child maintenance forms for data localization:

update MAINTENANCE_FORM_GRP
set WBP_ID = 1
where MFRM_ID in (
select MFRM_ID
from MAINTENANCE_FORM
where MFRM_NAME like '%DATA LOCALIZATION%'
)

The preceding SQL script will expose data localization child maintenance forms for tables that are not localized.

To localize maintenance form names and descriptions:

  1. Select Maintenance > System Administration > Maintenance Forms.
  2. Click Edit beside the maintenance form you want to use.

When visible, the MFRM Data Localization section is displayed near the bottom of the page. You can use this section to customize the translation for the form name and description.