This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Export customized fields from development database

Hello,

We have development and production database we need to export customized fields from some table from dev environment database and import it to production environment database, so is there any way to do that?

Regards,

Hesham Mahmoud

  • 0

    Yes, it is called "Integrate a customization".  Everything else being equal between the environments (database structure wise), perform the following...

    1 - Using Designer application connected to dev, export database structure (File menubar option)

    2 - Using Designer application connected to prod, integrate a customization (Actions menubar option) and use the least restrictive "Alter" choice when prompted (dialog box pop-up after stepping through the "Integrate a customization" wizard screens)

    Obviously, always take a backup of production first in case a restore is needed.

    If the number of customized fields is small, then it is better to just re-create manually.

    If everything else being NOT equal between the environments (database structure wise), then export database structure of both environments, using a comparison tool like WinMerge, compare / accept only the differences needed and integrate.

    To learn more, review help / documentation for "Propagating customizations".